Argo CD · JSON Structure

Argo Cd Cluster Help Structure

clusterHelp schema from Argo CD API

Type: object Properties: 3
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Properties

binaryUrls chatText chatUrl

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-help-structure.json",
  "name": "clusterHelp",
  "description": "clusterHelp schema from Argo CD API",
  "type": "object",
  "properties": {
    "binaryUrls": {
      "type": "object",
      "name": "the URLs for downloading argocd binaries",
      "additionalProperties": {
        "type": "string"
      }
    },
    "chatText": {
      "type": "string",
      "name": "the text for getting chat help, defaults to \"Chat now!\""
    },
    "chatUrl": {
      "type": "string",
      "name": "the URL for getting chat help, this will typically be your Slack channel for support"
    }
  }
}