视频直播 LIVE-查询直播拉流HTTP状态码接口:URI
URI
GET /v2/{project_id}/stats/httpcodes
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
project_id |
是 |
String |
项目ID,获取方法请参考获取项目ID。 |
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
play_domains |
是 |
Array of strings |
|
code |
否 |
Array of strings |
状态码。 |
region |
否 |
Array of strings |
区域列表。具体取值请参考省份名称缩写,不填写查询所有区域。 |
isp |
否 |
Array of strings |
运营商列表,取值如下:
不填写查询所有运营商。 |
start_time |
否 |
String |
起始时间。日期格式按照ISO8601表示法,并使用UTC时间。 格式为:YYYY-MM-DDThh:mm:ssZ。若参数为空,默认查询最近1小时数据。 最大查询跨度1天,最大查询周期7天。 |
end_time |
否 |
String |
结束时间。日期格式按照ISO8601表示法,并使用UTC时间。 格式为:YYYY-MM-DDThh:mm:ssZ。 若参数为空,默认为当前时间。结束时间需大于起始时间。 最大查询跨度1天,最大查询周期7天。 |