検出ポイントのリストをクエリします。
操作説明
このトピックでは、DescribeSyntheticProbeList オペレーションを呼び出して、北京の China Unicom キャリアの検出ポイントの詳細をクエリする方法の例を示します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
cms:DescribeSyntheticProbeList |
none |
*All Resource
|
なし | なし |
リクエスト構文
GET HTTP/1.1
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| Isp |
string |
任意 |
キャリアの名前または ID。 |
China Unicom |
| City |
string |
任意 |
キャリア検出ポイントが所在する都市の名前または ID。 |
Beijing |
| Ipv4 |
boolean |
任意 |
IPv4 検出ポイントのみを返すかどうかを指定します。 |
false |
| Ipv6 |
boolean |
任意 |
IPv6 検出ポイントのみを返すかどうかを指定します。 |
false |
| ViewAll |
boolean |
任意 |
すべての検出ポイントを返すかどうかを指定します。 有効な値は次のとおりです:
|
true |
| MbProbe |
boolean |
任意 |
モバイル検出ポイントのみを返すかどうかを指定します。 |
false |
| LmProbe |
boolean |
任意 |
ラストマイル検出ポイントのみを返すかどうかを指定します。 |
false |
| IdcProbe |
boolean |
任意 |
データセンター内の検出ポイントのみを返すかどうかを指定します。 |
false |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
レスポンススキーマです。 |
||
| Code |
string |
ステータスコードです。 |
200 |
| IspCityList |
array<object> |
検出ポイントのリストです。 |
|
|
object |
検出ポイントの詳細です。 |
||
| AreaCn |
string |
エリア名の中国語表記です。 |
华北 |
| AreaEn |
string |
エリア名の英語表記です。 |
Huabei |
| City |
string |
都市 ID です。 |
738 |
| CityCn |
string |
都市名の中国語表記です。 |
北京 |
| CityEn |
string |
都市名の英語表記です。 |
Beijing |
| Country |
string |
国コードです。 |
629 |
| CountryCn |
string |
国名の中国語表記です。 |
中国 |
| CountryEn |
string |
国または地域の英語名です。 |
China |
| IpPool |
array |
ノードの IP アドレスのリストです。 |
|
|
string |
ノードの IP アドレスです。 |
1.1.1.1 |
|
| Isp |
string |
キャリア ID です。 |
232 |
| IspCn |
string |
キャリア名の中国語表記です。 |
联通 |
| IspEn |
string |
キャリア名の英語表記です。 |
China-Unicom |
| LmProbeCount |
integer |
ラストマイル検出ポイントの数です。 |
1 |
| MbProbeCount |
integer |
モバイル検出ポイントの数です。 |
1 |
| Region |
string |
省コードです。 |
264 |
| RegionCn |
string |
省名の中国語表記です。 |
江西省 |
| RegionEn |
string |
省名の英語表記です。 |
Jiangxi |
| IdcV4ProbeCount |
integer |
データセンター内の IPv4 検出ポイントの数です。 |
1 |
| IdcV6ProbeCount |
integer |
データセンターの IPv6 ノードの数です。 |
1 |
| Message |
string |
エラーメッセージです。 |
The specified resource is not found. |
| RequestId |
string |
リクエスト ID です。 |
87170bc7-e28a-4c93-b9bf-90a1dbe84736 |
| Success |
string |
操作が成功したかどうかを示します。 |
true |
例
成功レスポンス
JSONJSON
{
"Code": "200",
"IspCityList": [
{
"AreaCn": "华北",
"AreaEn": "Huabei",
"City": "738",
"CityCn": "北京",
"CityEn": "Beijing",
"Country": "629",
"CountryCn": "中国",
"CountryEn": "China",
"IpPool": [
"1.1.1.1"
],
"Isp": "232",
"IspCn": "联通",
"IspEn": "China-Unicom",
"LmProbeCount": 1,
"MbProbeCount": 1,
"Region": "264",
"RegionCn": "江西省",
"RegionEn": "Jiangxi",
"IdcV4ProbeCount": 1,
"IdcV6ProbeCount": 1
}
],
"Message": "The specified resource is not found.",
"RequestId": "87170bc7-e28a-4c93-b9bf-90a1dbe84736",
"Success": "true"
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 400 | InvalidParameterValue | Illegal parameters. | 不正なパラメータ。 |
| 401 | AccessDeniedException | You donot have sufficient access to perform this action. | |
| 500 | InternalUnknownError | The request processing has failed due to some unknown error. | |
| 402 | LimitExceeded | The quota for this customer had been reached. | |
| 403 | Forbidden | You are not authorized to operate the specified resource. | |
| 406 | ExceedingQuota | Exceeding quota limits. | |
| 429 | ThrottlingException | The request was denied due to request throttling. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。