Webex · Schema

SupportsLogCollectionObject

* `NONE` - Devices which does not support log collection. * `CISCO_PRT` - Devices which supports Cisco PRT log collection. * `CISCO_ROOMOS` - Devices which supports Cisco RoomOS log collection.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-supportslogcollectionobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SupportsLogCollectionObject",
  "title": "SupportsLogCollectionObject",
  "type": "string",
  "enum": [
    "NONE",
    "CISCO_PRT",
    "CISCO_ROOMOS"
  ],
  "description": " * `NONE` - Devices which does not support log collection.\n * `CISCO_PRT` - Devices which supports Cisco PRT log collection.\n * `CISCO_ROOMOS` - Devices which supports Cisco RoomOS log collection.\n"
}