AlarmDefinitionListResult
AlarmDefinitionListResult
A paginated list of alarm definitions. This object extends the base ListResult type to provide a collection of alarm definitions that match the specified filter criteria.
AllOf
JSON Example
{
"offset": 0,
"number_of_results": 0,
"total_result_count": 0,
"total_pages": 0,
"sort_ascending": false,
"sort_by": "string",
"results": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"feature_name": "nsx_manager_communication",
"feature_display_name": "NSX Manager Communication",
"severity": "HIGH",
"summary": "NSX Manager is disconnected from Security Services Platform",
"event_type": "nsx_manager_disconnected",
"event_type_display_name": "NSX Manager Disconnected",
"description": "Security Services Platform is disconnected from NSX Manager",
"description_on_resolve": "Security Services Platform is connected to NSX Manager.",
"recommended_action": "Navigate to System | NSX Managers and click on the Connected status",
"kb_article": "http://kb-article-link",
"release_introduced": "5.1.0",
"event_resource_type": "nsx-manager",
"event_resource_type_display_name": "NSX Manager",
"enabled": true
}
]
}