视频直播 LIVE-查询直播拉流回源配置:响应示例

时间:2023-11-13 18:42:50

响应示例

状态码: 200

查询直播拉流回源配置成功

{
  "play_domain" : "pull.example.test.com",
  "source_type" : "domain",
  "sources" : [ "example1.test.com", "example2.test.com" ],
  "scheme" : "http",
  "additional_args" : {
    "key1" : "value1",
    "key2" : "value2"
  }
}

状态码: 400

参数错误

{
  "error_code" : "LIVE.100011001",
  "error_msg" : "Request Illegal"
}
support.huaweicloud.com/api-live/ShowPullSourcesConfig.html