Retrieve LAN Encryption Status

555

# Retrieve LAN Encryption Status

Path:

/api/http_verification.json

Method: GET

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

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

Response

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

Example:

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