Queries the regions inside China from which requests are sent to a website within a specific period of time.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribeDomainViewSourceProvinces |
The operation that you want to perform. Set the value to DescribeDomainViewSourceProvinces. |
EndTime | Long | Yes | 1583683200 |
The end of the time range to query. This value is a UNIX timestamp representing the number of seconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC. Note This UNIX timestamp must indicate a time that is accurate to the minute.
|
StartTime | Long | Yes | 1582992000 |
The beginning of the time range to query. This value is a UNIX timestamp representing the number of seconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC. Note This UNIX timestamp must indicate a time that is accurate to the minute.
|
ResourceGroupId | String | No | default |
The ID of the resource group to which the instance belongs in Resource Management. This parameter is empty by default, which indicates that the instance belongs to the default resource group. |
RegionId | String | No | cn-hangzhou |
The region ID of the instance. Valid values:
|
Domain | String | No | www.aliyun.com |
The domain name of the website. Note A forwarding rule must be configured for the domain name. You can call the DescribeDomains operation to query all domain names.
|
All Alibaba Cloud API operations must include common request parameters. For more information about common request parameters, see Common parameters.
For more information about sample requests, see the "Examples" section of this topic.
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | C33EB3D5-AF96-43CA-9C7E-37A81BC06A1E |
The ID of the request. |
SourceProvinces | Array of Province |
Details about the administrative region in China from which the requests are sent. |
|
Count | Long | 3390671 |
The number of requests. |
ProvinceId | String | 440000 |
The ID of the administrative region in China. For more information, see the Codes of administrative regions in China section of the Codes of administrative regions in China and codes of countries and areas topic. For example, 110000 indicates Beijing, and 120000 indicates Tianjin. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=DescribeDomainViewSourceProvinces
&EndTime=1583683200
&StartTime=1582992000
&<Common request parameters>
Sample success responses
XML
format
<DescribeDomainViewSourceProvincesResponse>
<RequestId>C33EB3D5-AF96-43CA-9C7E-37A81BC06A1E</RequestId>
<SourceProvinces>
<Count>3390671</Count>
<ProvinceId>440000</ProvinceId>
</SourceProvinces>
</DescribeDomainViewSourceProvincesResponse>
JSON
format
{
"RequestId": "C33EB3D5-AF96-43CA-9C7E-37A81BC06A1E",
"SourceProvinces": [
{
"Count": 3390671,
"ProvinceId": "440000"
}
]
}
Error codes
For a list of error codes, visit the API Error Center.