diff options
Diffstat (limited to 'nat/nat_postman_collection.json')
-rw-r--r-- | nat/nat_postman_collection.json | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/nat/nat_postman_collection.json b/nat/nat_postman_collection.json index 49ea7b91f..d63190ace 100644 --- a/nat/nat_postman_collection.json +++ b/nat/nat_postman_collection.json @@ -42,9 +42,11 @@ "c256b9c8-c530-acc2-f197-fd59e0d6843f", "376fb011-96eb-fc09-4f87-0a16a9532ea9", "cbad80e8-367a-6d8b-0a93-a81c717057aa", + "cff7d30d-f0d3-3750-76fb-94500340bc9e", "4a9a9b25-ea4e-7d4f-1fd0-b4d7d7f60ad3", "501132a6-ac08-bc36-e5f4-0fb2dda82c4d", "b7c9a0d0-394d-eeb3-1615-af7349ba229e", + "2992acee-87da-3d9f-8bec-f00721d0c7e0", "4f7bf0d9-f468-0041-e7e3-44386b74bb7e", "84c2abaa-67f5-305e-e536-4bddcb8230cc" ], @@ -191,6 +193,26 @@ "folder": "b22a3174-1314-bfbb-91f8-86c57b71b0cb" }, { + "id": "cff7d30d-f0d3-3750-76fb-94500340bc9e", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://localhost:8183/restconf/config/ietf-nat:nat-config/nat-instances/nat-instance/0/nat64-prefixes/0", + "preRequestScript": "", + "pathVariables": {}, + "method": "PUT", + "data": [], + "dataMode": "raw", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1503467548572, + "name": "Set NAT64 prefix", + "description": "Configures NAT64 prefix for default VRF\n\nCLI: nat64 add prefix <ip6-prefix>/<plen> [tenant-vrf <vrf-id>] [del]\n\nCan be verified with\n\nCLI: show nat64 prefix\n\nMore information: https://wiki.fd.io/view/VPP/SNAT", + "collectionId": "87e0bcaa-5031-9a2b-8a6b-329758310154", + "responses": [], + "rawModeData": "{\r\n\t\"nat64-prefixes\" : {\r\n\t\t\"nat64-prefix-id\" : 0,\r\n\t\t\"nat64-prefix\" : \"2001:db8:122:300::/56\"\r\n\t}\r\n}" + }, + { "id": "4a9a9b25-ea4e-7d4f-1fd0-b4d7d7f60ad3", "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", "url": "http://localhost:8183/restconf/config/ietf-interfaces:interfaces/interface/local0/interface-nat:nat/inbound", @@ -543,6 +565,26 @@ "rawModeData": "" }, { + "id": "2992acee-87da-3d9f-8bec-f00721d0c7e0", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://localhost:8183/restconf/config/ietf-nat:nat-config/nat-instances/nat-instance/0/nat64-prefixes/0", + "preRequestScript": "", + "pathVariables": {}, + "method": "DELETE", + "data": [], + "dataMode": "raw", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1503488485762, + "name": "Delete NAT64 prefix", + "description": "Removes configured NAT64 prefix:\n\nCLI: nat64 add prefix <ip6-prefix>/<plen> [tenant-vrf <vrf-id>] [del]\n\nCan be verified with\n\nCLI: show nat64 prefix\n\nMore information: https://wiki.fd.io/view/VPP/SNAT", + "collectionId": "87e0bcaa-5031-9a2b-8a6b-329758310154", + "responses": [], + "rawModeData": "" + }, + { "id": "bb79f635-3d21-8f07-a2e9-fc2c1a7b7f4a", "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", "headerData": [ |