アラートアクションの有効/無効API
Applications Managerでは、監視や監視グループに設定したアラート アクションを、APIを利用し、一括で有効・無効の切り替えができます。
監視を有効・無効にするAPIのサンプル
http://[Host]:[Port]/AppManager/xml/EnableDisableAlarmsAction?apikey=[API_KEY]&resourceid=[RESOURCE_ID]&alteraction=[enable/disable]
http://[Host]:[Port]/AppManager/xml/EnableDisableAlarmsAction?apikey=[API_KEY]&haid=[MONITOR_GROUP_ID]&alteraction=[enable/disable]
リクエスト パラメーター
フィールド | 説明 |
---|---|
apikey | 管理タブの「APIキーの作成」で作成したキーを指定します。 |
resourceid | リソースIDは、監視のAM_ManagedObject.RESOURCEIDを表します。 |
alteraction | アクションを有効にするか、無効にするか決めます。 |
入力例
http://app-windows:9090/AppManager/xml/EnableDisableAlarmsAction?apikey=65d0fa3e1f6c6bdcce1c3969f24c39a8&resourceid=10000056&alteraction=enable
出力例
<AppManager-response uri="/AppManager/xml/EnableDisableAlarmsAction"><result><response response-code="4000"><message>Enable/Disable alarms done successfully.</message></response></result></AppManager-response>