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
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>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Flag to enable/disable agent monitoring