cURL
curl --request POST \ --url https://{api_endpoint}/v1/orchestrate/monitoring/agents/{agent_id}/status \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "enable": true }'
{ "monitoring_enabled": true, "wxg_metrics_url": "<string>" }
Setup agent monitoring
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Flag to enable/disable agent monitoring
Successful Response
Enable/disable status of agent monitoring
WXO metrics url