alarm-controller
Get Alarm Types (getAlarmTypes)
Returns a set of unique alarm types based on alarms that are either owned by the tenant or assigned to the customer which user is performing the request.
get/api/alarm/types
Query parameters
pageSizeinteger required
Maximum amount of entities in a one page
pageinteger required
Sequence number of page starting from 0
textSearchstring
The case insensitive 'substring' filter based on of next alarm fields: type, severity or status
sortOrder'ASC' | 'DESC'
Sort order. ASC (ASCENDING) or DESC (DESCENDING)
Response
OK
Example response
{
"data": [
{
"tenantId": {
"id": "784f394c-42b6-435a-983c-b7beff2784f9",
"entityType": "TENANT"
}
}
]
}