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

AlertInstanceQueryState

Alert instances with the query criteria for each instance


Properties

integer as int64
endTime Required

Returns alert instances that were created/updated before this time in milliseconds


integer as int64
startTime Required

Returns alert instances that were created/updated after this time in milliseconds


integer as int32
resultLimit Required

Maximum number of results to be returned per page.


string
namespace Required

Namespace of the alert instance query state, e.g., com.vmware.li


string
alertConfigurationLink Optional

Configuration link associated with the alert instance query state


string
metadataKey Optional

Metadata key associated with the alert instance query state


string
metadataValue Optional

Metadata value associated with the alert instance query state


string
alertType Optional

Type of alert

Possible values are: per-event/windowed


string
nextPageLink Optional

Query responses are returned in several pages and you can fetch one page at a time. This field represents the link to the next page.


queryCriteria Optional

Criteria used to filter the alert instances.


array of AlertInstance
alertInstanceColl Optional

Collection of alert instances.


array of object
alertGroupColl Optional

Collection of alert histogram instances.


array of string
tenantLinks Optional

Set of tenant links

JSON Example

{
	"endTime": 0,
	"namespace": "string",
	"resultLimit": 0,
	"startTime": 0
}
[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs
Parameter To

Get All Alert Instances
Returned By

Get All Alert Instances

Feedback

Was this page helpful?