Argo CD · JSON Structure

Argo Cd Runtime Stream Error Structure

runtimeStreamError schema from Argo CD API

Type: object Properties: 5
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

runtimeStreamError 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

details grpc_code http_code http_status message

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-runtime-stream-error-structure.json",
  "name": "runtimeStreamError",
  "description": "runtimeStreamError schema from Argo CD API",
  "type": "object",
  "properties": {
    "details": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/protobufAny"
      }
    },
    "grpc_code": {
      "type": "int32"
    },
    "http_code": {
      "type": "int32"
    },
    "http_status": {
      "type": "string"
    },
    "message": {
      "type": "string"
    }
  }
}