Argo CD · JSON Structure

Argo Cd Application Resource Action Run Request V2 Structure

applicationResourceActionRunRequestV2 schema from Argo CD API

Type: object Properties: 10
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Properties

action appNamespace group kind name namespace project resourceActionParameters resourceName version

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-application-resource-action-run-request-v2-structure.json",
  "name": "applicationResourceActionRunRequestV2",
  "description": "applicationResourceActionRunRequestV2 schema from Argo CD API",
  "type": "object",
  "properties": {
    "action": {
      "type": "string"
    },
    "appNamespace": {
      "type": "string"
    },
    "group": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "namespace": {
      "type": "string"
    },
    "project": {
      "type": "string"
    },
    "resourceActionParameters": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/applicationResourceActionParameters"
      }
    },
    "resourceName": {
      "type": "string"
    },
    "version": {
      "type": "string"
    }
  }
}