X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=resources%2Fcommons%2FOvsdb-HwvtepSouthbound-Collection.json.postman_collection;h=d72f2406ea8ed8de98e9ad8d55d4a52ff8c74b95;hb=HEAD;hp=524fa8b1dc080c27b5d334e23630b2a1a8800695;hpb=cbf4c4fa64cf583b085961c56050ae726b578bd0;p=netvirt.git diff --git a/resources/commons/Ovsdb-HwvtepSouthbound-Collection.json.postman_collection b/resources/commons/Ovsdb-HwvtepSouthbound-Collection.json.postman_collection index 524fa8b1dc..d72f2406ea 100755 --- a/resources/commons/Ovsdb-HwvtepSouthbound-Collection.json.postman_collection +++ b/resources/commons/Ovsdb-HwvtepSouthbound-Collection.json.postman_collection @@ -9,14 +9,45 @@ "6e7c88e4-485d-ab9f-4c3a-cc235e022905", "92ee7422-5b08-6d63-2b95-961ec0e18ffa", "e92ac963-daaf-0899-c3e8-a00d897be0e2", + "88789ac9-9de9-bab3-565b-307774e49f4d", + "e25f67e4-3a3f-5da7-f7c8-41b371156719", + "f7d33d50-7c8e-69e2-6d60-5c6155c5d210", + "233b5ab5-8177-4416-6912-2477520a0654", + "567d7827-628d-07a4-3b95-5a208a244c43", + "f906c48b-ba3c-a3da-36e8-34c453538e2e", + "5d0c4d49-44f7-4165-ca5f-00cf2a9fca8b", + "34167a78-7de4-91a9-ef40-7592b28ead5c", "9bc22ca7-049c-af51-7c12-6bf71044b2ec", "f6d300f7-380a-d090-0d4a-2b2ddefe5104", "f9f71d74-a49d-b190-d929-b6772ce0ba73", "18032e93-3bc5-9976-4525-fe1e77e98207", + "6f6addb7-6d48-e1ef-8cc2-c5841d71c2e5", + "20e8b57b-a5e7-a52f-01d6-7b66ea551078", + "7714d521-baf0-2dc2-e8ca-4f6228270099", + "92bb5645-1804-8174-5e73-2b0780feecfa", + "3c387234-5ae9-e589-2fe0-11666b00fec9", + "d01abaee-9f84-d625-4dc8-56da031255a1", + "6329fb56-9e3b-647f-141a-dad277c303fd", + "51384eb0-05f8-7636-90d8-6d55605f80e6", + "dd1cd03e-ab78-b6da-5cd8-271e1c6f9c75", + "0dba0439-6a45-88cf-802e-cd678f8541a8", + "63b2a578-04fd-803c-8327-2809cdf3fb6d", + "950426a5-e1e5-b907-a927-8ba96727232e", + "950b4c53-a6ab-7479-4fd8-7edb7a113c34", + "29d99111-06d1-3bb7-b482-2c492f072b31", + "112f40f9-05b8-d6f0-fcb2-7b9d50fb8fdc", + "14fbdff8-1255-5c24-7483-fba3d217d51c", + "daafe0e1-62d7-8040-b6b1-0956b937a233", "22354294-1d01-cebf-180c-d609747be9bc", "c8e8f3fd-3bfb-aafa-e3ec-a671a942f426", "d362ddc4-1c5f-67d5-e354-c2a8d2ba9d79", - "538c71b3-e3e6-f01b-cc4c-d2b686686aa8" + "538c71b3-e3e6-f01b-cc4c-d2b686686aa8", + "a13e6877-997e-84e1-c8e8-e83ef5e9a002", + "3c86ab7c-a7ee-6b71-3ec1-da7d20f97d1a", + "4602c331-5850-0813-c276-d4ec3ae7b3d6", + "3b8a86df-fe33-5104-2da7-5e0cbdb7a881", + "4e706a35-365a-13e4-f2ec-eee027148450", + "06025ed3-7251-5ee4-3d6b-c01557eb3dd2" ], "owner":0, "sharedWithTeam":false, @@ -217,6 +248,581 @@ "timestamp":0, "version":2, "time":1447335408595 + }, + { + "collectionId": "19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8", + "id": "88789ac9-9de9-bab3-565b-307774e49f4d", + "name": "Create Specific Config Physical Switch", + "description": "Fire this Restconf request if you want to create a physical switch.", + "url": "http://{{controllerHost}}:8181/restconf/config/network-topology:network-topology/topology/hwvtep:1/", + "method": "POST", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "data": [], + "dataMode": "raw", + "timestamp": 0, + "version": 2, + "time": 1447909152443, + "preRequestScript": "", + "tests": "", + "rawModeData": "{\n \"network-topology:node\": [\n {\n \"node-id\": \"hwvtep://{{hwvtepNodeIp}}:6640/physicalswitch/br0\",\n \"hwvtep-node-name\": \"br0\",\n \"hwvtep-node-description\": \"\",\n \"management-ips\": [\n {\n \"management-ips-key\": \"{{managementIp}}\"\n }\n ],\n \"tunnel-ips\": [\n {\n \"tunnel-ips-key\": \"{{tunnelIp}}\"\n }\n ],\n \"managed-by\": \"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='hwvtep:1']/network-topology:node[network-topology:node-id='hwvtep://{{hwvtepNodeIp}}:6640']\" \n }\n ]\n}" + }, + { + "collectionId": "19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8", + "id": "e25f67e4-3a3f-5da7-f7c8-41b371156719", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://{{controllerHost}}:8181/restconf/config/network-topology:network-topology/topology/hwvtep:1/node/hwvtep:%2F%2F{{hwvtepNodeIp}}:6640%2Fphysicalswitch%2Fbr0", + "preRequestScript": "", + "pathVariables": {}, + "method": "PUT", + "data": [], + "dataMode": "raw", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448552632013, + "name": "Update Specific Config Physical Switch", + "description": "Fire this Restconf request if you want to update a exsiting physical switch.", + "rawModeData": "{\n \"network-topology:node\": [\n {\n \"node-id\": \"hwvtep://{{hwvtepNodeIp}}:6640/physicalswitch/br0\",\n \"hwvtep-node-name\": \"br0\",\n \"hwvtep-node-description\": \"\",\n \"management-ips\": [\n {\n \"management-ips-key\": \"{{managementIp}}\"\n }\n ],\n \"tunnel-ips\": [\n {\n \"tunnel-ips-key\": \"{{tunnelIp}}\"\n }\n ],\n \"managed-by\": \"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='hwvtep:1']/network-topology:node[network-topology:node-id='hwvtep://{{hwvtepNodeIp}}:6640']\" \n }\n ]\n}" + }, + { + "collectionId": "19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8", + "id": "f7d33d50-7c8e-69e2-6d60-5c6155c5d210", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://{{controllerHost}}:8181/restconf/config/network-topology:network-topology/topology/hwvtep:1/node/hwvtep:%2F%2F{{hwvtepNodeIp}}:6640%2Fphysicalswitch%2Fbr0", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448548819543, + "name": "Get Specific Config Physical Switch", + "description": "Fire this Restconf request if you want to get a exsiting physical switch." + }, + { + "collectionId": "19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8", + "id": "233b5ab5-8177-4416-6912-2477520a0654", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://{{controllerHost}}:8181/restconf/config/network-topology:network-topology/topology/hwvtep:1/node/hwvtep:%2F%2F{{hwvtepNodeIp}}:6640%2Fphysicalswitch%2Fbr0", + "preRequestScript": "", + "pathVariables": {}, + "method": "DELETE", + "data": [], + "dataMode": "raw", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448552707318, + "name": "Delete Specific Config Physical Switch", + "description": "Fire this Restconf request if you want to delete a physical switch.", + "rawModeData": "" + }, + { + "collectionId": "19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8", + "id": "a13e6877-997e-84e1-c8e8-e83ef5e9a002", + "name": "Get Specific Operational Physical Switch", + "description": "", + "url": "http://{{controllerHost}}:8181/restconf/operational/network-topology:network-topology/topology/hwvtep:1/node/hwvtep:%2F%2F{{hwvtepNodeIp}}:6640%2Fphysicalswitch%2Fbr0", + "method": "GET", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\n", + "data": [], + "dataMode": "raw", + "timestamp": 0, + "responses": [], + "version": 2, + "preRequestScript": "", + "tests": "", + "rawModeData": "" + }, + { + "collectionId": "19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8", + "id": "567d7827-628d-07a4-3b95-5a208a244c43", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://{{controllerHost}}:8181/restconf/config/network-topology:network-topology/topology/hwvtep:1/node/hwvtep:%2F%2F{{hwvtepNodeIp}}:6640%2Fphysicalswitch%2Fbr0", + "preRequestScript": "", + "pathVariables": {}, + "method": "POST", + "data": [], + "dataMode": "raw", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448641495086, + "name": "Create Specific Config Physical Port", + "description": "", + "rawModeData": "{\n \"network-topology:termination-point\": [\n {\n \"tp-id\": \"port0\",\n \t\"hwvtep-node-name\": \"port0\",\n \"hwvtep-node-description\": \"\",\n \"vlan-bindings\": [\n \t\t{\n \"vlan-id-key\": \"100\",\n \"logical-switch-ref\": \"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='hwvtep:1']/network-topology:node[network-topology:node-id='hwvtep://{{hwvtepNodeIp}}:6640']/hwvtep:logical-switches[hwvtep:hwvtep-node-name='ls0']\"\n \t}\n \t]\n\t\t}\n ]\n}" + }, + { + "collectionId": "19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8", + "id": "f906c48b-ba3c-a3da-36e8-34c453538e2e", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://{{controllerHost}}:8181/restconf/config/network-topology:network-topology/topology/hwvtep:1/node/hwvtep:%2F%2F{{hwvtepNodeIp}}:6640%2Fphysicalswitch%2Fbr0/termination-point/port0", + "preRequestScript": "", + "pathVariables": {}, + "method": "PUT", + "data": [], + "dataMode": "raw", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448643757985, + "name": "Update Specific Config Physical Port", + "description": "", + "rawModeData": "{\n \"network-topology:termination-point\": [\n {\n \"tp-id\": \"port0\",\n \t\"hwvtep-node-name\": \"port0\",\n \"hwvtep-node-description\": \"\",\n \"vlan-bindings\": [\n \t\t{\n \"vlan-id-key\": \"100\",\n \"logical-switch-ref\": \"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='hwvtep:1']/network-topology:node[network-topology:node-id='hwvtep://{{hwvtepNodeIp}}:6640']/hwvtep:logical-switches[hwvtep:hwvtep-node-name='ls0']\"\n \t}\n \t]\n\t\t}\n ]\n}" + }, + { + "collectionId": "19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8", + "id": "5d0c4d49-44f7-4165-ca5f-00cf2a9fca8b", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://{{controllerHost}}:8181/restconf/config/network-topology:network-topology/topology/hwvtep:1/node/hwvtep:%2F%2F{{hwvtepNodeIp}}:6640%2Fphysicalswitch%2Fbr0/termination-point/port0", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448643846609, + "name": "Get Specific Config Physical Port", + "description": "" + }, + { + "collectionId": "19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8", + "id": "34167a78-7de4-91a9-ef40-7592b28ead5c", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://{{controllerHost}}:8181/restconf/config/network-topology:network-topology/topology/hwvtep:1/node/hwvtep:%2F%2F{{hwvtepNodeIp}}:6640%2Fphysicalswitch%2Fbr0/termination-point/port0", + "preRequestScript": "", + "pathVariables": {}, + "method": "DELETE", + "data": [], + "dataMode": "raw", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448643860663, + "name": "Delete Specific Config Physical Port", + "description": "", + "rawModeData": "" + }, + { + "collectionId": "19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8", + "id": "3c86ab7c-a7ee-6b71-3ec1-da7d20f97d1a", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://{{controllerHost}}:8181/restconf/operational/network-topology:network-topology/topology/hwvtep:1/node/hwvtep:%2F%2F{{hwvtepNodeIp}}:6640%2Fphysicalswitch%2Fbr0/termination-point/port0", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448718837283, + "name": "Get Specific Operational Physical Port", + "description": "" + }, + { + "collectionId": "19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8", + "id": "20e8b57b-a5e7-a52f-01d6-7b66ea551078", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://{{controllerHost}}:8181/restconf/config/network-topology:network-topology/topology/hwvtep:1/node/hwvtep:%2F%2F{{hwvtepNodeIp}}:6640", + "preRequestScript": "", + "pathVariables": {}, + "method": "POST", + "data": [], + "dataMode": "raw", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1449132978312, + "name": "Create Specific Config UcastMacRemote", + "description": "", + "rawModeData": "{\n \"remote-ucast-macs\": [\n {\n \"mac-entry-key\": \"11:11:11:11:11:11\",\n \"logical-switch-ref\": \"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='hwvtep:1']/network-topology:node[network-topology:node-id='hwvtep://{{hwvtepNodeIp}}:6640']/hwvtep:logical-switches[hwvtep:hwvtep-node-name='ls0']\",\n \"ipaddr\": \"1.1.1.1\",\n \"locator-ref\": \"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='hwvtep:1']/network-topology:node[network-topology:node-id='hwvtep://{{hwvtepNodeIp}}:6640']/network-topology:termination-point[network-topology:tp-id='vxlan_over_ipv4:{{LocatorIp}}']\" \n }\n ]\n}" + }, + { + "collectionId": "19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8", + "id": "7714d521-baf0-2dc2-e8ca-4f6228270099", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://{{controllerHost}}:8181/restconf/config/network-topology:network-topology/topology/hwvtep:1/node/hwvtep:%2F%2F{{hwvtepNodeIp}}:6640/remote-ucast-macs/11:11:11:11:11:11", + "preRequestScript": "", + "pathVariables": {}, + "method": "PUT", + "data": [], + "dataMode": "raw", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1449310821724, + "name": "Update Specific Config UcastMacRemote", + "description": "", + "rawModeData": "{\n \"remote-ucast-macs\": [\n {\n \"mac-entry-key\": \"11:11:11:11:11:11\",\n \"logical-switch-ref\": \"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='hwvtep:1']/network-topology:node[network-topology:node-id='hwvtep://{{hwvtepNodeIp}}:6640']/hwvtep:logical-switches[hwvtep:hwvtep-node-name='ls0']\",\n \"ipaddr\": \"1.1.1.1\",\n \"locator-ref\": \"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='hwvtep:1']/network-topology:node[network-topology:node-id='hwvtep://{{hwvtepNodeIp}}:6640']/network-topology:termination-point[network-topology:tp-id='vxlan_over_ipv4:{{LocatorIp}}']\"\n }\n ]\n}" + }, + { + "collectionId": "19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8", + "id": "92bb5645-1804-8174-5e73-2b0780feecfa", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://{{controllerHost}}:8181/restconf/config/network-topology:network-topology/topology/hwvtep:1/node/hwvtep:%2F%2F{{hwvtepNodeIp}}:6640/remote-ucast-macs/11:11:11:11:11:11", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1449311389212, + "name": "Get Specific Config UcastMacRemote", + "description": "" + }, + { + "collectionId": "19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8", + "id": "3c387234-5ae9-e589-2fe0-11666b00fec9", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://{{controllerHost}}:8181/restconf/config/network-topology:network-topology/topology/hwvtep:1/node/hwvtep:%2F%2F{{hwvtepNodeIp}}:6640/remote-ucast-macs/11:11:11:11:11:11", + "preRequestScript": "", + "pathVariables": {}, + "method": "DELETE", + "data": [], + "dataMode": "raw", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1449311417267, + "name": "Delete Specific Config UcastMacRemote", + "description": "", + "rawModeData": "" + }, + { + "collectionId": "19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8", + "id": "4602c331-5850-0813-c276-d4ec3ae7b3d6", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://{{controllerHost}}:8181/operational/config/network-topology:network-topology/topology/hwvtep:1/node/hwvtep:%2F%2F{{hwvtepNodeIp}}:6640/remote-ucast-macs/11:11:11:11:11:11", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1449314879742, + "name": "Get Specific Operational UcastMacRemote", + "description": "" + }, + { + "collectionId": "19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8", + "id": "6f6addb7-6d48-e1ef-8cc2-c5841d71c2e5", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://{{controllerHost}}:8181/restconf/config/network-topology:network-topology/topology/hwvtep:1/node/hwvtep:%2F%2F{{hwvtepNodeIp}}:6640", + "preRequestScript": "", + "pathVariables": {}, + "method": "POST", + "data": [], + "dataMode": "raw", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1448972198808, + "name": "Create Specific Config Locator", + "description": "", + "rawModeData": "{\n \"termination-point\": [\n {\n \"tp-id\": \"vxlan_over_ipv4:{{LocatorIp}}\",\n \"encapsulation-type\": \"encapsulation-type-vxlan-over-ipv4\",\n \t\"dst-ip\": \"{{LocatorIp}}\"\n\t\t}\n ]\n}" + }, + { + "collectionId": "19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8", + "id": "d01abaee-9f84-d625-4dc8-56da031255a1", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://{{controllerHost}}:8181/restconf/config/network-topology:network-topology/topology/hwvtep:1/node/hwvtep:%2F%2F{{hwvtepNodeIp}}:6640", + "preRequestScript": "", + "pathVariables": {}, + "method": "POST", + "data": [], + "dataMode": "raw", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1449286080233, + "name": "Create Specific Config UcastMacLocal", + "description": "", + "rawModeData": "{\n \"local-ucast-macs\": [\n {\n \"mac-entry-key\": \"22:22:22:22:22:22\",\n \"logical-switch-ref\": \"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='hwvtep:1']/network-topology:node[network-topology:node-id='hwvtep://{{hwvtepNodeIp}}:6640']/hwvtep:logical-switches[hwvtep:hwvtep-node-name='ls0']\",\n \"ipaddr\": \"2.2.2.2\",\n \"locator-ref\": \"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='hwvtep:1']/network-topology:node[network-topology:node-id='hwvtep://{{hwvtepNodeIp}}:6640']/network-topology:termination-point[network-topology:tp-id='vxlan_over_ipv4:{{LocatorIp}}']\" \n }\n ]\n}" + }, + { + "collectionId": "19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8", + "id": "6329fb56-9e3b-647f-141a-dad277c303fd", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://{{controllerHost}}:8181/restconf/config/network-topology:network-topology/topology/hwvtep:1/node/hwvtep:%2F%2F{{hwvtepNodeIp}}:6640/local-ucast-macs/22:11:11:11:11:11", + "preRequestScript": "", + "pathVariables": {}, + "method": "PUT", + "data": [], + "dataMode": "raw", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1449310498424, + "name": "Update Specific Config UcastMacLocal", + "description": "", + "rawModeData": "{\n \"local-ucast-macs\": [\n {\n \"mac-entry-key\": \"22:22:22:22:22:22\",\n \"logical-switch-ref\": \"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='hwvtep:1']/network-topology:node[network-topology:node-id='hwvtep://{{hwvtepNodeIp}}:6640']/hwvtep:logical-switches[hwvtep:hwvtep-node-name='ls0']\",\n \"ipaddr\": \"2.2.2.2\",\n \"locator-ref\": \"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='hwvtep:1']/network-topology:node[network-topology:node-id='hwvtep://{{hwvtepNodeIp}}:6640']/network-topology:termination-point[network-topology:tp-id='vxlan_over_ipv4:{{LocatorIp}}']\"\n }\n ]\n}" + }, + { + "collectionId": "19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8", + "id": "51384eb0-05f8-7636-90d8-6d55605f80e6", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://{{controllerHost}}:8181/restconf/config/network-topology:network-topology/topology/hwvtep:1/node/hwvtep:%2F%2F{{hwvtepNodeIp}}:6640/local-ucast-macs/22:22:22:22:22:22", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1449311223998, + "name": "Get Specific Config UcastMacLocal ", + "description": "" + }, + { + "collectionId": "19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8", + "id": "dd1cd03e-ab78-b6da-5cd8-271e1c6f9c75", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://{{controllerHost}}:8181/restconf/config/network-topology:network-topology/topology/hwvtep:1/node/hwvtep:%2F%2F{{hwvtepNodeIp}}:6640/local-ucast-macs/22:22:22:22:22:22", + "preRequestScript": "", + "pathVariables": {}, + "method": "DELETE", + "data": [], + "dataMode": "raw", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1449311421493, + "name": "Delete Specific Config UcastMacLocal", + "description": "", + "rawModeData": "" + }, + { + "collectionId": "19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8", + "id": "3b8a86df-fe33-5104-2da7-5e0cbdb7a881", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://{{controllerHost}}:8181/restconf/operational/network-topology:network-topology/topology/hwvtep:1/node/hwvtep:%2F%2F{{hwvtepNodeIp}}:6640/local-ucast-macs/22:22:22:22:22:22", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1449315928725, + "name": "Get Specific Operational UcastMacLocal ", + "description": "" + }, + { + "collectionId": "19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8", + "id": "0dba0439-6a45-88cf-802e-cd678f8541a8", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://{{controllerHost}}:8181/restconf/config/network-topology:network-topology/topology/hwvtep:1/node/hwvtep:%2F%2F{{hwvtepNodeIp}}:6640", + "preRequestScript": "", + "pathVariables": {}, + "method": "POST", + "data": [], + "dataMode": "raw", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1449468092415, + "name": "Create Specific Config McastMacRemote", + "description": "", + "rawModeData": "{\n \"remote-mcast-macs\": [\n {\n \"mac-entry-key\": \"33:33:33:33:33:55\",\n \"logical-switch-ref\": \"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='hwvtep:1']/network-topology:node[network-topology:node-id='hwvtep://{{hwvtepNodeIp}}:6640']/hwvtep:logical-switches[hwvtep:hwvtep-node-name='ls0']\",\n \"ipaddr\": \"3.3.3.5\",\n \"locator-set\": [\n {\n \"locator-ref\": \"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='hwvtep:1']/network-topology:node[network-topology:node-id='hwvtep://{{hwvtepNodeIp}}:6640']/network-topology:termination-point[network-topology:tp-id='vxlan_over_ipv4:{{locatorIp-1}}']\"\n },\n {\n \"locator-ref\": \"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='hwvtep:1']/network-topology:node[network-topology:node-id='hwvtep://{{hwvtepNodeIp}}:6640']/network-topology:termination-point[network-topology:tp-id='vxlan_over_ipv4:{{locatorIp-2}}']\"\n }\n ]\n }\n ]\n}" + }, + { + "collectionId": "19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8", + "id": "63b2a578-04fd-803c-8327-2809cdf3fb6d", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://{{controllerHost}}:8181/restconf/config/network-topology:network-topology/topology/hwvtep:1/node/hwvtep:%2F%2F{{hwvtepNodeIp}}:6640/remote-mcast-macs/33:33:33:33:33:33", + "preRequestScript": "", + "pathVariables": {}, + "method": "PUT", + "data": [], + "dataMode": "raw", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1449468318065, + "name": "Update Specific Config McastMacRemote ", + "description": "", + "rawModeData": "{\n \"remote-mcast-macs\": [\n {\n \"mac-entry-key\": \"33:33:33:33:33:33\",\n \"logical-switch-ref\": \"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='hwvtep:1']/network-topology:node[network-topology:node-id='hwvtep://{{hwvtepNodeIp}}:6640']/hwvtep:logical-switches[hwvtep:hwvtep-node-name='ls0']\",\n \"ipaddr\": \"3.3.3.3\",\n \"locator-set\": [\n {\n \"locator-ref\": \"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='hwvtep:1']/network-topology:node[network-topology:node-id='hwvtep://{{hwvtepNodeIp}}:6640']/network-topology:termination-point[network-topology:tp-id='vxlan_over_ipv4:{{locatorIp-1}}']\"\n },\n {\n \"locator-ref\": \"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='hwvtep:1']/network-topology:node[network-topology:node-id='hwvtep://{{hwvtepNodeIp}}:6640']/network-topology:termination-point[network-topology:tp-id='vxlan_over_ipv4:{{locatorIp-2}}']\"\n }\n ]\n }\n ]\n}" + }, + { + "collectionId": "19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8", + "id": "950426a5-e1e5-b907-a927-8ba96727232e", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://{{controllerHost}}:8181/restconf/config/network-topology:network-topology/topology/hwvtep:1/node/hwvtep:%2F%2F{{hwvtepNodeIp}}:6640/remote-mcast-macs/33:33:33:33:33:33", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1449553538252, + "name": "Get Specific Config McastMacRemote ", + "description": "" + }, + { + "collectionId": "19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8", + "id": "950b4c53-a6ab-7479-4fd8-7edb7a113c34", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://{{controllerHost}}:8181/restconf/config/network-topology:network-topology/topology/hwvtep:1/node/hwvtep:%2F%2F{{hwvtepNodeIp}}:6640/remote-mcast-macs/33:33:33:33:33:33", + "preRequestScript": "", + "pathVariables": {}, + "method": "DELETE", + "data": [], + "dataMode": "raw", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1449553525974, + "name": "delete Specific Config McastMacRemote ", + "description": "", + "rawModeData": "" + }, + { + "collectionId": "19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8", + "id": "4e706a35-365a-13e4-f2ec-eee027148450", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://{{controllerHost}}:8181/restconf/operational/network-topology:network-topology/topology/hwvtep:1/node/hwvtep:%2F%2F{{hwvtepNodeIp}}:6640/remote-mcast-macs/33:33:33:33:33:33", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "raw", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1449553579687, + "name": "Get Specific Operational McastMacRemote ", + "description": "", + "rawModeData": "" + }, + { + "collectionId": "19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8", + "id": "29d99111-06d1-3bb7-b482-2c492f072b31", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://{{controllerHost}}:8181/restconf/config/network-topology:network-topology/topology/hwvtep:1/node/hwvtep:%2F%2F{{hwvtepNodeIp}}:6640", + "preRequestScript": "", + "pathVariables": {}, + "method": "POST", + "data": [], + "dataMode": "raw", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1449468010690, + "name": "Create Specific Config McastMacLocal", + "description": "", + "rawModeData": "{\n \"local-mcast-macs\": [\n {\n \"mac-entry-key\": \"44:44:44:44:44:66\",\n \"logical-switch-ref\": \"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='hwvtep:1']/network-topology:node[network-topology:node-id='hwvtep://{{hwvtepNodeIp}}:6640']/hwvtep:logical-switches[hwvtep:hwvtep-node-name='ls0']\",\n \"ipaddr\": \"4.4.4.6\",\n \"locator-set\": [\n {\n \"locator-ref\": \"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='hwvtep:1']/network-topology:node[network-topology:node-id='hwvtep://{{hwvtepNodeIp}}:6640']/network-topology:termination-point[network-topology:tp-id='vxlan_over_ipv4:{{locatorIp-1}}']\"\n },\n {\n \"locator-ref\": \"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='hwvtep:1']/network-topology:node[network-topology:node-id='hwvtep://{{hwvtepNodeIp}}:6640']/network-topology:termination-point[network-topology:tp-id='vxlan_over_ipv4:{{locatorIp-2}}']\"\n }\n ]\n }\n ]\n}" + }, + { + "collectionId": "19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8", + "id": "112f40f9-05b8-d6f0-fcb2-7b9d50fb8fdc", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://{{controllerHost}}:8181/restconf/config/network-topology:network-topology/topology/hwvtep:1/node/hwvtep:%2F%2F{{hwvtepNodeIp}}:6640/local-mcast-macs/44:44:44:44:44:44", + "preRequestScript": "", + "pathVariables": {}, + "method": "PUT", + "data": [], + "dataMode": "raw", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1449468504628, + "name": "Update Specific Config McastMacLocal", + "description": "", + "rawModeData": "{\n \"local-mcast-macs\": [\n {\n \"mac-entry-key\": \"44:44:44:44:44:44\",\n \"logical-switch-ref\": \"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='hwvtep:1']/network-topology:node[network-topology:node-id='hwvtep://{{hwvtepNodeIp}}:6640']/hwvtep:logical-switches[hwvtep:hwvtep-node-name='ls0']\",\n \"ipaddr\": \"4.4.4.4\",\n \"locator-set\": [\n {\n \"locator-ref\": \"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='hwvtep:1']/network-topology:node[network-topology:node-id='hwvtep://{{hwvtepNodeIp}}:6640']/network-topology:termination-point[network-topology:tp-id='vxlan_over_ipv4:{{locatorIp-1}}']\"\n },\n {\n \"locator-ref\": \"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='hwvtep:1']/network-topology:node[network-topology:node-id='hwvtep://{{hwvtepNodeIp}}:6640']/network-topology:termination-point[network-topology:tp-id='vxlan_over_ipv4:{{locatorIp-2}}']\"\n }\n ]\n }\n ]\n}" + }, + { + "collectionId": "19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8", + "id": "14fbdff8-1255-5c24-7483-fba3d217d51c", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://{{controllerHost}}:8181/restconf/config/network-topology:network-topology/topology/hwvtep:1/node/hwvtep:%2F%2F{{hwvtepNodeIp}}:6640/local-mcast-macs/44:44:44:44:44:44", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1449553697904, + "name": "Get Specific Config McastMacLocal ", + "description": "" + }, + { + "collectionId": "19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8", + "id": "daafe0e1-62d7-8040-b6b1-0956b937a233", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://{{controllerHost}}:8181/restconf/config/network-topology:network-topology/topology/hwvtep:1/node/hwvtep:%2F%2F{{hwvtepNodeIp}}:6640/local-mcast-macs/44:44:44:44:44:44", + "preRequestScript": "", + "pathVariables": {}, + "method": "DELETE", + "data": [], + "dataMode": "raw", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1449553714791, + "name": "Delete Specific Config McastMacLocal ", + "description": "", + "rawModeData": "" + }, + { + "collectionId": "19f6b1a8-4d54-62f8-6bd6-f52e0b6e40b8", + "id": "06025ed3-7251-5ee4-3d6b-c01557eb3dd2", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://{{controllerHost}}:8181/restconf/operational/network-topology:network-topology/topology/hwvtep:1/node/hwvtep:%2F%2F{{hwvtepNodeIp}}:6640/local-mcast-macs/44:44:44:44:44:44", + "preRequestScript": "", + "pathVariables": {}, + "method": "GET", + "data": [], + "dataMode": "params", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1449553741834, + "name": "Get Specific Operational McastMacLocal ", + "description": "" } ] }