すべてのプロダクト
Search
ドキュメントセンター

:DescribeDomainMax95BpsData

最終更新日:Jun 10, 2026

ドメイン名の 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.

今すぐお試しください

この API を OpenAPI Explorer でお試しください。手作業による署名は必要ありません。呼び出しに成功すると、入力したパラメーターに基づき、資格情報が組み込まれた SDK コードが自動的に生成されます。このコードをダウンロードしてローカルで使用できます。

テスト

RAM 認証

下表に、この API を呼び出すために必要な認証情報を示します。認証情報は、RAM (Resource Access Management) ポリシーを使用して定義できます。以下で各列名について説明します。

  • アクション:特定のリソースに対して実行可能な操作。ポリシー構文ではAction要素として指定します。

  • API:アクションを具体的に実行するための API。

  • アクセスレベル:各 API に対して事前定義されているアクセスの種類。有効な値:create、list、get、update、delete。

  • リソースタイプ:アクションが作用するリソースの種類。リソースレベルでの権限をサポートするかどうかを示すことができます。ポリシーの有効性を確保するため、アクションの対象として適切なリソースを指定してください。

    • リソースレベルの権限を持つ API の場合、必要なリソースタイプはアスタリスク (*) でマークされます。ポリシーのResource要素で対応する ARN を指定してください。

    • リソースレベルの権限を持たない API の場合、「すべてのリソース」と表示され、ポリシーのResource要素でアスタリスク (*) でマークされます。

  • 条件キー:サービスによって定義された条件のキー。このキーにより、きめ細やかなアクセス制御が可能になります。この制御は、アクション単体に適用することも、特定のリソースに対するアクションに適用することもできます。Alibaba Cloud は、サービス固有の条件キーに加えて、すべての RAM 統合サービスに適用可能な一連の共通条件キーを提供しています。

  • 依存アクション:ある特定のアクションを実行するために、前提として実行が必要となる他のアクション。依存アクションの権限も RAM ユーザーまたは RAM ロールに付与する必要があります。

アクション

アクセスレベル

リソースタイプ

条件キー

依存アクション

cdn:DescribeDomainMax95BpsData

none

*Domain

acs:cdn:*:{#accountId}:domain/{#DomainName}

なし なし

リクエストパラメーター

パラメーター

必須 / 任意

説明

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。有効な値:

  • day: 95 パーセンタイル帯域幅データを日単位でクエリします。

  • month: 95 パーセンタイル帯域幅データを月単位でクエリします。

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.

完全なリストについては、「エラーコード」をご参照ください。

変更履歴

完全なリストについては、「変更履歴」をご参照ください。