From a3e02660522fb0c97f77f1123cc4058d589a4095 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Thu, 31 May 2018 11:29:13 +0200 Subject: nat: postman collection cleanup Change-Id: I25a7742289753bd0bb2ef49d4a1e609cf8570a9d Signed-off-by: Marek Gradzki --- nat/nat_postman_collection.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/nat/nat_postman_collection.json b/nat/nat_postman_collection.json index d5a1ec389..eccdf2bf6 100644 --- a/nat/nat_postman_collection.json +++ b/nat/nat_postman_collection.json @@ -1,6 +1,6 @@ { "info": { - "_postman_id": "b0eb6655-433f-430c-87a0-3ba2dbbb534e", + "_postman_id": "782eee7d-0707-428c-8d39-5d4533fefd1a", "name": "Honeycomb NAT RESTCONF calls", "description": "Common management operations for Honeycomb + VPP + SNAT plugin", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" @@ -8,10 +8,10 @@ "item": [ { "name": "1:1 static", - "description": "", + "description": null, "item": [ { - "name": "Add SNAT 1:1 static entry IPv4 -cfg", + "name": "Add NAT 1:1 static entry IPv4 -cfg", "request": { "method": "PUT", "header": [ @@ -97,10 +97,10 @@ }, { "name": "DYNAMIC", - "description": "", + "description": null, "item": [ { - "name": "Add SNAT address pool", + "name": "Add NAT address pool", "request": { "method": "PUT", "header": [ @@ -143,7 +143,7 @@ "response": [] }, { - "name": "Delete SNAT address pool", + "name": "Delete NAT address pool", "request": { "method": "DELETE", "header": [ @@ -275,7 +275,7 @@ }, { "name": "Nat64", - "description": "", + "description": null, "item": [ { "name": "Add NAT64 static BIB entry -cfg", @@ -691,7 +691,7 @@ }, { "name": "Sub-interface assignment", - "description": "", + "description": null, "item": [ { "name": "Set NAT inbound for subifc - cfg", @@ -751,7 +751,7 @@ ], "body": { "mode": "raw", - "raw": "{\r\n \r\n \"inbound\" : {}\r\n \r\n}" + "raw": "" }, "url": { "raw": "http://localhost:8183/restconf/config/ietf-interfaces:interfaces/interface/GigabitEthernet0%2F9%2F0/vpp-vlan:sub-interfaces/sub-interface/1/subinterface-nat:nat/inbound", @@ -835,7 +835,7 @@ ], "body": { "mode": "raw", - "raw": "{\r\n \r\n \"outbound\" : {}\r\n \r\n}" + "raw": "" }, "url": { "raw": "http://localhost:8183/restconf/config/ietf-interfaces:interfaces/interface/local0/interface-nat:nat/outbound", @@ -862,7 +862,7 @@ }, { "name": "interface assignment", - "description": "", + "description": null, "item": [ { "name": "Set NAT inbound for ifc - cfg", @@ -919,7 +919,7 @@ ], "body": { "mode": "raw", - "raw": "{\r\n \r\n \"inbound\" : {}\r\n \r\n}" + "raw": "" }, "url": { "raw": "http://localhost:8183/restconf/config/ietf-interfaces:interfaces/interface/local0/interface-nat:nat/inbound", @@ -997,7 +997,7 @@ ], "body": { "mode": "raw", - "raw": "{\r\n \r\n \"outbound\" : {}\r\n \r\n}" + "raw": "" }, "url": { "raw": "http://localhost:8183/restconf/config/ietf-interfaces:interfaces/interface/local0/interface-nat:nat/outbound", -- cgit 1.2.3-korg