Agent Info

Gets configuration and deployment information about the Agent service.

Get information about the Agent

get
Responses
200
Agent info.
application/json
get
GET /agent/v1/info HTTP/1.1
Host: youragentURL.symphony.com
Accept: */*
{
  "ipAddress": "text",
  "hostname": "text",
  "serverFqdn": "text",
  "version": "text",
  "url": "text",
  "onPrem": true,
  "mt": true,
  "commitId": "text"
}

Last updated

Was this helpful?