[Webinar] Discover key trends and best practices in Kubernetes observability with DevOps expert, Viktor Farcic.Register now
Our recognition in the inaugural Gartner MQ for DEM

Fetch Data API


This API allows you to fetch the data from the probe servers at the given instant to central server in Applications Manager.

Syntax

https://[HOST]:[PORT]/AppManager/xml/fetchNowForManagedServer?apikey=[Admin API Key]&serverID=[Probe Server ID]

Supported HTTP methods: GET

Request Parameters

FieldDescription
apikey API key of the admin user.
serverID ID of the Probe server. (Obtained from Probe server tab in Central server)

Sample Input

https://apm-prod-server:8443/AppManager/xml/fetchNowForManagedServer?apikey=aaaaaabbbbbbccccccddddddeeeeee&serverID=1

Sample Response

<?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!

Was this content helpful?

We are sorry. Help us improve this page.

How can we improve this page?
Do you need assistance with this topic?
By clicking "Submit", you agree to processing of personal data according to the Privacy Policy.
Back to Top