Alarm List API
Events and Alarms API (v0.0.3-3151-SNAPSHOT)
- Generated server url
http://localhost/alarms/query
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "fields": [ "string" ], "sortField": "string", "sortOrder": "string", "page": 0, "pageSize": 0, "filters": { "property1": [ … ], "property2": [ … ] }, "mspEcTenants": [ "string" ] }
Response
{ "requestId": "string", "error": { "code": "string", "message": "string", "reason": "string", "suggestion": "string" }, "errors": [ { … } ], "data": [ { … } ], "fields": [ "string" ], "totalCount": 0, "subsequentQueries": [ { … } ], "status": "string", "mspEcAlarmCountList": [ { … } ] }
- Generated server url
http://localhost/alarms/metas/query
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "fields": [ "string" ], "filters": { "property1": {}, "property2": {} } }
Response
{ "requestId": "string", "error": { "code": "string", "message": "string", "reason": "string", "suggestion": "string" }, "errors": [ { … } ], "data": [ { … } ], "fields": [ "string" ], "totalCount": 0, "subsequentQueries": [ { … } ], "status": "string", "mspEcAlarmCountList": [ { … } ] }