Alerts
Number of APIs: 3
-
Returns all Alert resources. GET {{baseUrl}}/Alerts?filter=<string>&lookupByName=false&sortBy=<string>&sortOrder=ascending&startIndex=1&count=1000&attributes=<string>&excludedAttributes=<string>
-
Creates a new Alert. POST {{baseUrl}}/Alerts?attributes=<string>&excludedAttributes=<string>
-
Returns an Alert resource based on id. GET {{baseUrl}}/Alerts/:alertId?attributes=<string>&excludedAttributes=<string>