Agent Info
Gets configuration and deployment information about the Agent service.
Responses
200
Agent info.
application/json
ipAddressstringOptional
The IP address of the Agent server.
hostnamestringOptional
The hostname of the Agent server.
serverFqdnstringOptional
The fully-qualified domain name of the Agent server. Must be set by the user at startup.
versionstringOptional
The version of the Agent.
urlstringOptional
The URL under which the Agent is available.
onPrembooleanOptional
Whether this is an on-prem or cloud installation.
mtbooleanOptional
Whether this is a multi tenant instance.
commitIdstringOptional
The Git commit ID of the running revision.
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
/v1/infoLast updated
Was this helpful?