使用此API,您可以在给定的瞬间从被管服务器中提取数据到Applications Manager中的管理服务器。
http://[APM Admin Host]:[APM Admin Port]/AppManager/xml/fetchNowForManagedServer?apikey=[Admin API Key]&serverID=[Managed Server ID]
字段 | 描述 |
---|---|
apikey | 管理员用户API key 。 |
serverID | 被管服务器的ID。(从管理服务器的被管服务器选项卡中获得) |
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仅适用于管理服务器和管理员用户。