Argo CD · JSON Structure

Argo Cd V1Alpha1 Sync Operation Result Structure

v1alpha1SyncOperationResult schema from Argo CD API

Type: object Properties: 6
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Properties

managedNamespaceMetadata resources revision revisions source sources

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-sync-operation-result-structure.json",
  "name": "v1alpha1SyncOperationResult",
  "description": "v1alpha1SyncOperationResult schema from Argo CD API",
  "type": "object",
  "properties": {
    "managedNamespaceMetadata": {
      "$ref": "#/definitions/v1alpha1ManagedNamespaceMetadata"
    },
    "resources": {
      "type": "array",
      "name": "Resources contains a list of sync result items for each individual resource in a sync operation",
      "items": {
        "$ref": "#/definitions/v1alpha1ResourceResult"
      }
    },
    "revision": {
      "type": "string",
      "name": "Revision holds the revision this sync operation was performed to"
    },
    "revisions": {
      "type": "array",
      "name": "Revisions holds the revision this sync operation was performed for respective indexed source in sources field",
      "items": {
        "type": "string"
      }
    },
    "source": {
      "$ref": "#/definitions/v1alpha1ApplicationSource"
    },
    "sources": {
      "type": "array",
      "name": "Source records the application source information of the sync, used for comparing auto-sync",
      "items": {
        "$ref": "#/definitions/v1alpha1ApplicationSource"
      }
    }
  }
}