API Description | API Path |
---|---|
List All alarms in the systemPaginated list of all alarms. |
GET /global-manager/api/v1/global-infra/realized-state/alarms
|
Get list of realized objects associated with intent objectGet list of realized entities associated with intent object, specified by path in query parameter |
GET /global-manager/api/v1/global-infra/realized-state/realized-entities
|
Refresh all realized entities associated with the intent-pathRefresh the status and statistics of all realized entities associated with given intent path synchronously. The vmw-async: True HTTP header cannot be used with this API. |
POST /global-manager/api/v1/global-infra/realized-state/realized-entity?action=refresh
|
Get consolidated status of an intent objectGet Consolidated Status of an intent object (with or without enforcement specific status details). The request is evaluated as follows: - enforcement point specific details. - the given intent with enforcement point specific details. |
GET /global-manager/api/v1/global-infra/realized-state/status
|