ドメイン名の 95 パーセンタイル帯域幅データをクエリします。
操作説明
You can use one of the following methods to query data:
-
If you specify the StartTime and EndTime parameters and the time range that is specified by these parameters is less than or equal to 24 hours, the 95th percentile bandwidth data on the day of the start time is returned. If the time range that is specified by these parameters is more than 24 hours, the 95th percentile bandwidth data in the month of the start time is returned.
-
If you specify the TimePoint and Cycle parameters, the 95th percentile bandwidth data of the cycle is returned.
-
If you specify the StartTime, EndTime, and Cycle parameters, the 95th percentile bandwidth data of the cycle is returned.
If you do not use one of the methods, the 95th percentile bandwidth data of the previous 24 hours is returned by default.
-
Maximum time range to query: 90 days
-
Minimum data granularity to query: 1 day
-
Historical data available: 90 days
-
Each account can call this operation up to 100 times per second.
-
The unit of the bandwidth data returned is bit/s.
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
cdn:DescribeDomainMax95BpsData |
none |
*Domain
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| DomainName |
string |
任意 |
高速化ドメイン名。ドメイン名を指定しない場合、すべてのドメイン名のデータがクエリされます。 説明
DescribeDomainMax95BpsData リクエストでは、複数のドメイン名を指定できません。 |
example.com |
| StartTime |
string |
任意 |
クエリする時間の有効値の開始時刻。 時刻は ISO 8601 標準に従い、yyyy-MM-ddTHH:mm:ssZ フォーマットで指定します。時刻は協定世界時 (UTC) である必要があります。 |
2017-12-21T08:00:00Z |
| EndTime |
string |
任意 |
クエリする時間の有効値の終了時刻。 時刻は ISO 8601 標準に従い、yyyy-MM-ddTHH:mm:ssZ フォーマットで指定します。時刻は協定世界時 (UTC) である必要があります。 説明
終了時刻は開始時刻より後である必要があります。 |
2017-12-22T08:00:00Z |
| TimePoint |
string |
任意 |
クエリする時間の有効値の開始時刻。 時刻は ISO 8601 標準に従い、yyyy-MM-ddTHH:mm:ssZ フォーマットで指定します。時刻は協定世界時 (UTC) である必要があります。 |
2017-12-21T10:00:00Z |
| Cycle |
string |
任意 |
95 パーセンタイル帯域幅データをクエリする周期。デフォルト値: day。有効な値:
|
month |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
|||
| RequestId |
string |
The ID of the request. |
3C6CCEC4-6B88-4D4A-93E4-D47B3D92CF8F |
| DomainName |
string |
The accelerated domain name. |
example.com |
| EndTime |
string |
The end of the time range for which the data was queried. |
2015-12-11T21:00:00Z |
| StartTime |
string |
The beginning of the time range for which the data was queried. |
2015-12-10T20:00:00Z |
| DomesticMax95Bps |
string |
The 95th percentile bandwidth in the Chinese mainland. |
16777590.28 |
| OverseasMax95Bps |
string |
The 95th percentile bandwidth outside the Chinese mainland. |
0 |
| Max95Bps |
string |
The 95th percentile bandwidth. |
16777590.28 |
| DetailData |
object |
||
| Max95Detail |
array<object> |
Details of the 95th percentile bandwidth. |
|
|
object |
|||
| TimeStamp |
string |
The timestamp of the returned data. |
2015-12-11T21:00:00Z |
| Area |
string |
Region of the 95th percentile bandwidth. |
CN |
| Max95BpsPeakTime |
string |
Time of the 95th percentile bandwidth. |
2015-12-11T21:05:00Z |
| Max95Bps |
number |
The 95th percentile bandwidth. |
16777590.28 |
例
成功レスポンス
JSONJSON
{
"RequestId": "3C6CCEC4-6B88-4D4A-93E4-D47B3D92CF8F",
"DomainName": "example.com",
"EndTime": "2015-12-11T21:00:00Z",
"StartTime": "2015-12-10T20:00:00Z",
"DomesticMax95Bps": "16777590.28",
"OverseasMax95Bps": "0",
"Max95Bps": "16777590.28",
"DetailData": {
"Max95Detail": [
{
"TimeStamp": "2015-12-11T21:00:00Z",
"Area": "CN",
"Max95BpsPeakTime": "2015-12-11T21:05:00Z",
"Max95Bps": 16777590.28
}
]
}
}
エラーレスポンス
JSONJSON
{"RequestId":"16A96B9A-F203-4EC5-8E43-CB92E68F4CD8","HostId":"cdn.aliyuncs.com","Code":"InternalError","Message":"The request processing has failed due to some unknown error."}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 400 | InvalidStartTime.Malformed | The specified value of parameter StartTime is malformed. | |
| 400 | InvalidEndTime.Malformed | The specified value of parameter EndTime is malformed. | |
| 400 | InvalidStartTime.ValueNotSupported | The specified value of parameter StartTime is not supported. | |
| 400 | InvalidEndTime.Mismatch | Specified EndTime does not match the specified StartTime. | |
| 400 | InvalidTimePoint.Malformed | Specified TimePoint is malformed. | |
| 400 | InvalidTimeSpan | The time span exceeds the limit. | |
| 400 | InvalidTime.Malformed | Specified StartTime or EndTime is malformed. | |
| 404 | InvalidDomain.NotFound | The domain provided does not exist in our records. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。