Parameter | Description |
---|---|
Category | A comma-seperated or JSON list of the alert categories to query by. Can be obtained by the List Alert Categories action. |
Order | Set the order that the alerts will be returned in. Use the following values: * id * severity * category The available operators: * asc * desc |
Os Type | Query by the category of the os type of the alert type. |
{
"items": [
{
"id": "<string>",
"severity": "<string>",
"enabled": true,
"contextKeys": [],
"searchableDetails": [
"<string>",
"<string>"
],
"exportable": [
{
"name": "<string>",
"acep_name": "<string>"
}
],
"supportedOS": [
"<string>",
"<string>"
],
"category": "<string>"
},
{
"id": "<string>",
"severity": "<string>",
"enabled": true,
"contextKeys": [],
"searchableDetails": [
"<string>",
"<string>"
],
"supportedOS": [
"<string>",
"<string>"
],
"category": "<string>"
}
]
}
Was this page helpful?