summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-02-23 13:40:37 +0100
committerJan Srnicek <jsrnicek@cisco.com>2017-02-24 11:40:49 +0000
commitff9529a817004e8707ee0dbeee89239516a9f39f (patch)
tree274454fac43843361ba9b043ffd6ce7abdf0a0f6
parente03effe522c038ba03d3cb31ca716a3eee7a5d72 (diff)
HC2VPP-84: postman collection update
Change-Id: Ia7c4c35c53cb5bc448ce0602e812a32323e92c7b Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
-rw-r--r--v3po/postman_rest_collection.json145
1 files changed, 111 insertions, 34 deletions
diff --git a/v3po/postman_rest_collection.json b/v3po/postman_rest_collection.json
index febf348ed..a9e973638 100644
--- a/v3po/postman_rest_collection.json
+++ b/v3po/postman_rest_collection.json
@@ -155,8 +155,12 @@
"name": "Proxy Arp",
"description": "",
"order": [
- "4546a02f-733b-4b69-54e9-5943293b3f95",
- "10f9a053-4e29-7f2c-312c-9b6b796856e9"
+ "7944d481-b6ca-0142-c8a6-9bac231ba26e",
+ "42205aaf-e363-df7c-2dd6-737046bcec8a",
+ "7ea32eae-c59b-5771-aeeb-8308ad8fd17e",
+ "a8f2f12c-d762-9a75-9787-308000b078f8",
+ "3958c1e9-17e4-d151-1d60-18d6380990b3",
+ "5487788a-9e8d-cfbf-a9b0-42c74a31596d"
],
"owner": "45557"
},
@@ -476,25 +480,120 @@
"folder": "ded16b18-1c4c-e349-6190-7a5e30813494"
},
{
- "id": "10f9a053-4e29-7f2c-312c-9b6b796856e9",
- "headers": "Content-Type: application/json\nAuthorization: Basic YWRtaW46YWRtaW4=\n",
- "url": "http://admin:admin@127.0.0.1:8183/restconf/config/ietf-interfaces:interfaces/interface/TenGigabitEthernet7%2F0%2F0/v3po:proxy-arp ",
+ "id": "7944d481-b6ca-0142-c8a6-9bac231ba26e",
+ "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n",
+ "url": "http://localhost:8183/restconf/config/proxy-arp:proxy-ranges/proxy-range/0/1.1.1.1/1.1.1.10",
+ "preRequestScript": "",
"pathVariables": {},
- "preRequestScript": null,
- "method": "DELETE",
+ "method": "PUT",
+ "data": [],
+ "dataMode": "raw",
+ "tests": "",
+ "currentHelper": "normal",
+ "helperAttributes": {},
+ "time": 1487852162103,
+ "name": "Add arp proxy range #1",
+ "description": "Equivalent of\n\nvppctl set ip arp proxy 1.1.1.1 - 1.1.1.10\n\nCan be verified with\n\nvppctl show ip arp",
"collectionId": "5bad4634-e5cf-900e-9733-0976aa9bea64",
+ "responses": [],
+ "rawModeData": "{\r\n \"proxy-range\":{\r\n \t\"vrf-id\":\"0\",\r\n \t\"low-addr\":\"1.1.1.1\",\r\n \t\"high-addr\":\"1.1.1.10\"\r\n }\r\n}"
+ },
+ {
+ "id": "42205aaf-e363-df7c-2dd6-737046bcec8a",
+ "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n",
+ "url": "http://localhost:8183/restconf/config/proxy-arp:proxy-ranges/proxy-range/0/2.2.2.2/2.2.2.42",
+ "preRequestScript": "",
+ "pathVariables": {},
+ "method": "PUT",
"data": [],
"dataMode": "raw",
- "name": "Delete proxy arp on interface",
- "description": "",
+ "tests": "",
+ "currentHelper": "normal",
+ "helperAttributes": {},
+ "time": 1487852271755,
+ "name": "Add arp proxy range #2",
+ "description": "Equivalent of\n\nvppctl set ip arp proxy 2.2.2.2 - 2.2.2.42\n\nCan be verified with\n\nvppctl show ip arp",
+ "collectionId": "5bad4634-e5cf-900e-9733-0976aa9bea64",
+ "responses": [],
+ "rawModeData": "{\r\n \"proxy-range\":{\r\n \t\"vrf-id\":\"0\",\r\n \t\"low-addr\":\"2.2.2.2\",\r\n \t\"high-addr\":\"2.2.2.42\"\r\n }\r\n}"
+ },
+ {
+ "id": "7ea32eae-c59b-5771-aeeb-8308ad8fd17e",
+ "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n",
+ "url": "http://localhost:8183/restconf/config/ietf-interfaces:interfaces/interface/local0/proxy-arp",
+ "pathVariables": {},
+ "preRequestScript": "",
+ "method": "PUT",
+ "collectionId": "5bad4634-e5cf-900e-9733-0976aa9bea64",
+ "data": [],
+ "dataMode": "raw",
+ "name": "Enable proxy arp for local0",
+ "description": "Equivalent of\n\nvppctl set interface proxy-arp local0 enable",
"descriptionFormat": "html",
- "time": 1469545483066,
+ "time": 1487853005827,
"version": 2,
"responses": [],
- "tests": null,
+ "tests": "",
+ "currentHelper": "normal",
+ "helperAttributes": {},
+ "rawModeData": "{\n\t\"proxy-arp\": {}\n}"
+ },
+ {
+ "id": "a8f2f12c-d762-9a75-9787-308000b078f8",
+ "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n",
+ "url": "http://localhost:8183/restconf/config/proxy-arp:proxy-ranges/proxy-range/0/1.1.1.1/1.1.1.10",
+ "preRequestScript": "",
+ "pathVariables": {},
+ "method": "DELETE",
+ "data": [],
+ "dataMode": "raw",
+ "tests": "",
"currentHelper": "normal",
"helperAttributes": {},
- "folder": "42603a84-8d76-77de-197f-19387eb13c97",
+ "time": 1487852470530,
+ "name": "Delete arp proxy range #1",
+ "description": "Equivalent of\n\nvppctl set ip arp del proxy 1.1.1.1 - 1.1.1.10\n\nCan be verified with\n\nvppctl show ip arp",
+ "collectionId": "5bad4634-e5cf-900e-9733-0976aa9bea64",
+ "responses": [],
+ "rawModeData": ""
+ },
+ {
+ "id": "3958c1e9-17e4-d151-1d60-18d6380990b3",
+ "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n",
+ "url": "http://localhost:8183/restconf/config/proxy-arp:proxy-ranges/proxy-range/0/2.2.2.2/2.2.2.42",
+ "preRequestScript": "",
+ "pathVariables": {},
+ "method": "DELETE",
+ "data": [],
+ "dataMode": "raw",
+ "tests": "",
+ "currentHelper": "normal",
+ "helperAttributes": {},
+ "time": 1487852507694,
+ "name": "Delete arp proxy range #2",
+ "description": "Equivalent of\n\nvppctl set ip arp del proxy 2.2.2.2 - 2.2.2.42\n\nCan be verified with\n\nvppctl show ip arp",
+ "collectionId": "5bad4634-e5cf-900e-9733-0976aa9bea64",
+ "responses": [],
+ "rawModeData": ""
+ },
+ {
+ "id": "5487788a-9e8d-cfbf-a9b0-42c74a31596d",
+ "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n",
+ "url": "http://localhost:8183/restconf/config/ietf-interfaces:interfaces/interface/local0/proxy-arp",
+ "preRequestScript": "",
+ "pathVariables": {},
+ "method": "DELETE",
+ "data": [],
+ "dataMode": "raw",
+ "version": 2,
+ "tests": "",
+ "currentHelper": "normal",
+ "helperAttributes": {},
+ "time": 1487853069584,
+ "name": "Disable proxy arp for local0",
+ "description": "Equivalent of\n\nvppctl set interface proxy-arp local0 disable",
+ "collectionId": "5bad4634-e5cf-900e-9733-0976aa9bea64",
+ "responses": [],
"rawModeData": ""
},
{
@@ -958,28 +1057,6 @@
"folder": "e742a44e-2e82-fe0c-d7c1-2f6b6bc1f0e9"
},
{
- "id": "4546a02f-733b-4b69-54e9-5943293b3f95",
- "headers": "Content-Type: application/json\nAuthorization: Basic YWRtaW46YWRtaW4=\n",
- "url": "http://admin:admin@127.0.0.1:8183/restconf/config/ietf-interfaces:interfaces/interface/TenGigabitEthernet7%2F0%2F0",
- "pathVariables": {},
- "preRequestScript": null,
- "method": "PUT",
- "collectionId": "5bad4634-e5cf-900e-9733-0976aa9bea64",
- "data": [],
- "dataMode": "raw",
- "name": "Add proxy arp on interface",
- "description": "Add proxy arp on interface",
- "descriptionFormat": "html",
- "time": 1469545402144,
- "version": 2,
- "responses": [],
- "tests": null,
- "currentHelper": "normal",
- "helperAttributes": {},
- "folder": "42603a84-8d76-77de-197f-19387eb13c97",
- "rawModeData": "{\n \n \"ietf-interfaces:interface\": [\n {\n \"name\": \"TenGigabitEthernet7/0/0\",\n \"description\": \"for testing purposes\",\n \"type\": \"iana-if-type:ethernetCsmacd\",\n \"v3po:proxy-arp\" :{\n \"vrf-id\" : 0,\n \"low-addr\" : \"111.1.1.1\",\n\t\t \"high-addr\" : \"111.1.1.255\"\n }\n }\n ]\n \n}"
- },
- {
"id": "488acc8a-0816-d280-8c9d-bc1326edea9b",
"headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n",
"url": "http://localhost:8183/restconf/config/ietf-interfaces:interfaces/interface/GigabitEthernet0%2F9%2F0/vpp-vlan:sub-interfaces/sub-interface/1/l2/rewrite",