The Alarm related APIs include the following:
• |
API Name: Acknowledge alarm by alarm ID |
• |
Description: Acknowledge an alarm by its ID. |
• |
Request type: GET |
• |
API path: /api/v1/alarm/ack/alarmId |
• |
Sample usage: http://<server>:<port>/api/v1/alarm/ack/1f478dec-f920-4da9-a8d2-b9ba0dcd4394 |
• |
The token is retrieved after successfully logging in to the Management Server. | ||
Specifies the response data format which can be either application/json or application/xml. The default value is application/json. |
Either the response data format (JSON/XML) or exception message. | ||
Error code if some exception occurs; otherwise this field is not shown. |
• |
API Name: Clear alarm by alarm ID |
• |
Description: Clear an alarm by its ID. |
• |
Request type: GET |
• |
API path: /api/v1/alarm/clear/alarmId |
• |
Sample usage: http://<server>:<port>/api/v1/alarm/clear/1f478dec-f920-4da9-a8d2-b9ba0dcd4394 |
• |
The token is retrieved after successfully logging in to the Management Server. | ||
Specifies the response data format which can be either application/json or application/xml. The default value is application/json. |
Either the response data format (JSON/XML) or exception message. | ||
Error code if some exception occurs; otherwise this field is not shown. |
• |
API Name: Get alarm by alarm ID |
• |
Description: Filter out alarms by alarm ID. |
• |
Request type: GET |
• |
API path: /api/v1/alarm/alarmId |
• |
Sample usage: http://<server>:<port>/api/v1/alarm/1f478dec-f920-4da9-a8d2-b9ba0dcd4394 |
• |
The token is retrieved after successfully logging in to the Management Server. | ||
Specifies the response data format which can be either application/json or application/xml. The default value is application/json. |
Either the response data format (JSON/XML) or exception message. | ||
Error code if some exception occurs; otherwise this field is not shown. |
• |
API Name: Get alarm by rule ID. |
• |
Description: Filter out alarms by a rule ID. Time range is the default value set in the Management Server, and you can customize the time range using the startTimeMS and durationMS parameter. |
• |
Request type: GET |
• |
API path: /api/v1/alarm/ruleId/ruleId |
• |
Sample usage: http://<server>:<port>/api/v1/alarm/ruleId/se478dec-f920-4de9-a8d2-b9ba0dcasd94 |
• |
The token is retrieved after successfully logging in to the Management Server. | ||
Specifies the response data format which can be either application/json or application/xml. The default value is application/json. |
Either the response data format (JSON/XML) or exception message. | ||
Error code if some exception occurs; otherwise this field is not shown. |
• |
API Name: Get current alarms |
• |
Description: Filter out current alarms. |
• |
Request type: GET |
• |
API path: /api/v1/alarm/current |
• |
Sample usage: http://<server>:<port>/api/v1/alarm/current |
• |
The token is retrieved after successfully logging in to the Management Server. | ||
Specifies the response data format which can be either application/json or application/xml. The default value is application/json. |
Either the response data format (JSON/XML) or exception message. | ||
Error code if some exception occurs; otherwise this field is not shown. |
• |
API Name: Get history alarms |
• |
Description: Filter out all history alarms. |
• |
Request type: GET |
• |
API path: /api/v1/alarm/history |
• |
Sample usage: http://<server>:<port>/api/v1/alarm/history |
• |
The token is retrieved after successfully logging in to the Management Server. | ||
Specifies the response data format which can be either application/json or application/xml. The default value is application/json. |
Either the response data format (JSON/XML) or exception message. | ||
Error code if some exception occurs; otherwise this field is not shown. |
• |
API Name: Get topology object current alarms |
• |
Description: Filter out current alarms by the ID of a topology object. |
• |
Request type: GET |
• |
API path: /api/v1/alarm/current/topologyId |
• |
Sample usage: http://<server>:<port>/api/v1/alarm/current/se478dec-f920-4de9-a8d2-b9ba0dcasd94 |
• |
The token is retrieved after successfully logging in to the Management Server. | ||
Specifies the response data format which can be either application/json or application/xml. The default value is application/json. |
Either the response data format (JSON/XML) or exception message. | ||
Error code if some exception occurs; otherwise this field is not shown. |
• |
API Name: Get topology object history alarms |
• |
Description: Filter out history alarms by the ID of a topology object. |
• |
Request type: GET |
• |
API path: /api/v1/alarm/history/topologyId |
• |
Sample usage: http://<server>:<port>/api/v1/alarm/history/se478dec-f920-4de9-a8d2-b9ba0dcasd94 |
• |
The token is retrieved after successfully logging in to the Management Server. | ||
Specifies the response data format which can be either application/json or application/xml. The default value is application/json. |
Either the response data format (JSON/XML) or exception message. | ||
Error code if some exception occurs; otherwise this field is not shown. |
• |
API Name: Push alarms |
• |
Description: Push an alarm to an existing topology object, and the imported alarm will show on the Alarm dashboard. The “topologyObjectId” field is mandatory and the "ruleId" field is optional. This API set the value of “ruleId” to ExternalAlarm by default, if this field is not set. If you invoke this API using both fields, ensure that ruleId is properly defined to link with its topologyObjectId; otherwise the alarm might be imported into a wrong topology object. Consider for example a rule “CPU Utilization” is related to the "HostCPUs" object. If you define topologyObjectId to Host, this API imports CPU Utilization to the Host object. Postman provides "Alarm - Push Alarm XML" and "Alarm - Push Alarm JSON” sample codes for reference. Click here to download and import the sample codes. |
• |
Request type: POST |
• |
API path: /api/v1/alarm/pushAlarm |
• |
• |
Make sure to use the following as the value of alarmMessage: AAA. BBB. AAA represents the title of the alarm dialog box, while BBB stands for the alarm message. Make sure to add a space between “.” and “BBB”. |
• |
To get the value of ruleId, do either of the following: |
• |
Execute the following scripts in the Administration > Tooling > Script Console dashboard: |
• |
The token is retrieved after successfully logging in to the Management Server. | ||
Specifies the response data format which can be either application/json or application/xml. The default value is application/json. | ||
Either the response data format (JSON/XML) or exception message. | ||
Error code if some exception occurs; otherwise this field is not shown. |
• |
API Name: Push alarms by properties |
• |
Description: Push alarms based on the properties of a topology object. |
• |
Request type: POST |
• |
API path: /api/v1/alarm/pushAlarmByProperties |
• |
Sample usage: The following illustrates the sample code of request body in XML and JSON separately. |
• |
API Name: Push alarms by query |
• |
Description: Push alarms using the query. |
• |
Request type: POST |
• |
API path: /api/v1/alarm/pushAlarmByQuery |
• |
Sample usage: The following illustrates the sample code of request body in XML and JSON separately. |
The Cartridge related APIs include the following:
• |
API Name: Get all cartridge’s data |
• |
Description: Get data of all cartridges. |
• |
Request type: GET |
• |
API path: /api/v1/cartridge/allCartridges |
• |
Sample usage: http://<server>:<port>/api/v1/cartridge/allCartridges |
• |
The token is retrieved after successfully logging in to the Management Server. | ||
Specifies the response data format which can be either application/json or application/xml. The default value is application/json. |
Either the response data format (JSON/XML) or exception message. | ||
Error code if some exception occurs; otherwise this field is not shown. |
• |
API Name: Get all core cartridge’s data |
• |
Description: Get data of all the core cartridges. |
• |
Request type: GET |
• |
API path: /api/v1/cartridge/allCartridges/core |
• |
Sample usage: http://<server>:<port>/api/v1/cartridge/allCartridges/core |
• |
The token is retrieved after successfully logging in to the Management Server. | ||
Specifies the response data format which can be either application/json or application/xml. The default value is application/json. |
Either the response data format (JSON/XML) exception message. | ||
Error code if some exception occurs; otherwise this field is not shown. |
• |
API Name: Get all non-core cartridge’s data |
• |
Description: Get data of all the non-core cartridges. |
• |
Request type: GET |
• |
API path: /api/v1/cartridge/allCartridges/nonCore |
• |
Sample usage: http://<server>:<port>/api/v1/cartridge/allCartridges/nonCore |
• |
The token is retrieved after successfully logging in to the Management Server. | ||
Specifies the response data format which can be either application/json or application/xml. The default value is application/json. |
Either the response data format (JSON/XML) or exception message. | ||
Error code if some exception occurs; otherwise this field is not shown. |
The Registry related API includes the following:
• |
API Name: Get all registries’ data |
• |
Description: Get data of all registries. |
• |
Request type: GET |
• |
API path: /api/v1/registry/allRegistries |
• |
Sample usage: http://<server>:<port>/api/v1/registry/allRegistries |
• |
The token is retrieved after successfully logging in to the Management Server. | ||
Specifies the response data format which can be either application/json or application/xml. The default value is application/json. |
Either the response data format (JSON/XML) or exception message. | ||
Error code if some exception occurs; otherwise this field is not shown. |
The Remote related API includes the following:
• |
API Name: Get all remote clients’ data |
• |
Description: Get data of all the remote clients. |
• |
Request type: GET |
• |
API path: /api/v1/remoteClient/allRemoteClients |
• |
Sample usage: http://<server>:<port>/api/v1/remoteClient/allRemoteClients |
• |
The token is retrieved after successfully logging in to the Management Server. | ||
Specifies the response data format which can be either application/json or application/xml. The default value is application/json. |
Either the response data format (JSON/XML) or exception message. | ||
Error code if some exception occurs; otherwise this field is not shown. |
© ALL RIGHTS RESERVED. 이용 약관 개인정보 보호정책 Cookie Preference Center