fetchNowForManagedServer API
このAPIでは、管理者はEnterprise EditionのManagedサーバーからデータを取得し、即座にAdminサーバーへ引き渡せます。
構文
http://[APM Admin Host]:[APM Admin Port]/AppManager/xml/fetchNowForManagedServer?apikey=[ADMIN_API_KEY]&serverID=[MANAGED_SERVER_ID]
リクエスト パラメーター
フィールド | 説明 |
---|---|
apikey | 管理者のAPIキーです。 |
serverID | ManagedサーバーのIDです。AdminサーバーのManagedサーバー タブで確認できます。 |
入力サンプル
http://apm-prod:9090/AppManager/xml/fetchNowForManagedServer?apikey=7843b843910cbe6a1e5509fb9e07abd9&serverID=1
サンプル レスポンス
<?xml version="1.0" encoding="UTF-8"?>
<AppManager-response uri="/AppManager/xml/fetchNowForManagedServer">
<result>
<response response-code="4000">
<message>Fetch now completed successfully</message>
</response>
</result>
</AppManager-response>
メモ:このAPIは、Adminサーバーと管理者にのみ適用されます。