v1

latestOpenAPI 3.0.12026-08-064278250.7 KB
devices

Retrieve supported actions for a device

Retrieve all the supported actions that can be performed on a device through its enrollment code.

get/v1/devices/{enrollmentCode}/actions

Path parameters

enrollmentCodestring required

Headers

Workspacestring required

The workspace identifier, which isolates API requests inside the provided workspace scope.

Response

Success

action'tamperProtection' | 'deviceProtection' | 'license' | 'malwareScan' | 'dataGovernanceScan' | 'updateAgent' | 'driveEncryption' | 'deviceState'

The supported device actions. These include:<br>tamperProtection - Tamper protection prevents users and certain types of malware from tampering with important security features or disabling protection.<br>deviceProtection - Remove a device from protection.<br>malwareScan - Malware scans conduct a thorough scan of specified drives, detecting malware.<br>dataGovernanceScan - Data governance scans conduct a thorough scan of specified drives for sensitive data.<br>updateAgent - Update the device’s Coro Agent to the latest version.<br>driveEncryption - Drive encryption protects the data on that drive from unauthorized access.<br>deviceState - The state of the device, which can be shut down or restarted.

supportedValuesstring[]

Example response

{
  "supportedValues": [
    "encrypt"
  ]
}