1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. DeploymentAgentMetadata

DeploymentAgentMetadata

    DeploymentAgentMetadata contains metadata about a deployment agent, including version, platform, and connectivity information.

    Properties

    • version string required
      The version of the deployment agent.
    • platform string required
      The platform the agent is running on.
    • hostname string required
      The hostname of the machine running the agent.
    • ip string required
      The IP address of the agent.
    • pid string required
      The process ID of the agent.
    • lastSeen integer required
      The Unix timestamp when the agent was last seen.
    • status enum required
      The current status of the deployment agent.
      Values: online, offline