Webex · Schema

GetComplianceStatusResponseRedSkyClientLocation

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
id string Unique identifier for the location.
name string Name of the location.
state object Configuration stage that was last completed for the specified location. The order of precedence is `LOCATION_SETUP`, `ALERTS`, `NETWORK_ELEMENTS`, `ROUTING_ENABLE`. If at least one location is `LOCATI
View JSON Schema on GitHub

JSON Schema

webex-getcompliancestatusresponseredskyclientlocation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetComplianceStatusResponseRedSkyClientLocation",
  "title": "GetComplianceStatusResponseRedSkyClientLocation",
  "type": "object",
  "required": [
    "id",
    "name"
  ],
  "properties": {
    "id": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2E4Mjg5NzIyLTFiODAtNDFiNy05Njc4LTBlNzdhZThjMTA5OA",
      "description": "Unique identifier for the location."
    },
    "name": {
      "type": "string",
      "example": "MainOffice",
      "description": "Name of the location."
    },
    "state": {
      "$ref": "#/components/schemas/GetComplianceStatusResponseLocationStateEnum",
      "description": "Configuration stage that was last completed for the specified location. The order of precedence is `LOCATION_SETUP`, `ALERTS`, `NETWORK_ELEMENTS`, `ROUTING_ENABLE`. If at least one location is `LOCATION_SETUP`, then `locationState` will be set to `LOCATION_SETUP`. Otherwise, `locationState` will check for the next precedence option and at least one location should have that option."
    }
  }
}