Webex · Schema

RedSkyComplianceStatusRequestObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
complianceStatus object Specifies which stage of the RedSky account creation process has been completed. The stages must be completed in the following order: `LOCATION_SETUP`, `ALERTS`, `NETWORK_ELEMENTS`, `ROUTING_ENABLED`.
View JSON Schema on GitHub

JSON Schema

webex-redskycompliancestatusrequestobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RedSkyComplianceStatusRequestObject",
  "title": "RedSkyComplianceStatusRequestObject",
  "type": "object",
  "required": [
    "complianceStatus"
  ],
  "properties": {
    "complianceStatus": {
      "$ref": "#/components/schemas/ComplianceStatusRequestEnum",
      "description": "Specifies which stage of the RedSky account creation process has been completed. The stages must be completed in the following order: `LOCATION_SETUP`, `ALERTS`, `NETWORK_ELEMENTS`, `ROUTING_ENABLED`."
    }
  }
}