NSX-T Data Center REST API
UpdateStatusWithFiltersParameter (schema)
Parameters to update status of alarm
| Name | Description | Type | Notes |
|---|---|---|---|
| after | Filter to fetch alarms after the specified time Filter to fetch alarms after the specified time. |
EpochMsTimestamp | |
| before | Filter to fetch alarms before the specified time Filter to fetch alarms before the specified time. |
EpochMsTimestamp | |
| cursor | Cursor for pagination Opaque cursor to be used for getting next page of records (supplied by current result page). |
string | |
| event_tag | Event tag Comma delimited list of one or more tags, used to filter alarms, for example, INFRASTRUCTURE, TENANT_NETWORKING, TENANT_SECURITY. |
string | |
| event_type | Event Type Filter Comma delimited list of one or more event types, used to filter alarms. Refer to GET /api/v1/events to get valid event types. |
string | |
| feature_name | Feature Name Comma delimited list of one or more feature names, used to filter alarms. Refer to GET /api/v1/events to get valid feature names. |
string | |
| id | Alarm ID Comma delimited list of one or more alarm IDs, used to filter alarms. |
string | |
| intent_path | Intent Path for entity ID Comma delimited list of one or more intent paths, used to filter alarms. |
string | |
| new_status | Status Specify new alarm status for filtered alarms. Can be one of OPEN, ACKNOWLEDGED, SUPPRESSED, RESOLVED. |
MonitoringStatus | Required |
| node_id | Node ID Comma delimited list of one or more node IDs, used to filter alarms. |
string | |
| node_resource_type | Node Resource Type Comma delimited list of one or more node resource types, used to filter alarms. |
string | |
| org | Org ID Comma delimited list of one or more Org IDs, used to filter alarms. |
string | |
| page_size | Page Size for pagination Maximum number of results to return in this page (server may return fewer). |
integer | |
| project | Project ID Comma delimited list of one or more Project IDs, used to filter alarms. |
string | |
| severity | Severity Comma delimited list of one or more of the following severity levels: CRITICAL, HIGH, MEDIUM, LOW, used to filter alarms. |
string | |
| sort_ascending | Represents order of sorting the values If true, the value of the column are sorted in ascending order. Otherwise, in descending order. |
boolean | Default: "True" |
| sort_by | Key for sorting on this column Sorting on column is based on the sort_by. sort_by represents the field in the output data on which sort is requested. |
string | |
| status | Status Comma delimited list of one or more of the following statuses: OPEN, ACKNOWLEDGED, SUPPRESSED, RESOLVED, used to filter alarms. |
string | |
| suppress_duration | Duration in hours for which Alarm should be suppressed Specify duration in hours for which Alarm should be suppressed.This value must be specified if the new_status is SUPPRESSED. |
integer | |
| vpc | VPC ID Comma delimited list of one or more VPC IDs, used to filter alarms. |
string |