Devices
Device registration, management, and monitoring
List All Devices
Retrieves a paginated list of all devices registered to the tenant with support for filtering, sorting, and search. This endpoint provides comprehensive device information including connection status, user associations, and hardware details.
Query Parameters
Response
application/json
Response
Successfully retrieved devices
PaginatedDto
Authentication
Query Parameters
Get Device Details
Retrieves comprehensive information about a specific device including its configuration, connection status, associated user, hardware details, and security posture information.
Path Parameters
The unique identifier (UUID) of the device
Example:123e4567-e89b-12d3-a456-426614174000
Response
application/json
Response
Successfully retrieved the device
DeviceDto
Device information including connection status, user association, and security posture
Unique identifier for the device
Timestamp when the device was registered
Timestamp when the device information was last updated
Human-readable name for the device
Whether the device is currently active and can connect
Timestamp of the device’s last network connection
Current connection status of the device
Allowed values:OnlineOfflineDeactivated
Information about the user who owns this device
Show Child Parameters
Unique hardware identifier for the device
Security posture information and compliance status
Version of the Cipherscale client application installed on the device
Authentication
Path Parameters
Remove Device
Permanently removes a device from the tenant. This operation will disconnect the device from the network and revoke all associated access permissions.
Path Parameters
The unique identifier (UUID) of the device to delete
Response
Response
Successfully deleted the device
Authentication
Path Parameters
Deactivate Device
Temporarily disables a device, preventing it from connecting to the network while preserving its configuration and user association. This is useful for security incidents or temporary access restrictions.
Path Parameters
The unique identifier (UUID) of the device to deactivate
Response
Response
Successfully deactivated the device