创建/取消主机授权
POST
https://api.oraydev.cn/sl/v1/remotegrants创建/取消主机授权
请求参数
Header 参数
Authorization
string
可选
Bearer [access_token]
Body 参数application/json
cancel
boolean
是否取消授权
department_id
integer
企业部门ID
department_ids
array[integer]
企业部门ID集合
remote_id
integer
设备ID
remote_ids
array[integer]
设备ID集合
standard
boolean
是否为标准版平台
tag_id
integer
设备分组ID
tag_ids
array[integer]
设备分组ID集合
user_id
integer
帐号ID
user_ids
array[integer]
帐号ID集合
示例
{
"cancel": true,
"department_id": 0,
"department_ids": [
0
],
"remote_id": 0,
"remote_ids": [
0
],
"standard": true,
"tag_id": 0,
"tag_ids": [
0
],
"user_id": 0,
"user_ids": [
0
]
}
示例代码
返回响应
成功(200)
请求有误(400)
HTTP 状态码: 200
内容格式: JSONapplication/json
OK
数据结构
object {0}
示例
未设置
最后修改时间: 6 天前