Webex · Schema

ComplianceStatusRequestEnum

* `OPTED_OUT` - Customer has opted out of the E911 service. * `LOCATION_SETUP` - Building and locations stage of the RedSky account creation has been completed. * `ALERTS` - Email notification configuration stage of the RedSky account creation has been completed. * `NETWORK_ELEMENTS` - Network wire map configuration stage of the RedSky account creation process has been completed and Webex Calling will begin routing emergency test number calls (933) to RedSky. * `ROUTING_ENABLED` - Emergency calls for devices in the specified locations will begin to route to RedSky.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-compliancestatusrequestenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ComplianceStatusRequestEnum",
  "title": "ComplianceStatusRequestEnum",
  "type": "string",
  "enum": [
    "OPTED_OUT",
    "LOCATION_SETUP",
    "ALERTS",
    "NETWORK_ELEMENTS",
    "ROUTING_ENABLED"
  ],
  "description": " * `OPTED_OUT` - Customer has opted out of the E911 service.\n * `LOCATION_SETUP` - Building and locations stage of the RedSky account creation has been completed.\n * `ALERTS` - Email notification configuration stage of the RedSky account creation has been completed.\n * `NETWORK_ELEMENTS` - Network wire map configuration stage of the RedSky account creation process has been completed and Webex Calling will begin routing emergency test number calls (933) to RedSky.\n * `ROUTING_ENABLED` - Emergency calls for devices in the specified locations will begin to route to RedSky.\n"
}