Argo · JSON Structure

Argo Cd Version Message Structure

Argo CD server version information.

Type: object Properties: 5
CNCFCI/CDGitOpsKubernetesOpen SourceProgressive DeliveryWorkflow Engine

VersionMessage is a JSON Structure definition published by Argo, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Version BuildDate GitCommit GoVersion Platform

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo/refs/heads/main/json-structure/argo-cd-version-message-structure.json",
  "name": "VersionMessage",
  "description": "Argo CD server version information.",
  "type": "object",
  "properties": {
    "Version": {
      "type": "string",
      "description": "Argo CD version string."
    },
    "BuildDate": {
      "type": "string",
      "description": "Build date."
    },
    "GitCommit": {
      "type": "string",
      "description": "Git commit SHA of this build."
    },
    "GoVersion": {
      "type": "string",
      "description": "Go language version used to build."
    },
    "Platform": {
      "type": "string",
      "description": "Operating system and architecture."
    }
  }
}