Webex · Schema

DefaultLoggingLevelObject

* `STANDARD` - Enables standard logging. * `DEBUGGING` - Enables detailed debugging logging.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-defaultlogginglevelobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DefaultLoggingLevelObject",
  "title": "DefaultLoggingLevelObject",
  "type": "string",
  "enum": [
    "STANDARD",
    "DEBUGGING"
  ],
  "description": " * `STANDARD` - Enables standard logging.\n * `DEBUGGING` - Enables detailed debugging logging.\n"
}