Webex · Schema

BlockingUnlessForcedDisableCallingLocation

Reasons that block disabling a calling location

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
nonUserEntitiesInUse boolean Indicates if there are non-user entities in use at this location that would block disabling unless force is applied.
trunksCount integer Total number of trunks at this location.
View JSON Schema on GitHub

JSON Schema

webex-blockingunlessforceddisablecallinglocation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BlockingUnlessForcedDisableCallingLocation",
  "title": "BlockingUnlessForcedDisableCallingLocation",
  "type": "object",
  "description": "Reasons that block disabling a calling location",
  "properties": {
    "nonUserEntitiesInUse": {
      "type": "boolean",
      "description": "Indicates if there are non-user entities in use at this location that would block disabling unless force is applied."
    },
    "trunksCount": {
      "type": "integer",
      "description": "Total number of trunks at this location."
    }
  }
}