创建共享主机
POST
https://api.oraydev.cn/sl/v1/remotes/{remoteid}/shares创建共享主机
请求参数
Path 参数
remoteid
string
必需
Header 参数
Authorization
string
可选
Bearer [access_token]
Body 参数application/json
host_modules
array[string]
可选
共享的主机模块:desktop,desktopview,camera,file,cmd-ssh,remote
remote_id
integer
主机ID
user_id
integer
接收共享的账号ID
示例
{
"host_modules": [
"string"
],
"remote_id": 0,
"user_id": 0
}
示例代码
返回响应
成功(200)
请求有误(400)
HTTP 状态码: 200
内容格式: JSONapplication/json
OK
数据结构
object {0}
示例
未设置
最后修改时间: 6 天前