The domain name that you want to query. You can specify multiple domain names and separate them with commas (,). You can specify at most 30 domain names in each call.
Operation description
You can call this operation up to 20 times per second per account.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
cdn:DescribeDomainDetailDataByLayer | none | *Domain acs:cdn:*:{#accountId}:domain/{#DomainName} |
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Field | string | Yes | The end of the time range to query. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC. Note
The end time must be later than the start time.
| bps,ipv6_traf,traf,http_code,qps |
DomainName | string | Yes | The name of the Internet service provider (ISP) for your Alibaba Cloud CDN service. You can call the DescribeCdnRegionAndIsp operation to query ISP names. If you do not specify an ISP, data of all ISPs is queried. | example.com |
StartTime | string | Yes | The name of the region. You can call the DescribeCdnRegionAndIsp operation to query regions. If you do not specify a region, data in all regions is queried. | 2020-07-05T22:00:00Z |
EndTime | string | Yes | The protocol by which you want to query data. Valid values: http, https, quic, and all. The default value is all. | 2020-07-05T22:05:00Z |
IspNameEn | string | No | The ID of the request. | telecom |
LocationNameEn | string | No | The detailed data of the accelerated domain names. | hangzhou |
Layer | string | No | The amount of network traffic. Unit: bytes. | all |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "BEA5625F-8FCF-48F4-851B-CA63946DA664",
"Data": {
"DataModule": [
{
"Traf": 789756701818,
"Qps": 5998.47,
"Ipv6Qps": 0,
"Ipv6Bps": 0,
"Acc": 2,
"Ipv6Traf": 141718944482,
"Ipv6Acc": 1,
"TimeStamp": "2020-07-05T22:00:00Z",
"HttpCode": "200:44349|206:1753719|304:45|403:1095|416:1|499:332",
"Bps": 21060178715.146667,
"DomainName": "example.com"
}
]
}
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | MissingTimeParameter | The StartTime and EndTime must be both specified. | You must set both the start time and the end time. |
400 | InvalidStartTime.Malformed | The specified value of parameter StartTime is malformed. | The specified start time is invalid. For more information, see the help documentation of this operation. |
400 | InvalidEndTime.Malformed | The specified value of parameter EndTime is malformed. | The specified EndTime parameter is invalid. |
400 | InvalidEndTime.Mismatch | Specified EndTime does not match the specified StartTime. | StartTime must be earlier than EndTime. |
400 | InvalidStartTime.ValueNotSupported | The specified value of parameter StartTime is not supported. | The start time is invalid. Set this parameter to another value and try again. |
400 | InvalidDomainName.Malformed | The specified DomainName is invalid. | The specified domain name is invalid. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-06-13 | The Error code has changed | View Change Details |