cURL
curl --request GET \ --url https://{api_endpoint}/v1/orchestrate/monitoring/agents/{agent_id}/status \ --header 'Authorization: Bearer <token>'
{ "monitoring_enabled": true, "wxg_metrics_url": "<string>" }
Get agent monitoring details
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Enable/disable status of agent monitoring
WXO metrics url