查询截图回调配置
GET
https://live.jdcloud-api.com/v1/snapshotNotifys/{publishDomain}:config
名称 | 类型 | 是否必需 | 默认值 | 描述 |
---|---|---|---|---|
publishDomain | String | True | 推流域名 |
无
名称 | 类型 | 描述 |
---|---|---|
result | Result | |
requestId | String | requestId |
名称 | 类型 | 描述 |
---|---|---|
publishDomain | String | 推流域名 |
notifyUrl | String | 回调地址 |
返回码 | 描述 |
---|---|
200 | OK |
400 | Invalid parameter |
401 | Authentication failed |
404 | Not found |
500 | Internal server error |
503 | Service unavailable |
GET
https://live.jdcloud-api.com/v1/snapshotNotifys/push.yourdomain.com:config
{ "requestId": "bgvmivir54gddpgi764se9f4kfr7ge41", "result": { "notifyUrl": "http://xxx.com/xx", "publishDoamin": "push.yourdomain.com" } }