Argo CD · JSON Structure

Argo Cd Cluster Cluster Id Structure

clusterClusterID schema from Argo CD API

Type: object Properties: 2
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Properties

type value

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-cluster-cluster-id-structure.json",
  "name": "clusterClusterID",
  "description": "clusterClusterID schema from Argo CD API",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "name": "type is the type of the specified cluster identifier ( \"server\" - default, \"name\" )"
    },
    "value": {
      "type": "string",
      "name": "value holds the cluster server URL or cluster name"
    }
  }
}