get https://example.com/v2/alerts-summary
Get alerts summary grouped by category.
Log in to see full request history
Responses
Get alerts summary grouped by category.
xxxxxxxxxx
curl --request GET \
--url https://example.com/v2/alerts-summary \
--header 'accept: application/json'
xxxxxxxxxx
12{
"alertsSummary": [
{
"category": "kDisk",
"criticalCount": 0,
"infoCount": 0,
"totalCount": 0,
"type": "string",
"warningCount": 0
}
]
}