DescribeLiveDomainBpsDataByLayer

更新时间:
复制 MD 格式

Queries bandwidth and traffic data of a domain name by protocol by calling DescribeLiveDomainBpsDataByLayer.

Operation description

The storage duration of data is up to 90 days. You can query data for multiple domain names at a time. Separate multiple domain names with commas (,). A maximum of 500 domain names are supported. Data for multiple domain names is returned as aggregation results. The time granularity of returned data varies based on the time range specified by StartTime and EndTime:

  • Time range ≤ 3 days: The time granularity is 5 minutes.

  • 3 days < time range ≤ 31 days: The time granularity is 1 hour.

  • Time range > 31 days: The time granularity is 1 day.

Note

If neither StartTime nor EndTime is specified, data for the last 24 hours is returned by default.

QPS limit

The single-user QPS limit for this operation is 20 calls per second. If the limit is exceeded, API calls are throttled, which may affect your business. Invoke this operation appropriately.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

live:DescribeLiveDomainBpsDataByLayer

get

*Domain

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

None None

Request parameters

Parameter

Type

Required

Description

Example

RegionId

string

No

The region ID.

cn-shanghai

DomainName

string

No

The streaming domain. You can specify multiple domain names separated by commas (,). If this parameter is left empty, the aggregated data of all domain names is returned by default.

pull.aliyundoc.com

StartTime

string

No

The beginning of the time range to query, in the format of yyyy-MM-ddTHH:mm:ssZ (UTC).

Note

If this parameter is not specified, data for the last 24 hours is returned by default. The minimum data granularity is 5 minutes.

2022-03-15T16:00:00Z

EndTime

string

No

The end of the time range to query, in the format of yyyy-MM-ddTHH:mm:ssZ (UTC). The end time must be later than the start time.

2022-03-16T16:59:59Z

Interval

string

No

The time granularity of the data to query. Unit: seconds. Valid values:

  • 300

  • 3600

  • 86400

Note
  • Time range ≤ 3 days: Valid data timestamp granularity values are 300, 3600, and 86400.

  • 3 days < time range ≤ 31 days: Valid data timestamp granularity values are 3600 and 86400.

  • Time range > 31 days: The only valid value is 86400.

  • If this parameter is not specified or the specified value is not supported, the default value 300 is used.

300

IspNameEn

string

No

The name of the Internet service provider (ISP) in English. If this parameter is not specified, data for all ISPs is returned.

Note

You can call the DescribeLiveRegionAndIsp operation to query the English names of regions and ISPs.

tele***

LocationNameEn

string

No

The name of the region in English. If this parameter is not specified, data for all regions is returned.

Note

You can call the DescribeLiveRegionAndIsp operation to query the English names of regions and ISPs.

hangzhou

Layer

string

No

The query dimension. Valid values:

  • Network layer (IPv4, IPv6)

  • Application layer (http, https, quic)

  • all (default)

Valid values: all | IPv4 | IPv6 | http | https | quic (case-sensitive).

all

Response elements

Element

Type

Description

Example

object

BpsDataInterval

object

DataModule

array<object>

The bandwidth data (bps) for each time interval.

object

The bandwidth data (bps) for each time interval.

TimeStamp

string

The start of the time slice.

2022-03-15T16:00:00Z

TrafficValue

string

The total traffic. Unit: bytes.

331

Value

string

The peak bandwidth. Unit: bps.

0.56

DataInterval

string

The time interval between data entries. Unit: seconds.

300

RequestId

string

The request ID.

BEA5625F-8FCF-48F4-851B-2A48566EA967

Examples

Success response

JSON format

{
  "BpsDataInterval": {
    "DataModule": [
      {
        "TimeStamp": "2022-03-15T16:00:00Z",
        "TrafficValue": "331",
        "Value": "0.56"
      }
    ]
  },
  "DataInterval": "300",
  "RequestId": "BEA5625F-8FCF-48F4-851B-2A48566EA967"
}

Error codes

HTTP status code

Error code

Error message

Description

400 InvalidStartTime.Malformed Specified parameter StartTime is not valid.
400 InvalidEndTime.Malformed Specified parameter EndTime is not valid.
400 InvalidEndTime.Mismatch Specified end time does not math the specified start time. The end time does not match the start time. Make sure that the start and end times match.
400 InvalidStartTime.ValueNotSupported Specified end time does not math the specified start time,And the time range does not exceed 90 days. The start time and the end time do not match. The start time cannot be later than the end time, and the interval between the start time and the end time cannot exceed 90 days.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.