Argo CD · JSON Structure

Argo Cd V1Alpha1 Cluster Info Structure

v1alpha1ClusterInfo schema from Argo CD API

Type: object Properties: 5
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Properties

apiVersions applicationsCount cacheInfo connectionState serverVersion

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-cd/refs/heads/main/json-structure/argo-cd-v1alpha1-cluster-info-structure.json",
  "name": "v1alpha1ClusterInfo",
  "description": "v1alpha1ClusterInfo schema from Argo CD API",
  "type": "object",
  "properties": {
    "apiVersions": {
      "type": "array",
      "name": "APIVersions contains list of API versions supported by the cluster",
      "items": {
        "type": "string"
      }
    },
    "applicationsCount": {
      "type": "int64",
      "name": "ApplicationsCount is the number of applications managed by Argo CD on the cluster"
    },
    "cacheInfo": {
      "$ref": "#/definitions/v1alpha1ClusterCacheInfo"
    },
    "connectionState": {
      "$ref": "#/definitions/v1alpha1ConnectionState"
    },
    "serverVersion": {
      "type": "string",
      "name": "ServerVersion contains information about the Kubernetes version of the cluster"
    }
  }
}