Untitled
unknown
plain_text
2 years ago
558 B
4
Indexable
Scenario: Add a dnat NAT rule Given the task "AddNat" When I submit the payload """ { "session": { "id": "some_task_uuid", "username": "_ldap_fw_access" }, "params": { "action": "add_nat", "request_availability_zone": "AZ1", "organization": "PICARD-E2E", "availability_zone": "AZ1", "nat_ip": "147.181.0.2", "dst_ip": ["10.88.0.32/27"], "src_ip": ["10.88.0.0/23", "10.88.0.64/27"], "device_group": "INTERNET", "description": "test description", "nat_type": "dnat", "protocol": ["tcp"], "dst_port": 8080 } } """
Editor is loading...