Get Alert Types
Examples:GET /api/alerts/types
returns the Problem Alerts specific Alert Types & SubtypesGET /api/alerts/types?ignoreLegacy=false
returns all the Alert Types & Subtypes
Request
URI
GET
https://{api_host}/suite-api/api/alerts/types
COPY
Query Parameters
boolean
ignoreLegacy
Optional
Constraints:
default: true
Setting to true will filter out the legacy Alert Types & Subtypes Defaults to true
Responses
200
All the Alert Types and the associated Subtypes
Returns
alert-types
of type(s)
application/json
"No Custom Example is Available"
array of
object
alertTypes
Optional
List of alert types
500
Error occurred while retrieving the Alert Types & Subtypes
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/alerts/types
Alerts Operations
GET
Get Alert Definitions
PUT
Update Alert Definition
POST
Create Alert Definition
PUT
Enable Alert Definition In Policies
PUT
Disable Alert Definition In Policies
GET
Get Alerts
POST
Modify Alerts
GET
Get Alert Notes
POST
Add Alert Note
POST
Query Alert
POST
Query Alert Notes
POST
Query Alert Groups
POST
Query Alert Definitions
GET
Get Alert
GET
Get Alert Note
DELETE
Delete Alert Note
GET
Get Alert Types
GET
Get Alert Contributing Symptoms
GET
Get Alert Definition By Id
DELETE
Delete Alert Definition
DELETE
Delete Canceled Alerts