Argo CD · JSON Structure

Argo Cd Session Session Response Structure

SessionResponse wraps the created token or returns an empty string if deleted.

Type: object Properties: 1
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Properties

token

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-session-session-response-structure.json",
  "name": "sessionSessionResponse",
  "description": "SessionResponse wraps the created token or returns an empty string if deleted.",
  "type": "object",
  "properties": {
    "token": {
      "type": "string"
    }
  }
}