Agent Info
Gets configuration and deployment information about the Agent service.
Responses
200
Agent info.
application/json
400
Client error, see response body for further details.
application/json
401
Unauthorized: Session tokens invalid.
application/json
403
Forbidden: Caller lacks necessary entitlement.
application/json
500
Server error, see response body for further details.
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?