QueryActiveAlarmRequestType
QueryActiveAlarmRequestType
The parameters of QueryActiveAlarm.
This structure may be used only with operations rendered under /sms
.
JSON Example
{
"alarmFilter": {
"_typeName": "string",
"alarmStatus": "string",
"alarmType": "string",
"entityType": "string",
"entityId": [
{
"_typeName": "string"
}
],
"pageMarker": "string"
}
}
alarmFilter
Optional
This spec contains information needed for queryActiveAlarm API to filter the result.
This structure may be used only with operations rendered under /sms
.