アウトバウンド IP を照会します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
yundun-cloudfirewall:DescribeConfiguredDestinationIP |
get |
*All Resource
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| SourceIp |
string |
任意 |
リクエスト元の IP アドレス。 |
123.113.99.XXX |
| Lang |
string |
任意 |
応答の言語。 列挙値:
|
zh |
| Lang |
string |
任意 |
The language of the response. 列挙値:
|
zh |
| DestinationIP |
string |
任意 |
宛先 IP アドレス。 |
1.1.1.1 |
| DestinationRegion |
string |
任意 |
宛先リージョン。 |
cn-shenzhen |
| DestinationISP |
string |
任意 |
宛先 ISP。 |
telecom |
| GroupName |
string |
必須 |
グループ名。 列挙値:
|
ignore |
| PageSize |
string |
任意 |
各ページで返されるエントリー数。 |
20 |
| CurrentPage |
string |
任意 |
取得するページ番号。 |
1 |
| Direction |
string |
必須 |
トラフィックの方向。 列挙値:
|
out |
| SourceCode |
string |
必須 |
トレースコード。 |
yundun |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
|||
| PageNo |
integer |
ページ番号。 |
1 |
| RequestId |
string |
リクエスト ID。 |
F0AE91F8-E6C5-50D4-983F-FC53672**** |
| PageSize |
integer |
ページあたりのエントリ数。 |
10 |
| TotalCount |
integer |
合計エントリ数。 |
32 |
| Destinations |
array<object> |
宛先リスト。 |
|
|
object |
宛先情報。 |
||
| DestinationIP |
string |
宛先 IP アドレス。 |
1.1.1.1 |
| DestinationRegion |
string |
宛先リージョン。 |
cn-shenzhen |
| OperationTime |
integer |
操作時刻。値は UNIX タイムスタンプです。単位:秒。 |
1534408189 |
| DestinationISP |
string |
宛先の ISP。 |
telecom |
| Comment |
string |
備考。 |
test |
例
成功レスポンス
JSONJSON
{
"PageNo": 1,
"RequestId": "F0AE91F8-E6C5-50D4-983F-FC53672****",
"PageSize": 10,
"TotalCount": 32,
"Destinations": [
{
"DestinationIP": "1.1.1.1",
"DestinationRegion": "cn-shenzhen",
"OperationTime": 1534408189,
"DestinationISP": "telecom",
"Comment": "test"
}
]
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 400 | ErrorSourceCodeError | The source code is invalid. | |
| 400 | ErrorAliUid | Aliuid invalid. | |
| 400 | ErrorObjectOperation | The objectOperation is invalid. | |
| 400 | ErrorPageNo | Either page number or page size is invalid. | |
| 400 | ErrorDBSelectError | A database select error occurred. | |
| 400 | ErrorMarshalJSON | internal error. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。