Device Commands
The webex device subcommand provides access to the Webex Device APIs for managing devices, workspaces, and device configurations.
Resource Groups
Section titled “Resource Groups”| Resource | Description |
|---|---|
device-call | Device call settings |
device-configurations | Device configuration management |
devices | Device provisioning and management |
hot-desk | Hot desk configuration |
workspace-locations | Workspace location management |
workspace-metrics | Workspace usage metrics |
workspace-personalization | Workspace personalization settings |
workspaces | Workspace management |
xapi | xAPI commands for device control |
Common Patterns
Section titled “Common Patterns”# List resourceswebex device <resource> list
# Get by IDwebex device <resource> get --id "..."
# Createwebex device <resource> create --body-file config.json
# Updatewebex device <resource> update --id "..." --body-file updated.json
# Deletewebex device <resource> delete --id "..."Examples
Section titled “Examples”# List all deviceswebex device devices list --paginate
# List workspaceswebex device workspaces list
# Get device configurationswebex device device-configurations list
# List workspace locationswebex device workspace-locations list
# Execute xAPI commandwebex device xapi list