This API allows you to fetch the data from the probe servers at the given instant to central server in Applications Manager.
https://[HOST]:[PORT]/AppManager/xml/fetchNowForManagedServer?apikey=[Admin API Key]&serverID=[Probe Server ID]
Supported HTTP methods: GET
| Field | Description |
|---|---|
| apikey | API key of the admin user. |
| serverID | ID of the Probe server. (Obtained from Probe server tab in Central 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 central servers and admin users.
Thank you for your feedback!