Set USB Encryption

555

# Set USB Encryption

Path:

/api/usbplay_verification

Method: PUT

Content-type: application/json; charset=utf-8

API Description: This can be used to enable or disable USB encryption and set the account and password.

Note: When USB encryption is enabled, LAN encryption must be enabled.

Request

Name Type Example Description
usbplay_verification String "1" On/Off status of USB encryption, where "1": On, "0": Off
usbplay_name String admin Account
usbplay_password String Console123@ Password

Example

{
    "usbplay_verification":"1",
    "usbplay_name":"admin",
    "usbplay_password":"Console123@"
}