This API allows you to fetch the data from the managed servers at the given instant to admin server in Applications Manager.
https://[HOST]:[PORT]/AppManager/xml/fetchNowForManagedServer?apikey=[Admin API Key]&serverID=[Managed Server ID]
Supported HTTP methods: GET
Field | Description |
---|---|
apikey | API key of the admin user. |
serverID | ID of the Managed server. (Obtained from Managed server tab in Admin server) |
https://apm-prod-server:8443/AppManager/xml/fetchNowForManagedServer?apikey=aaaaaabbbbbbccccccddddddeeeeee&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>
Note: This API is applicable only for admin servers and admin users.