Filter Alarm Instances
Get alarm instances based on filter criteria
{
"site_ids": [
"string"
],
"offset": 0,
"page_size": 0,
"sort_ascending": false,
"sort_by": "string",
"severities": [
"HIGH"
],
"feature_names": [
"string"
],
"event_types": [
"string"
],
"resource_ids": [
"string"
],
"enabled": false,
"definition_id": "string",
"states": [
"OPEN"
],
"event_resource_types": [
"string"
],
"before": 0,
"after": 0
}
Successfully retrieved the list of alarm instances matching the specified filter criteria. Returns a paginated list of alarm instances, including their current state, severity, and associated metadata. The results can be filtered by various attributes such as severity, feature name, and time range.
{
"offset": 0,
"number_of_results": 0,
"total_result_count": 0,
"total_pages": 0,
"sort_ascending": false,
"sort_by": "string",
"results": [
{
"_create_user": "string",
"_create_time": 0,
"_last_modified_user": "string",
"_last_modified_time": 0,
"_revision": 0,
"_resource_type": "string",
"_system_owned": false,
"id": "string",
"display_name": "string",
"description": "string",
"site_ids": [
"string"
],
"definition_id": "string",
"feature_name": "string",
"event_type": "string",
"feature_display_name": "string",
"event_type_display_name": "string",
"severity": "HIGH",
"summary": "string",
"recommended_action": "string",
"kb_article": "string",
"event_resource_type": "string",
"event_resource_type_display_name": "string",
"resource_id": "string",
"object_id": "string",
"node_id": "string",
"value": "string",
"state": "OPEN",
"suppress_duration": 0,
"state_transitions": {
"acknowledged": {
"at_time": 0,
"by_user": "string"
},
"suppressed": {
"at_time": 0,
"by_user": "string"
},
"raised": {
"at_time": 0,
"by_user": "string"
},
"resolved": {
"at_time": 0,
"by_user": "string"
}
}
}
]
}
An unexpected error occurred while processing the request. This may be due to internal system issues or invalid request parameters. Check the error response for details about the specific problem.
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/ssp/alarms