SNAT削除(FW+LBベストエフォートタイプ)
API情報
| API種別 | メソッド | URI | 対象 | 名称 | 実行 |
|---|---|---|---|---|---|
| 設定 | DELETE | /:GisServiceCode/best-effort-fw-lbs/:IlbServiceCode/snat-table/:SourceIpAddress.json | FW+LBベストエフォートタイプ | SNAT削除(FW+LBベストエフォートタイプ) | 同期 |
- 指定されたFW+LB ベストエフォートタイプからSNATを削除します
リクエストパラメータ
| パラメータ | 必須 | 意味 | 値 | |
|---|---|---|---|---|
| URL | GisServiceCode | ○ | P2契約のサービスコード | gis######## |
| IlbServiceCode | ○ | FW+LB ベストエフォートタイプのサービスコード | ilb######## | |
| SourceIpAddress | ○ | 変換元IPアドレス | IPv4アドレス |
レスポンス
| フィールド | タイプ | 意味 | 値 |
|---|---|---|---|
| SourceIpAddress | String | 削除された変換元IPアドレス | IPv4アドレス |
| ToSourceIpAddress | String | 削除された変換先IPアドレス | IPv4アドレス |
制限
- 特になし
サンプル
リクエストボディ
無し
レスポンス (JSON)
{
"RequestId": "xxxxxxxx-xxxxxxxx-xxxxxxxx-xxxxxxxx-xxxxxxxx",
"SourceIpAddress": "192.0.2.11",
"ToSourceIpAddress": "203.0.113.21"
}