设备操作认证
POST
/api/v1/things/device/auth5/access请求参数
Body 参数application/json
username
string
用户名
topic
string
主题
clientID
string
clientID
action
string
操作
ip
string
访问的ip地址
示例
{
"username": "string",
"topic": "string",
"clientID": "string",
"action": "string",
"ip": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
A successful response.
数据结构
code
integer
返回code
默认值:
200
msg
string
返回的消息
data
object (DeviceAuth5AccessResp)
可选
result
string
必需
验证结果 "allow" | "deny" | "ignore"
示例
未设置
最后修改时间: 3 天前