From dace04173cd4846c3cfbcf44ede9cc7081909588 Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Wed, 31 Aug 2016 08:27:07 +0200 Subject: HONEYCOMB-75: Lisp Postman Collection Change-Id: Icc483704f8c5e621928f55378cfc6ea3a663bffe Signed-off-by: Jan Srnicek x --- lisp/lisp_postman_collection.json | 562 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 562 insertions(+) create mode 100644 lisp/lisp_postman_collection.json diff --git a/lisp/lisp_postman_collection.json b/lisp/lisp_postman_collection.json new file mode 100644 index 000000000..0a5c94f58 --- /dev/null +++ b/lisp/lisp_postman_collection.json @@ -0,0 +1,562 @@ +{ + "id": "17f4a6ba-221a-60ea-e94b-68499db39690", + "name": "Lisp Postman Collection", + "description": "", + "order": [ + "3d0b585e-e0e4-c935-7fb5-5ae2a6249486", + "a3e6ab59-b7db-3646-6a99-bc566b6fdff3", + "5586f041-e6ce-4880-622d-97920eaf08d3", + "9f33c6a8-a7dd-6a69-b0a1-168667358750", + "b7ae8529-0473-f75b-a5ef-60464d24e9cc", + "b137bb03-3021-f50d-1bd4-fa7a14432185", + "1935c2b2-7294-cb2d-0a47-7158f96d04bd", + "760a2208-cbd1-ebde-e900-20b2bb20bb6f", + "9c0da9fd-91c8-8c7a-4363-abe42b0728e7", + "64caad14-93fe-ab8c-0a36-7fd1882aeaed", + "155f3189-b996-270f-7344-98f8191ac9ee", + "3c2b4f63-0dc5-ec0d-c18a-c9b31b4de9d5", + "850d41a3-f66c-a6e1-6725-ed153c38f907", + "196548ef-9c47-84ca-24e8-76c6ce5105ac", + "5751639f-bb9c-584d-9101-b2e16786d98f", + "92b788cb-4508-8cdc-2333-3c9fb623c467", + "648a0ad4-d191-9cf2-e927-575f1590ae9d", + "d61b9cdb-21b3-ac08-39d7-3591be4bb4c4", + "712d3b04-98a1-3bbf-8dc7-bc6ec9b9e536", + "3ab69ec3-9def-11d4-8335-c5e982885380", + "fea7fab5-62ff-47dd-3a71-f26ed6e59084", + "fe15ad81-26e6-f3d8-3c2f-b0695f878b59", + "ce6967cf-45de-132e-2568-895a96086604", + "011a9d16-e89f-24f4-c3b2-0148a7791e37", + "08527cdf-9029-7057-b19c-6ab12ca3523f", + "ed5ae97a-6882-5d02-cdaf-ca5a70d04211", + "a896bc27-8d6e-e7d6-fd87-d9a0fa96bb08" + ], + "folders": [], + "timestamp": 0, + "owner": "658985", + "public": false, + "published": false, + "requests": [ + { + "id": "011a9d16-e89f-24f4-c3b2-0148a7791e37", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://localhost:8181/restconf/config/lisp:lisp/map-resolvers/map-resolver/192.168.2.1", + "preRequestScript": null, + "pathVariables": {}, + "method": "DELETE", + "data": [], + "dataMode": "raw", + "tests": null, + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1472553355914, + "name": "Delete map resolver", + "description": "", + "collectionId": "17f4a6ba-221a-60ea-e94b-68499db39690", + "responses": [], + "rawModeData": "{\r\n \"map-resolver\":{\r\n \"ip-address\":\"192.168.2.1\"\r\n }\r\n}" + }, + { + "id": "08527cdf-9029-7057-b19c-6ab12ca3523f", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://localhost:8181/restconf/config/lisp:lisp/locator-sets/locator-set/loc_1/interfaces/interface/local0", + "preRequestScript": null, + "pathVariables": {}, + "method": "DELETE", + "data": [], + "dataMode": "raw", + "tests": null, + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1472560261720, + "name": "Delete Locator", + "description": "", + "collectionId": "17f4a6ba-221a-60ea-e94b-68499db39690", + "responses": [], + "rawModeData": "{\r\n \"interface\":{\r\n \"interface-ref\":\"local0\",\r\n \"priority\":\"2\",\r\n \"weight\":\"3\"\r\n }\r\n}" + }, + { + "id": "155f3189-b996-270f-7344-98f8191ac9ee", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://localhost:8181/restconf/config/lisp:lisp/eid-table/vni-table/12/remote-mappings/remote-mapping/remote_map_1", + "preRequestScript": null, + "pathVariables": {}, + "method": "PUT", + "data": [], + "dataMode": "raw", + "tests": null, + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1472191765626, + "name": "Add remote mapping - negative mapping", + "description": "Adds new remote mapping with negative mapping\n\nequivalent of \n\n lisp_add_del_remote_mapping is_add 1 vni 12 action 0 eid_type 0 eid 192.168.2.1 eid_len 32\n\ncan be verified with\n\n lisp_eid_table_dump eid_set 1 prefix_len 32 vni 12 eid_type 0 eid 192.168.2.1 filter 2", + "collectionId": "17f4a6ba-221a-60ea-e94b-68499db39690", + "responses": [], + "rawModeData": "{\r\n \"remote-mapping\":{\r\n \"id\":\"remote_map_1\",\r\n \"eid\":{\r\n \"address-type\":\"ietf-lisp-address-types:ipv4-afi\",\r\n \"virtual-network-id\":\"12\",\r\n \"ipv4\":\"192.168.2.5\"\r\n },\r\n \"map-reply-action\":\"no-action\"\r\n }\r\n}" + }, + { + "folder": null, + "id": "1935c2b2-7294-cb2d-0a47-7158f96d04bd", + "name": "Add VNI Table 12", + "dataMode": "raw", + "data": [], + "rawModeData": "{\r\n \"vni-table\":{\r\n \"virtual-network-identifier\":\"12\",\r\n \"table-id\":\"10\"\r\n }\r\n}", + "descriptionFormat": null, + "description": "Adds new VNI to VRF mapping\n\nequivalent of\n\n lisp_eid_table_add_del_map is_add 1 vni 12 dp_subtable 10 is_l2 0\n \ncan be verified with\n\n lisp_eid_table_map_dump", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "method": "PUT", + "pathVariables": {}, + "url": "http://localhost:8181/restconf/config/lisp:lisp/eid-table/vni-table/12", + "preRequestScript": null, + "tests": null, + "currentHelper": "normal", + "helperAttributes": "{}", + "responses": [], + "collectionId": "17f4a6ba-221a-60ea-e94b-68499db39690" + }, + { + "id": "196548ef-9c47-84ca-24e8-76c6ce5105ac", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://localhost:8181/restconf/operational/lisp:lisp-state/eid-table/vni-table/12/remote-mappings/remote-mapping/remote_map_2", + "preRequestScript": null, + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "raw", + "tests": null, + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1472551110153, + "name": "Get remote mapping - positive mapping", + "description": "Reads data of remote mapping\n\nequivalent of \n\n lisp_eid_table_dump eid_set 1 prefix_len 32 vni 12 eid_type 0 eid 192.168.2.3 filter 2", + "collectionId": "17f4a6ba-221a-60ea-e94b-68499db39690", + "responses": [], + "rawModeData": "{\r\n \"remote-mapping\":{\r\n \"id\":\"remote_map_2\",\r\n \"eid\":{\r\n \"address-type\":\"ietf-lisp-address-types:ipv4-afi\",\r\n \"virtual-network-id\":\"12\",\r\n \"ipv4\":\"192.168.2.1\"\r\n },\r\n \r\n \"rlocs\":{\r\n \"locator\":{\r\n \"address\":\"192.168.2.2\",\r\n \"priority\":1,\r\n \"weight\":1\r\n }\r\n }\r\n \r\n }\r\n}" + }, + { + "id": "3ab69ec3-9def-11d4-8335-c5e982885380", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://localhost:8181/restconf/config/lisp:lisp/pitr-cfg", + "preRequestScript": null, + "pathVariables": {}, + "method": "DELETE", + "data": [], + "dataMode": "raw", + "tests": null, + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1472561639907, + "name": "Delete Pitr-cfg ", + "description": "", + "collectionId": "17f4a6ba-221a-60ea-e94b-68499db39690", + "responses": [], + "rawModeData": "{\n \"pitr-cfg\": {\n \"locator-set\": \"N/A\"\n } \n}" + }, + { + "id": "3c2b4f63-0dc5-ec0d-c18a-c9b31b4de9d5", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://localhost:8181/restconf/operational/lisp:lisp-state/eid-table/vni-table/12/remote-mappings/remote-mapping/remote_map_1", + "preRequestScript": null, + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "raw", + "tests": null, + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1472560499909, + "name": "Get remote mapping - negative mapping", + "description": "can be verified with\n\n lisp_eid_table_dump eid_set 1 prefix_len 32 vni 12 eid_type 0 eid 192.168.2.1 filter 2", + "collectionId": "17f4a6ba-221a-60ea-e94b-68499db39690", + "responses": [], + "rawModeData": "{\r\n \"remote-mapping\":{\r\n \"id\":\"remote_map_1\",\r\n \"eid\":{\r\n \"address-type\":\"ietf-lisp-address-types:ipv4-afi\",\r\n \"virtual-network-id\":\"12\",\r\n \"ipv4\":\"192.168.2.1\"\r\n },\r\n \r\n \"negative-mapping\":{\r\n \"map-reply-action\":\"no-action\"\r\n }\r\n \r\n }\r\n}" + }, + { + "id": "3d0b585e-e0e4-c935-7fb5-5ae2a6249486", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://localhost:8181/restconf/config/lisp:lisp", + "preRequestScript": null, + "pathVariables": {}, + "method": "PUT", + "data": [], + "dataMode": "raw", + "tests": null, + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1472553334244, + "name": "Enable Lisp", + "description": "Enables Lisp feature\n\nequivalent of \n\n lisp_enable_disable is_en 1\n\ncan be verified with \n\n show_lisp_status", + "collectionId": "17f4a6ba-221a-60ea-e94b-68499db39690", + "responses": [], + "rawModeData": "{\r\n \"lisp\":{\r\n \"enable\":\"true\",\r\n \"eid-table\": {\r\n \"vni-table\": [\r\n {\r\n \"virtual-network-identifier\": 0,\r\n \"remote-mappings\": {},\r\n \"table-id\": 0,\r\n \"local-mappings\": {},\r\n \"adjacencies\": {}\r\n }\r\n ]\r\n },\r\n \"pitr-cfg\":{\r\n \"locator-set\":\"N/A\"\r\n }\r\n } \r\n}" + }, + { + "folder": null, + "id": "5586f041-e6ce-4880-622d-97920eaf08d3", + "name": "Add Locator set loc_1", + "dataMode": "raw", + "data": [], + "rawModeData": "{\r\n \"locator-set\":{\r\n \"name\":\"loc_1\"\r\n }\r\n}", + "descriptionFormat": null, + "description": "Add new locator set\n\nequivalent of \n \n lisp_add_del_locator_set is_add 1 locator_set_name loc_1\n \ncan be verified with \n\n lisp_locator_set_dump", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "method": "PUT", + "pathVariables": {}, + "url": "http://localhost:8181/restconf/config/lisp:lisp/locator-sets/locator-set/loc_1", + "preRequestScript": null, + "tests": null, + "currentHelper": "normal", + "helperAttributes": "{}", + "responses": [], + "collectionId": "17f4a6ba-221a-60ea-e94b-68499db39690" + }, + { + "id": "5751639f-bb9c-584d-9101-b2e16786d98f", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://localhost:8181/restconf/config/lisp:lisp/eid-table/vni-table/12/adjacencies/adjacency/adj_1", + "preRequestScript": null, + "pathVariables": {}, + "method": "PUT", + "data": [], + "dataMode": "raw", + "tests": null, + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1472561013974, + "name": "Add adjacency", + "description": "Add new adjacency\nThere must be existing local/remote mappings to specified eid's\n\nequivalent of \n\n lisp_add_del_adjacency is_add 1 vni 12 eid_type 0 deid 192.168.2.1 seid 192.168.2.3 deid_len 32 seid_len 32\n\nright now no dump variant is existing in api", + "collectionId": "17f4a6ba-221a-60ea-e94b-68499db39690", + "responses": [], + "rawModeData": "{\r\n \"adjacency\":{\r\n \"id\":\"adj_1\",\r\n \"local-eid\":{\r\n \"address-type\":\"ietf-lisp-address-types:ipv4-afi\",\r\n \"virtual-network-id\":\"12\",\r\n \"ipv4\":\"192.168.2.1\"\r\n },\r\n \"remote-eid\":{\r\n \"address-type\":\"ietf-lisp-address-types:ipv4-afi\",\r\n \"virtual-network-id\":\"12\",\r\n \"ipv4\":\"192.168.2.3\"\r\n }\r\n }\r\n}" + }, + { + "id": "648a0ad4-d191-9cf2-e927-575f1590ae9d", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://localhost:8181/restconf/operational/lisp:lisp-state/map-resolvers/map-resolver/192.168.2.1", + "preRequestScript": null, + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "raw", + "tests": null, + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1472559229649, + "name": "Get map resolver", + "description": "Reads data of map resolver\n\nequivalent of \n\n lisp_map_resolver_dump", + "collectionId": "17f4a6ba-221a-60ea-e94b-68499db39690", + "responses": [], + "rawModeData": "{\r\n \"map-resolver\":{\r\n \"ip-address\":\"192.168.2.1\"\r\n }\r\n}" + }, + { + "folder": null, + "id": "64caad14-93fe-ab8c-0a36-7fd1882aeaed", + "name": "Get local mapping loc_map_1 ", + "dataMode": "raw", + "data": [], + "rawModeData": "{\r\n \"local-mapping\":{\r\n \"id\":\"loc_map_1\",\r\n \"eid\":{\r\n \"address-type\":\"ietf-lisp-address-types:mac-afi\",\r\n \"virtual-network-id\":\"12\",\r\n \"mac\":\"00:11:22:00:11:22\"\r\n },\r\n \"locator-set\":\"loc_1\"\r\n }\r\n}", + "descriptionFormat": null, + "description": "Get details about local mapping\n\nequivalent of\n \n lisp_eid_table_dump eid_set 1 prefix_length 32 vni 12 eid_type 0 eid 192.168.2.1 filter 1", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "method": "GET", + "pathVariables": {}, + "url": "http://localhost:8181/restconf/operational/lisp:lisp-state/eid-table/vni-table/12/local-mappings/local-mapping/loc_map_1", + "preRequestScript": null, + "tests": null, + "currentHelper": "normal", + "helperAttributes": "{}", + "responses": [], + "collectionId": "17f4a6ba-221a-60ea-e94b-68499db39690" + }, + { + "id": "712d3b04-98a1-3bbf-8dc7-bc6ec9b9e536", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://localhost:8181/restconf/operational/lisp:lisp-state/pitr-cfg", + "preRequestScript": null, + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "raw", + "tests": null, + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1472562438089, + "name": "Get Pitr-cfg ", + "description": "Reads Pitr feature status\n\nequivalent of\n\n show_lisp_pitr", + "collectionId": "17f4a6ba-221a-60ea-e94b-68499db39690", + "responses": [], + "rawModeData": "{\n \"pitr-cfg\": {\n \"locator-set\": \"N/A\"\n } \n}" + }, + { + "folder": null, + "id": "760a2208-cbd1-ebde-e900-20b2bb20bb6f", + "name": "Get VNI Table 12 ", + "dataMode": "raw", + "data": [], + "rawModeData": "{\r\n \"vni-table\":{\r\n \"virtual-network-identifier\":\"12\",\r\n \"table-id\":\"10\"\r\n }\r\n}", + "descriptionFormat": null, + "description": "Reads mapping for VNI 12\n\nequivalent of \n\n lisp_eid_table_map_dump", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "method": "GET", + "pathVariables": {}, + "url": "http://localhost:8181/restconf/operational/lisp:lisp-state/eid-table/vni-table/12", + "preRequestScript": null, + "tests": null, + "currentHelper": "normal", + "helperAttributes": "{}", + "responses": [], + "collectionId": "17f4a6ba-221a-60ea-e94b-68499db39690" + }, + { + "id": "850d41a3-f66c-a6e1-6725-ed153c38f907", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://localhost:8181/restconf/config/lisp:lisp/eid-table/vni-table/12/remote-mappings/remote-mapping/remote_map_2", + "preRequestScript": null, + "pathVariables": {}, + "method": "PUT", + "data": [], + "dataMode": "raw", + "tests": null, + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1472560520119, + "name": "Add remote mapping - positive mapping", + "description": "Adds new remote mapping with positive mapping\n\nequivalent of \n\n lisp_add_del_remote_mapping is_add 1 vni 12 rloc_num NR_OF_LOCATORS rlocs BINARY_DATA eid_type 0 eid 192.168.2.3 eid_len 32\n \nbinary data of remote locators should be in format\n\n [1 byte(ipv4/ipv6), 1 byte(priority), 1 byte(weight), 16 byte(address),...]\n\ncan be verified with\n\n lisp_eid_table_dump eid_set 1 prefix_len 32 vni 12 eid_type 0 eid 192.168.2.3 filter 2", + "collectionId": "17f4a6ba-221a-60ea-e94b-68499db39690", + "responses": [], + "rawModeData": "{\r\n \"remote-mapping\":{\r\n \"id\":\"remote_map_2\",\r\n \"eid\":{\r\n \"address-type\":\"ietf-lisp-address-types:ipv4-afi\",\r\n \"virtual-network-id\":\"12\",\r\n \"ipv4\":\"192.168.2.3\"\r\n },\r\n \r\n \"rlocs\":{\r\n \"locator\":{\r\n \"address\":\"192.168.2.2\",\r\n \"priority\":1,\r\n \"weight\":1\r\n }\r\n }\r\n \r\n }\r\n}" + }, + { + "folder": null, + "id": "92b788cb-4508-8cdc-2333-3c9fb623c467", + "name": "Add map resolver", + "dataMode": "raw", + "data": [], + "rawModeData": "{\r\n \"map-resolver\":{\r\n \"ip-address\":\"192.168.2.1\"\r\n }\r\n}", + "descriptionFormat": null, + "description": "Adds new map resolver\n\nequivalent of\n\n lisp_add_del_map_resolver is_add 1 is_ipv6 0 ip_address 192.168.2.1\n\ncan be verified with\n \n lisp_map_resolver_dump", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "method": "PUT", + "pathVariables": {}, + "url": "http://localhost:8181/restconf/config/lisp:lisp/map-resolvers/map-resolver/192.168.2.1", + "preRequestScript": null, + "tests": null, + "currentHelper": "normal", + "helperAttributes": "{}", + "responses": [], + "collectionId": "17f4a6ba-221a-60ea-e94b-68499db39690" + }, + { + "folder": null, + "id": "9c0da9fd-91c8-8c7a-4363-abe42b0728e7", + "name": "Add local mapping loc_map_1 to vni table 12", + "dataMode": "raw", + "data": [], + "rawModeData": "{\r\n \"local-mapping\":{\r\n \"id\":\"loc_map_1\",\r\n \"eid\":{\r\n \"address-type\":\"ietf-lisp-address-types:ipv4-afi\",\r\n \"virtual-network-id\":\"12\",\r\n \"ipv4\":\"192.168.2.1\"\r\n },\r\n \"locator-set\":\"loc_1\"\r\n }\r\n}", + "descriptionFormat": null, + "description": "Adds new local mapping\n\nequivalent of \n\n lisp_add_del_local_eid is_add 1 eid_type 0 eid 192.168.2.1 prefix_len 32 vni 12 locator_set_name loc_1\n \ncan be verified with\n\n lisp_eid_table_dump eid_set 1 prefix_length 32 vni 12 eid_type 0 eid 192.168.2.1 filter 1\n \n", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "method": "PUT", + "pathVariables": {}, + "url": "http://localhost:8181/restconf/config/lisp:lisp/eid-table/vni-table/12/local-mappings/local-mapping/loc_map_1", + "preRequestScript": null, + "tests": null, + "currentHelper": "normal", + "helperAttributes": "{}", + "responses": [], + "collectionId": "17f4a6ba-221a-60ea-e94b-68499db39690" + }, + { + "folder": null, + "id": "9f33c6a8-a7dd-6a69-b0a1-168667358750", + "name": "Get Locator set loc_1", + "dataMode": "raw", + "data": [], + "rawModeData": "{\r\n \"lisp\":{\r\n \"enable\":\"true\"\r\n } \r\n}", + "descriptionFormat": null, + "description": "Reads data of locator set \n\nequivalent of \n \n lisp_locator_set_dump", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "method": "GET", + "pathVariables": {}, + "url": "http://localhost:8181/restconf/operational/lisp:lisp-state/locator-sets/locator-set/loc_1", + "preRequestScript": null, + "tests": null, + "currentHelper": "normal", + "helperAttributes": "{}", + "responses": [], + "collectionId": "17f4a6ba-221a-60ea-e94b-68499db39690" + }, + { + "folder": null, + "id": "a3e6ab59-b7db-3646-6a99-bc566b6fdff3", + "name": "Get Lisp status", + "dataMode": "raw", + "data": [], + "rawModeData": "{\r\n \"lisp\":{\r\n \"enable\":\"true\"\r\n } \r\n}", + "descriptionFormat": null, + "description": "Reads status of lisp feature\n\nequivalent of \n\n show_lisp_status", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "method": "GET", + "pathVariables": {}, + "url": "http://localhost:8181/restconf/operational/lisp:lisp-state", + "preRequestScript": null, + "tests": null, + "currentHelper": "normal", + "helperAttributes": "{}", + "responses": [], + "collectionId": "17f4a6ba-221a-60ea-e94b-68499db39690" + }, + { + "id": "a896bc27-8d6e-e7d6-fd87-d9a0fa96bb08", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://localhost:8181/restconf/config/lisp:lisp", + "preRequestScript": null, + "pathVariables": {}, + "method": "DELETE", + "data": [], + "dataMode": "raw", + "tests": null, + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1472553339055, + "name": "Delete Lisp", + "description": "", + "collectionId": "17f4a6ba-221a-60ea-e94b-68499db39690", + "responses": [], + "rawModeData": "{\r\n \"lisp\":{\r\n \"enable\":\"true\",\r\n \"eid-table\": {\r\n \"vni-table\": [\r\n {\r\n \"virtual-network-identifier\": 0,\r\n \"remote-mappings\": {},\r\n \"table-id\": 0,\r\n \"local-mappings\": {},\r\n \"adjacencies\": {}\r\n }\r\n ]\r\n },\r\n \"pitr-cfg\":{\r\n \"locator-set\":\"N/A\"\r\n }\r\n } \r\n}" + }, + { + "id": "b137bb03-3021-f50d-1bd4-fa7a14432185", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://localhost:8181/restconf/operational/lisp:lisp-state/locator-sets/locator-set/loc_1/interface/local0", + "preRequestScript": null, + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "raw", + "tests": null, + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1472560907172, + "name": "Get Locator", + "description": "Reads data of specified locator\n\nequivalent of\n\n lisp_locator_dump locator_set_index INDEX", + "collectionId": "17f4a6ba-221a-60ea-e94b-68499db39690", + "responses": [], + "rawModeData": "{\r\n \"locator-set\":{\r\n \"name\":\"loc_1\"\r\n }\r\n}" + }, + { + "id": "b7ae8529-0473-f75b-a5ef-60464d24e9cc", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://localhost:8181/restconf/config/lisp:lisp/locator-sets/locator-set/loc_1/interface/local0", + "preRequestScript": null, + "pathVariables": {}, + "method": "PUT", + "data": [], + "dataMode": "raw", + "tests": null, + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1472560891431, + "name": "Add Locator ", + "description": "Add locator under locator-set\n\nequivalent of \n\n lisp_add_del_locator is_add 1 locator_set_name loc_1 sw_if_index INDEX priority 2 weight 3\n\ncan be verified with \n\n lisp_locator_dump locator_set_index INDEX ", + "collectionId": "17f4a6ba-221a-60ea-e94b-68499db39690", + "responses": [], + "rawModeData": "{\r\n \"interface\":{\r\n \"interface-ref\":\"local0\",\r\n \"priority\":\"2\",\r\n \"weight\":\"3\"\r\n }\r\n}" + }, + { + "id": "ce6967cf-45de-132e-2568-895a96086604", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://localhost:8181/restconf/config/lisp:lisp/eid-table/vni-table/12/remote-mappings/remote-mapping/remote_map_2", + "preRequestScript": null, + "pathVariables": {}, + "method": "DELETE", + "data": [], + "dataMode": "raw", + "tests": null, + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1472544935067, + "name": "Delete remote mapping - positive mapping", + "description": "", + "collectionId": "17f4a6ba-221a-60ea-e94b-68499db39690", + "responses": [], + "rawModeData": "{\r\n \"remote-mapping\":{\r\n \"id\":\"remote_map_2\",\r\n \"eid\":{\r\n \"address-type\":\"ietf-lisp-address-types:ipv4-afi\",\r\n \"virtual-network-id\":\"12\",\r\n \"ipv4\":\"192.168.2.1\"\r\n },\r\n \r\n \"rlocs\":{\r\n \"locator\":{\r\n \"address\":\"192.168.2.2\",\r\n \"priority\":1,\r\n \"weight\":1\r\n }\r\n }\r\n \r\n }\r\n}" + }, + { + "id": "d61b9cdb-21b3-ac08-39d7-3591be4bb4c4", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://localhost:8181/restconf/config/lisp:lisp/pitr-cfg", + "preRequestScript": null, + "pathVariables": {}, + "method": "PUT", + "data": [], + "dataMode": "raw", + "tests": null, + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1472562394731, + "name": "Add Pitr-cfg", + "description": "Enable Pitr feature \n\nequivalent of \n\n lisp_pitr_set_locator_set is_add 1 ls_name loc_1\n \ncan be verified with\n\n show_lisp_pitr", + "collectionId": "17f4a6ba-221a-60ea-e94b-68499db39690", + "responses": [], + "rawModeData": "{\n \"pitr-cfg\": {\n \"locator-set\": \"loc_1\"\n } \n}" + }, + { + "id": "ed5ae97a-6882-5d02-cdaf-ca5a70d04211", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://localhost:8181/restconf/config/lisp:lisp/locator-sets/locator-set/loc_1", + "preRequestScript": null, + "pathVariables": {}, + "method": "DELETE", + "data": [], + "dataMode": "raw", + "tests": null, + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1472554116350, + "name": "Delete Locator set loc_1", + "description": "", + "collectionId": "17f4a6ba-221a-60ea-e94b-68499db39690", + "responses": [], + "rawModeData": "{\r\n \"locator-set\":{\r\n \"name\":\"loc_1\"\r\n }\r\n}" + }, + { + "id": "fe15ad81-26e6-f3d8-3c2f-b0695f878b59", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://localhost:8181/restconf/operational/lisp:lisp-state/eid-table/vni-table/12/remote-mappings/remote-mapping/remote_map_1", + "preRequestScript": null, + "pathVariables": {}, + "method": "DELETE", + "data": [], + "dataMode": "raw", + "tests": null, + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1472560292300, + "name": "Delete remote mapping - negative mapping", + "description": "", + "collectionId": "17f4a6ba-221a-60ea-e94b-68499db39690", + "responses": [], + "rawModeData": "{\r\n \"remote-mapping\":{\r\n \"id\":\"remote_map_1\",\r\n \"eid\":{\r\n \"address-type\":\"ietf-lisp-address-types:ipv4-afi\",\r\n \"virtual-network-id\":\"12\",\r\n \"ipv4\":\"192.168.2.1\"\r\n },\r\n \r\n \"negative-mapping\":{\r\n \"map-reply-action\":\"no-action\"\r\n }\r\n \r\n }\r\n}" + }, + { + "id": "fea7fab5-62ff-47dd-3a71-f26ed6e59084", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://localhost:8181/restconf/config/lisp:lisp/eid-table/vni-table/12/local-mappings/local-mapping/loc_map_1", + "preRequestScript": null, + "pathVariables": {}, + "method": "DELETE", + "data": [], + "dataMode": "raw", + "tests": null, + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1472551166451, + "name": "Delete local mapping loc_map_1 ", + "description": "", + "collectionId": "17f4a6ba-221a-60ea-e94b-68499db39690", + "responses": [], + "rawModeData": "{\r\n \"local-mapping\":{\r\n \"id\":\"loc_map_1\",\r\n \"eid\":{\r\n \"address-type\":\"ietf-lisp-address-types:ipv4-afi\",\r\n \"virtual-network-id\":\"12\",\r\n \"ipv4\":\"192.168.2.1\"\r\n },\r\n \"locator-set\":\"loc_1\"\r\n }\r\n}" + } + ] +} \ No newline at end of file -- cgit 1.2.3-korg