監視の削除API
このAPIでは監視を削除できます。
リクエスト サンプル
http://[Host]:[Port]/AppManager/xml/DeleteMonitor?apikey=[API_KEY]&resourceid=[RESOURCE_ID]
リクエスト パラメーター
このAPIリクエストにかかわるパラメーターは、次の通りです。
フィールド | 説明 |
---|---|
apikey | 「管理」タブのAPIキーの作成から生成したキーを入力してください。 |
resourceid | 削除する監視のリソースIDです。複数指定も可能です。 |
例
http://app-windows:59090/AppManager/xml/DeleteMonitor?apikey=93c6eb60184e41f10fba2f365060b8e3&resourceid=10000032
複数の監視を削除するには、リソースIDをカンマ区切りで指定してください。
http://app-windows:59090/AppManager/xml/DeleteMonitor?apikey=93c6eb60184e41f10fba2f365060b8e3&resourceid=10000032,10000033,10000034
出力例
<AppManager-response uri="/AppManager/xml/DeleteMonitor">
<result>
<response method="DeleteMonitor">
<message>The monitor deleted successfully.</message>
</response>
</result>
</AppManager-response>
APIを正しく実行しないと、リクエストに失敗し、次のエラーが返ります。
<AppManager-response uri="/AppManager/xml/DeleteMonitor">
<result>
<response response-code="4004">
<message>The specified apikey [ "+apiKey+" ] in the request is invalid. Kindly login to Applications Manager and check for the key in generate key in Admin tab.</message>
</response>
</result>
</Apm-response>
よくあるエラーの情報は、エラー対応情報のページに記載があります。