API名称:DescribeDomainIspData 。
API域名:open.volcengineapi.com。
API描述:统计域名的运营商分布数据。
Action和Version需要放在请求 URL 后方参数中。
参数名称 | 是否必选 | 参数类型 | 参数说明 |
---|---|---|---|
Action | 是 | String | API 名称,该参数的取值是 DescribeDomainIspData 。 |
Version | 是 | String | API 版本,该参数的取值是 2021-04-01 。 |
参数名称 | 是否必选 | 参数类型 | 参数说明 | 示例值 |
---|---|---|---|---|
StartTime | 是 | String | 查询起始时间。 | 2021-01-01 00:00:00 |
EndTime | 是 | String | 查询结束时间。 | 2021-01-01 23:59:59 |
Domain | 是 | String | 指定查询加速域名,仅支持单个域名。 | www.bytedance.com |
ProjectName | 否 | [ ]String | 指定查询域名所属的项目,为空代表查询当前用户所有项目。 | ["TEST"] |
参数名称 | 参数类型 | 参数说明 | 示例 |
---|---|---|---|
DomainName | String | 查询加速域名信息。 | www.bytedance.com |
RequestId | String | 请求ID。 | 2021*****1521201022513314303D1BC12 |
StartTime | String | 查询起始时间。 | 2021-01-01 00:00:00 |
EndTime | String | 查询结束时间。 | 2021-01-01 23:59:59 |
Values | RegionProportionData | 具体运营商分布统计数据信息。 | - |
POST https://open.volcengineapi.com/?Version=2021-04-01&Action=DescribeDomainIspData&<其他公共请求参数> { "StartTime":"2021-09-26 12:00:00", "EndTime":"2021-09-26 12:10:00", "Domain":"www.bytedance.com" }
{ "ResponseMetadata": { "RequestId": "2021122211521201022513314303D1BC12", "Action": "DescribeDomainIspData", "Version": "2021-04-01", "Service": "dcdn", "Region": "cn-north-1" }, "Result": { "DomainName": "www.bytedance.com", "StartTime": "2021-09-26 12:00:00", "EndTime": "2021-09-26 12:10:00", "Values": [ { "Bandwidth": 18.48, "Traffic": 695.2, "TrafficProportion": 0.75, "Request": 1, "RequestProportion": 0.66, "AvgResponseTime": 473, "Isp": "移动", "IspEname": "mobile" }, { "Bandwidth": 185.02, "Traffic": 10429.1, "TrafficProportion": 0.75, "Request": 20, "RequestProportion": 0.35, "AvgResponseTime": 1800.34, "Isp": "联通", "IspEname": "unicom" }, { "Bandwidth": 1127.5, "Traffic": 80590.4, "TrafficProportion": 0.56, "Request": 130, "RequestProportion": 0.11, "AvgResponseTime": 1937.1, "Isp": "电信", "IspEname": "telecom" } ] } }