[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs

AlertInstance

Alert instance


Properties

string
alertConfigurationLink Optional

Reference to the alert configuration that triggered the alert


string
alertDefinitionLink Optional

Reference to the alert definition


string
alertDescription Optional

Long description of the alert definition


string
alertName Optional

Short name describing the alert definition


string
alertSeverity Optional

Alert severity, which includes: CRITICAL, IMMEDIATE, WARNING, INFO


integer as int64
alertTriggerTimeMillis Optional

Time when the alert was triggered (in milliseconds)


string
alertType Optional

Alert type associated with the alert instance, which includes: per-event, windowed


string
logRcaInvestigationId Optional

(Optional) Log Root Cause Analysis (RCA) Investigation ID if automatic Log RCA was enabled for this alert instance


metadata Optional

Map of the metadata associated with the alert instance


string
namespace Optional

Namespace associated with the alert instance


string
selfLink Optional

Self link associated with the alert instance


array of string
tagIds Optional

Set of tag IDs associated with the alert instance


array of string
tags Optional

Set of tags associated with the alert instance


array of string
tenantLinks Optional

Set of tenant links associated with the alert instance

JSON Example

{
	"alertConfigurationLink": "string",
	"alertDefinitionLink": "string",
	"alertDescription": "string",
	"alertName": "string",
	"alertSeverity": "string",
	"alertTriggerTimeMillis": 0,
	"alertType": "string",
	"logRcaInvestigationId": "string",
	"metadata": {
		"key": {}
	},
	"namespace": "string",
	"selfLink": "string",
	"tagIds": [
		"string"
	],
	"tags": [
		"string"
	],
	"tenantLinks": [
		"string"
	]
}
[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs
Property Of

AlertInstanceQueryState
Returned By

Get Alert Instance

Feedback

Was this page helpful?