DeploymentAgentMetadata
DeploymentAgentMetadata contains metadata about a deployment agent, including version, platform, and connectivity information.
Properties
versionstring requiredThe version of the deployment agent.platformstring requiredThe platform the agent is running on.hostnamestring requiredThe hostname of the machine running the agent.ipstring requiredThe IP address of the agent.pidstring requiredThe process ID of the agent.lastSeeninteger requiredThe Unix timestamp when the agent was last seen.statusenum requiredThe current status of the deployment agent.Values:online,offline