Queries the details of all carrier detection points by calling the DescribeSiteMonitorISPCityList operation.
Operation description
本文将提供一个示例,查询运营商“联通”在“贵阳市”的探测点详情。
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 detection point. Note
Fuzzy match is supported for carrier names. |
China Unicom |
| City |
string |
No |
The name or ID of the city where the carrier detection point resides. Note
Fuzzy match is supported for city names. |
Guiyang |
| 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 details about common request parameters, see Common parameters.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
string |
状态码。 Note
200 表示成功。 |
200 |
| Message |
string |
返回信息。 |
successful |
| RequestId |
string |
请求 ID。 |
B35D7D84-547B-4E61-B909-48A1F8A0C756 |
| Success |
string |
操作是否成功。取值:
|
true |
| IspCityList |
object |
||
| IspCity |
array<object> |
探测点列表。 |
|
|
array<object> |
探测点列表。 |
||
| 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.