Webex · Schema

Cluster

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
id string A unique identifier for the cluster.
orgId string The ID of the organization to which this hybrid cluster belongs.
name string The name of the cluster.
resourceGroupId string The ID of the resource group this cluster belongs to.
View JSON Schema on GitHub

JSON Schema

webex-cluster-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Cluster",
  "title": "Cluster",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "Y2lZY76123abbb",
      "description": "A unique identifier for the cluster."
    },
    "orgId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3",
      "description": "The ID of the organization to which this hybrid cluster belongs."
    },
    "name": {
      "type": "string",
      "example": "EMEA Oslo 1",
      "description": "The name of the cluster."
    },
    "resourceGroupId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3",
      "description": "The ID of the resource group this cluster belongs to."
    }
  }
}