Retrieve USB Encryption Status

555

# Retrieve USB Encryption Status

Path:

/api/usbplay_verification.json

Method: GET

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

API Description: This can be used to retrieve the status of USB encryption.

Response

Name Type Example Description
code int 200 Response code, where 200 represents success, 404 represents query failure
usbplay_verification String 1 On/Off status of USB encryption, where "1": On, "0": Off
msg String 200 success Information about success or failure

Example

{
	"code": 200,
	"data": {
		"usbplay_verification": "0"
	},
	"msg": "200 success"
}