开通跟踪集服务

最近更新时间:2019-08-23 15:25:02

我的收藏

接口描述

OpenAuditService 用于开通跟踪集服务。
接口访问域名:cloudaudit.api.qcloud.com

请求参数

参数名称
必选
类型
描述
ownerUin
Number
主账号,云 API 自动解析
Uin
Number
账号,云 API 自动解析
clientIp
String
用户 IP
clientUa
String
客户端 UA
注意:
此处每个用户只能创建1个跟踪集。

响应参数

响应参数为空。

实际案例

请求

{
"ownerUin":1150691759,
"Uin":1150691759,
"clientIp":"127.0.0.1",
"clientUa":"Chrome"
}

响应

{
}