Skip to content

Device Commands

The webex device subcommand provides access to the Webex Device APIs for managing devices, workspaces, and device configurations.

ResourceDescription
device-callDevice call settings
device-configurationsDevice configuration management
devicesDevice provisioning and management
hot-deskHot desk configuration
workspace-locationsWorkspace location management
workspace-metricsWorkspace usage metrics
workspace-personalizationWorkspace personalization settings
workspacesWorkspace management
xapixAPI commands for device control
Terminal window
# List resources
webex device <resource> list
# Get by ID
webex device <resource> get --id "..."
# Create
webex device <resource> create --body-file config.json
# Update
webex device <resource> update --id "..." --body-file updated.json
# Delete
webex device <resource> delete --id "..."
Terminal window
# List all devices
webex device devices list --paginate
# List workspaces
webex device workspaces list
# Get device configurations
webex device device-configurations list
# List workspace locations
webex device workspace-locations list
# Execute xAPI command
webex device xapi list