Agent Info

Gets configuration and deployment information about the Agent service.

Get information about the Agent

get
Responses
curl -L \
  --url 'youragentURL.symphony.com/agent/v1/info'
{
  "ipAddress": "text",
  "hostname": "text",
  "serverFqdn": "text",
  "version": "text",
  "url": "text",
  "onPrem": true,
  "mt": true,
  "commitId": "text"
}

Last updated

Was this helpful?