Rackspace Technology · JSON Structure

Rackspace Cloud Identity Token Structure

Structural model for a Rackspace Cloud Identity authentication token returned from POST /v2.0/tokens.

Type: object Properties: 0
CloudManaged ServicesMulticloudInfrastructureDevOps

Token is a JSON Structure definition published by Rackspace Technology. It conforms to the https://json-structure.org/draft/2025-09/schema meta-schema.

Meta-schema: https://json-structure.org/draft/2025-09/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2025-09/schema",
  "name": "Token",
  "description": "Structural model for a Rackspace Cloud Identity authentication token returned from POST /v2.0/tokens.",
  "type": "object",
  "fields": [
    { "name": "id", "type": "string", "purpose": "bearerCredential", "required": true },
    { "name": "expires", "type": "string", "format": "date-time", "required": true },
    {
      "name": "tenant",
      "type": "object",
      "fields": [
        { "name": "id", "type": "string" },
        { "name": "name", "type": "string" }
      ]
    }
  ]
}