DescribeDomainBpsDataByTimeStamp
描述
获取加速域名的在某个时刻不同Locate和Isp上的带宽数据,单位 bit/second
参数 | 类型 | 必要 | 描述 |
Action | String | 是 | 操作接口名,系统规定参数取值:DescribeDomainBpsDataByTimeStamp |
DomainName | String | 是 | 要查询的域名,不能为空; |
LocationNames | String | 是 | 需要查询目标节点列表,用“,”隔开,不能为空; Location名通过DescribeCdnRegionAndIsp接口获得; |
IspNames | String | 是 | 需要查询目标Isp列表,用“,”隔开,不能为空; ISP名通过DescribeCdnRegionAndIsp接口获得; |
TimePoint | String | 是 | 查询目标时间点,日期格式按照ISO8601表示法,并使用UTC时间。格式为:YYYY-MM-DDThh:mmZ最小数据粒度为5分钟 |
名称 | 类型 | 描述 |
DomainName | String | 加速域名信息 |
TimePoint | String | 时间点 |
BpsDataList | BpsDataModel[] | 每个Locate、ISP对应的bps值 |
名称 | 类型 | 描述 |
LocationName | String | 节点名 |
IspName | String | Isp名 |
Bps | Long | 对应的带宽值 |
错误代码 | 描述 | Http 状态码 | 语义 |
Throttling | Request was denied due to request throttling. | 503 | 请求被流量控制限制 |
IllegalOperation | Illegal domain, operation is not permitted. | 403 | 非法域名, 无法操作 |
OperationDenied | Your account does not open CDN service yet. | 403 | 未开通CDN服务 |
OperationDenied | Your CDN service is suspended. | 403 | CDN服务已被停止 |
InvalidDomain.NotFound | The domain provided does not belong to you. | 404 | 域名不存在或不属于当前用户 |
InvalidDomain.Offline | The domain provided is offline. | 404 | 域名已下线 |
ServiceBusy | The specified Domain is configuring, please retry later. | 403 | 域名正在配置中, 请稍后再试 |
InvalidTimePoint.Malformed | Specified TimePoint malformed. | 400 | TimePoint格式错误 |
InvaildParameter | IspNames Not Supported | 400 | ISP不支持 |
InvaildParameter | LocationNames Not Supported | 400 | Location不支持 |
http://cdn.aliyuncs.com?Action=DescribeDomainBpsDataByTimeStamp&DomainName=abc.com
&LocationNames=liaoning,guangxi
&IspNames=unicom,telecom
&TimePoint=2016-08-01T22:00Z
&<公共请求参数>
{
"TimeStamp": "2016-08-01T22:00Z",
"BpsDataList": {
"BpsDataModel": [
{
"LocationName": "Liaoning",
"Bps": 880996111,
"IspName": "telecom"
},
{
"LocationName": "Liaoning",
"Bps": 52119553,
"IspName": "unicom"
},
{
"LocationName": "Guangxi",
"Bps": 51295137,
"IspName": "telecom"
},
{
"LocationName": "Guangxi",
"Bps": 18673571,
"IspName": "unicom"
}
]
},
"RequestId": "7682DE14-3B4D-48D0-9B7C-DD3C8C3E1C78",
"DomainName": "abc.cn"
}
<?xml version="1.0" ?>
<DescribeDomainBpsDataByTimeStampResponse>
<TimeStamp>2016-08-01T22:00Z</TimeStamp>
<BpsDataList>
<BpsDataModel>
<LocationName>Liaoning</LocationName>
<IspName>telecom</IspName>
<Bps>880996111</Bps>
</BpsDataModel>
<BpsDataModel>
<LocationName>Liaoning</LocationName>
<IspName>unicom</IspName>
<Bps>52119553</Bps>
</BpsDataModel>
<BpsDataModel>
<LocationName>Guangxi</LocationName>
<IspName>unicom</IspName>
<Bps>51295137</Bps>
</BpsDataModel>
<BpsDataModel>
<LocationName>Guangxi</LocationName>
<IspName>unicom</IspName>
<Bps>18673571</Bps>
</BpsDataModel>
</BpsDataList>
<RequestId>AA2981FF-1A30-4590-B929-88FC85E12A8B</RequestId>
<DomainName>abc.cn</DomainName>
</DescribeDomainBpsDataByTimeStampResponse>
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。