POST https://[endpoint].ctapi.ctyun.cn/v1/api/kickOutOneClient
Content-Type:application/json
请求体json参数说明:
参数名 | 参数类型 | 是否必填 | 参数描述 |
---|---|---|---|
prodInstId | String | 是 | 实例Id |
clientId | String | 是 | 设备ID |
返回参数说明:
参数名 | 参数类型 | 参数描述 |
---|---|---|
returnObj | Object | 返回对象 |
message | String | 描述状态 |
statusCode | Integer | 800-成功 |
返回示例:成功
{"returnObj": null,"message": "success","statusCode": 800} |
---|
返回示例:(900)失败
{"returnObj": null,"message": "error","statusCode": "900"} |
---|