Webex · Schema

Counts

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
routingPrefixUpdated number Indicates the total number of records whose routing prefix update is successful.
routingPrefixFailed number Indicates the total number of records whose routing prefix update failed.
View JSON Schema on GitHub

JSON Schema

webex-counts-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Counts",
  "title": "Counts",
  "type": "object",
  "required": [
    "routingPrefixUpdated",
    "routingPrefixFailed"
  ],
  "properties": {
    "routingPrefixUpdated": {
      "type": "number",
      "description": "Indicates the total number of records whose routing prefix update is successful."
    },
    "routingPrefixFailed": {
      "type": "number",
      "description": "Indicates the total number of records whose routing prefix update failed."
    }
  }
}