Return the dome configuration this agent is using (row-bound and/or dome_config_id).
dome_config_id
cURL
curl --request GET \ --url https://api.example.com/v1/agent-configurations/{agent_id}/dome-configs
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": 123, "created_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "pending", "agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "config_body": {}, "dome_instance_url": "<string>", "updated_at": 123, "updated_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Team ID (required)
Successful Response
Dome config in use for an agent (same wire shape as GET /dome-configs/{config_id}).
GET /dome-configs/{config_id}
Was this page helpful?