PollNow API

このAPIでは特定リソースにポーリングできます。

リクエスト サンプル

http://[Host]:[Port]/AppManager/xml/PollNow?apikey=[API_KEY]&resourceid=[RESOURCE_ID]

リクエスト パラメーター

このAPIリクエストにかかわるパラメーターは、次の通りです。

フィールド 説明        
apikey 「管理」タブのAPIキーの作成から生成したキーを入力してください。
resourceid ポーリングする監視のリソースIDです。

http://app-xp5:9099/AppManager/xml/PollNow?apikey=123b7328e4b41d1efe64aa7980d83d77&resourceid=10000293

出力例

<AppManager-response uri="/AppManager/xml/PollNow">
<result>
<response method="PollNow">
<message>The monitor polled successfully.</message>
</response>
</result>
</AppManager-response>

APIを正しく実行しないと、リクエストに失敗し、次のエラーが返ります。

<AppManager-response uri="/AppManager/xml/PollNow">
   <result>
      <response response-code="4037">
         <message>Improper resourceid the request.</message>
      </response>     
    </result>
</Apm-response>

エラー対応情報のページをご覧ください。