Queries the detection points that are provided by carriers.
Operation description
This topic provides an example on how to query the detection points that are provided by China Unicom in Guiyang.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cms:DescribeSiteMonitorISPCityList |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Isp |
string |
No |
The name or ID of the carrier. Note
Carrier names support fuzzy match. |
联通 |
| City |
string |
No |
The name or ID of the city. Note
City names support fuzzy match. |
贵阳市 |
| IPV6 |
boolean |
No |
Specifies whether to query IPv6 probes. Valid values:
|
true |
| IPV4 |
boolean |
No |
Specifies whether to query IPv4 probes. Valid values:
|
true |
| ViewAll |
boolean |
No |
Specifies whether to return all detection points. Valid values:
|
true |
For more information about common request parameters, see Common parameters.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
string |
The status code. Note
The status code 200 indicates that the request was successful. |
200 |
| Message |
string |
The returned message. |
successful |
| RequestId |
string |
The request ID. |
B35D7D84-547B-4E61-B909-48A1F8A0C756 |
| Success |
string |
Indicates whether the request was successful. Valid values:
|
true |
| IspCityList |
object |
||
| IspCity |
array<object> |
The queried detection points. |
|
|
array<object> |
The queried detection point. |
||
| CityName.en |
string |
The city name. |
Guiyang |
| IPV4ProbeCount |
string |
The number of IPv4 probes. |
4 |
| City |
string |
The city ID. |
4 |
| Isp |
string |
The carrier ID. |
232 |
| CityName.zh_CN |
string |
The city name. Note
This parameter is valid only on the China site (aliyun.com). |
贵阳市 |
| Region.zh_CN |
string |
The name of the province. Note
This parameter can be returned only on the China site (aliyun.com). |
贵州省 |
| IspName.zh_CN |
string |
The carrier name. Note
This parameter is valid only on the China site (aliyun.com). |
联通 |
| Country.en |
string |
The name of the country. |
China |
| IPV6ProbeCount |
string |
The number of IPv6 probes. |
3 |
| Region |
string |
The province name. |
264 |
| Country |
string |
The country name. Note
This parameter is valid only on the China site (aliyun.com). |
629 |
| IspName.en |
string |
The carrier name. |
China-Unicom |
| Region.en |
string |
The name of the province. |
Guizhou |
| Country.zh_CN |
string |
The name of the country. Note
This parameter can be returned only on the China site (aliyun.com). |
中国 |
| Area.zh_CN |
string |
The area name. Note
This parameter is valid only on the China site (aliyun.com). |
西南 |
| Area.en |
string |
The area name. |
XiNan |
| IPPool |
object |
||
| IPPool |
array |
The IP address pool. |
|
|
string |
The IP address pool. |
["192.68.XX.XX","192.68.XX.XX"] |
Examples
Success response
JSON format
{
"Code": "200",
"Message": "successful",
"RequestId": "B35D7D84-547B-4E61-B909-48A1F8A0C756",
"Success": "true",
"IspCityList": {
"IspCity": [
{
"CityName.en": "Guiyang",
"IPV4ProbeCount": "4",
"City": "4",
"Isp": "232",
"CityName.zh_CN": "贵阳市",
"Region.zh_CN": "贵州省",
"IspName.zh_CN": "联通",
"Country.en": "China",
"IPV6ProbeCount": "3",
"Region": "264",
"Country": "629",
"IspName.en": "China-Unicom",
"Region.en": "Guizhou",
"Country.zh_CN": "中国",
"Area.zh_CN": "西南",
"Area.en": "XiNan",
"IPPool": {
"IPPool": [
"[\"192.68.XX.XX\",\"192.68.XX.XX\"]"
]
}
}
]
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidQueryParameter | %s | |
| 401 | AccessDeniedException | You donot have sufficient access to perform this action. | |
| 500 | InternalError | %s | |
| 402 | LimitExceeded | The quota for this customer had been reached. | |
| 403 | Forbidden | You are not authorized to operate the specified resource. | No permission, please use RAM to authorize |
| 503 | %s | %s | |
| 406 | ExceedingQuota | Exceeding quota limits. | The number of tasks exceeds the limit |
| 429 | ThrottlingException | The request was denied due to request throttling. | |
| 409 | %s | %s |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.