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