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.
It allows us to track crucial metrics such as response times, resource utilization, error rates, and transaction performance. The real-time monitoring alerts promptly notify us of any issues or anomalies, enabling us to take immediate action.
Reviewer Role: Research and Development