Skip to main content
POST
/
v1
/
orchestrate
/
monitoring
/
agents
/
{agent_id}
/
status
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agent_id
string<uuid>
required

Body

application/json
enable
boolean
required

Flag to enable/disable agent monitoring

Response

Successful Response

monitoring_enabled
boolean
required

Enable/disable status of agent monitoring

wxg_metrics_url
string
required

WXO metrics url