Fix Metadata Eid processing for LISP
[groupbasedpolicy.git] / demos / vpp-demo / local-demo-postman.json
1 {
2         "id": "ca7e7994-e248-0de1-1b3c-27607ae374c5",
3         "name": "vpp-demo",
4         "description": "",
5         "order": [],
6         "folders": [
7                 {
8                         "id": "66e85953-eba2-e686-1c05-181c21f139aa",
9                         "name": "LOCAL-DEMO",
10                         "description": "",
11                         "order": [
12                                 "70504373-fc7c-5b0f-5136-1d6c21aa7477",
13                                 "204cc3ef-6acb-da33-77be-c17a196575be",
14                                 "5cb6fa84-3bc2-caad-185c-e7189b0b027c",
15                                 "a15d7557-a4c4-7eb3-ccf9-45828a452a12",
16                                 "170aaf4e-9cf5-cfcc-a761-78431b6e3709",
17                                 "c8bff5bf-6435-5cac-7242-52b6be1a6b2f",
18                                 "d43e3c11-32e3-b533-cf1e-935194987fb5",
19                                 "83ab74ac-5748-d0b0-fc20-41218f1fbfc9",
20                                 "f3e707bc-2e56-0c63-401a-af6d8cc89232",
21                                 "f53c4509-ecec-e7b4-8d93-98494f84d5bc",
22                                 "f48fb80a-f113-04ae-5e97-b1110f31aec0",
23                                 "8e0cb982-4ca9-2492-2466-a52c8eeed90e",
24                                 "9883b811-c54a-6204-91e9-e951483b0500",
25                                 "a6008cfe-8f36-6a43-9464-87f55538768f",
26                                 "d0c7ad28-aaac-2585-37c4-8ad1fb96b300",
27                                 "812e3729-c9f3-e9bb-e15c-174073cf010c",
28                                 "a1e303ba-25c2-f897-9be3-b5552eb7bc1c",
29                                 "1b49eadb-b844-93ca-3839-4f5ca0eb8c73",
30                                 "2031addb-3b81-d6d5-f5ad-995bc53767ab"
31                         ],
32                         "owner": "607119",
33                         "collectionId": "1752fb6e-edab-50e1-4840-11399dfc2e85"
34                 }
35         ],
36         "timestamp": 1474356756372,
37         "owner": "607119",
38         "public": false,
39         "published": false,
40         "requests": [
41                 {
42                         "id": "170aaf4e-9cf5-cfcc-a761-78431b6e3709",
43                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\n",
44                         "url": "http://192.168.255.100:8081/restconf/operational/renderer:renderers/renderer/vpp-renderer",
45                         "preRequestScript": null,
46                         "pathVariables": {},
47                         "method": "GET",
48                         "data": [],
49                         "dataMode": "params",
50                         "tests": null,
51                         "currentHelper": "normal",
52                         "helperAttributes": {},
53                         "time": 1473431626723,
54                         "name": "VPP renderer operational",
55                         "description": "",
56                         "collectionId": "ca7e7994-e248-0de1-1b3c-27607ae374c5",
57                         "folder": "66e85953-eba2-e686-1c05-181c21f139aa"
58                 },
59                 {
60                         "id": "1b49eadb-b844-93ca-3839-4f5ca0eb8c73",
61                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\nCache-Control: no-cache\n",
62                         "url": "http://192.168.255.100:8081/restconf/config/neutron:neutron",
63                         "preRequestScript": "",
64                         "pathVariables": {},
65                         "method": "PUT",
66                         "data": [],
67                         "dataMode": "raw",
68                         "tests": "",
69                         "currentHelper": "normal",
70                         "helperAttributes": {},
71                         "time": 1474359320383,
72                         "name": "neutron data - add secRules",
73                         "description": "",
74                         "collectionId": "ca7e7994-e248-0de1-1b3c-27607ae374c5",
75                         "rawModeData": "{\n  \"neutron\": {\n    \"networks\": {\n      \"network\": [\n        {\n          \"uuid\": \"e82a3ecf-bda8-4868-936e-494999edc0ba\",\n          \"name\": \"vxlannet\",\n          \"neutron-L3-ext:external\": false,\n          \"neutron-provider-ext:segmentation-id\": \"20\",\n          \"neutron-provider-ext:network-type\": \"neutron-networks:network-type-vxlan\",\n          \"admin-state-up\": true,\n          \"shared\": false,\n          \"status\": \"ACTIVE\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\"\n        }\n      ]\n    },\n    \"subnets\": {\n      \"subnet\": [\n        {\n          \"uuid\": \"3d1158f1-540b-4139-81a6-4dbbb3dae1e5\",\n          \"ip-version\": \"neutron-constants:ip-version-v4\",\n          \"gateway-ip\": \"10.11.12.1\",\n          \"name\": \"vxlansubnet\",\n          \"network-id\": \"e82a3ecf-bda8-4868-936e-494999edc0ba\",\n          \"cidr\": \"10.11.12.0/24\",\n          \"enable-dhcp\": true,\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\n          \"allocation-pools\": [\n            {\n              \"start\": \"10.11.12.2\",\n              \"end\": \"10.11.12.254\"\n            }\n          ]\n        }\n      ]\n    },\n    \"security-groups\": {\n      \"security-group\": [\n        {\n          \"uuid\": \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\",\n          \"name\": \"default\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\"\n        },\n        {\n          \"uuid\": \"282f7ee8-7b75-4237-9e80-d41647969e8f\",\n          \"name\": \"test-secgroup\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\"\n        }\n      ]\n    },\n    \"security-rules\": {\n      \"security-rule\": [\n        {\n          \"uuid\": \"7d037f8c-e35d-4f34-b2a8-6e6912728498\",\n          \"direction\": \"neutron-constants:direction-ingress\",\n          \"security-group-id\": \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\",\n          \"ethertype\": \"neutron-constants:ethertype-v4\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\n          \"remote-group-id\": \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\"\n        },\n        {\n          \"uuid\": \"b547e0ad-1fe9-4605-8a1d-a146b3316f3e\",\n          \"remote-ip-prefix\": \"0.0.0.0/0\",\n          \"ethertype\": \"neutron-constants:ethertype-v4\",\n          \"port-range-max\": 22,\n          \"protocol\": \"neutron-constants:protocol-tcp\",\n          \"port-range-min\": 22,\n          \"direction\": \"neutron-constants:direction-ingress\",\n          \"security-group-id\": \"282f7ee8-7b75-4237-9e80-d41647969e8f\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\"\n        },\n        {\n          \"uuid\": \"b5fb268c-54d1-4f1e-8a6c-cb248fc57278\",\n          \"direction\": \"neutron-constants:direction-ingress\",\n          \"security-group-id\": \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\",\n          \"ethertype\": \"neutron-constants:ethertype-v6\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\n          \"remote-group-id\": \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\"\n        },\n        {\n          \"uuid\": \"e7e07939-8962-4e3c-a056-ddbb83a36d7f\",\n          \"direction\": \"neutron-constants:direction-egress\",\n          \"security-group-id\": \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\",\n          \"ethertype\": \"neutron-constants:ethertype-v4\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\"\n        },\n        {\n          \"uuid\": \"efd160f9-8383-4d42-ab35-201d898fd87e\",\n          \"direction\": \"neutron-constants:direction-egress\",\n          \"security-group-id\": \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\",\n          \"ethertype\": \"neutron-constants:ethertype-v6\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\"\n        },\n        {\n          \"uuid\": \"d4111847-3d13-4dc3-9433-78bae7ee6dc1\",\n          \"remote-ip-prefix\": \"0.0.0.0/0\",\n          \"ethertype\": \"neutron-constants:ethertype-v4\",\n          \"protocol\": \"neutron-constants:protocol-icmp\",\n          \"direction\": \"neutron-constants:direction-ingress\",\n          \"security-group-id\": \"282f7ee8-7b75-4237-9e80-d41647969e8f\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\"\n        }\n      ]\n    },\n    \"ports\": {\n      \"port\": [\n        {\n          \"uuid\": \"6a616da7-d1ba-45c1-80bd-ca5e3fa0edfc\",\n          \"device-owner\": \"network:router_interface\",\n          \"admin-state-up\": true,\n          \"name\": \"\",\n          \"fixed-ips\": [\n            {\n              \"subnet-id\": \"3d1158f1-540b-4139-81a6-4dbbb3dae1e5\",\n              \"ip-address\": \"10.11.12.1\"\n            }\n          ],\n          \"network-id\": \"e82a3ecf-bda8-4868-936e-494999edc0ba\",\n          \"neutron-binding:vnic-type\": \"normal\",\n          \"neutron-binding:host-id\": \"controller\",\n          \"neutron-binding:vif-details\": [\n            {\n              \"details-key\": \"port_filter\",\n              \"value\": \"true\"\n            }\n          ],\n          \"neutron-binding:vif-type\": \"vhostuser\",\n          \"device-id\": \"3a1fd562-6423-4bbd-89f0-6130ebb96e92\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\n          \"mac-address\": \"fa:16:3e:4c:11:20\",\n          \"security-groups\": [\n            \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\"\n          ],\n          \"neutron-portsecurity:port-security-enabled\": false\n        },\n        {\n          \"uuid\": \"a9607d99-0afa-41cc-8f2f-8d62b6e9bc1c\",\n          \"device-owner\": \"network:dhcp\",\n          \"admin-state-up\": true,\n          \"name\": \"vm-0-1-port\",\n          \"fixed-ips\": [\n            {\n              \"subnet-id\": \"3d1158f1-540b-4139-81a6-4dbbb3dae1e5\",\n              \"ip-address\": \"10.11.12.3\"\n            }\n          ],\n          \"network-id\": \"e82a3ecf-bda8-4868-936e-494999edc0ba\",\n          \"neutron-binding:vnic-type\": \"normal\",\n          \"neutron-binding:host-id\": \"compute0\",\n          \"neutron-binding:vif-details\": [\n            {\n              \"details-key\": \"port_filter\",\n              \"value\": \"true\"\n            }\n          ],\n          \"neutron-binding:vif-type\": \"vhostuser\",\n          \"device-id\": \"6b87c96a-8f3f-451f-a3d7-200b01d80744\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\n          \"mac-address\": \"fa:16:3e:4c:fd:34\",\n          \"security-groups\": [\n            \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\"\n          ],\n          \"neutron-portsecurity:port-security-enabled\": true\n        },\n        {\n          \"uuid\": \"320c792a-40b8-4d42-b7e3-60d998f6631a\",\n          \"device-owner\": \"network:dhcp\",\n          \"admin-state-up\": true,\n          \"name\": \"vm-1-3-port\",\n          \"fixed-ips\": [\n            {\n              \"subnet-id\": \"3d1158f1-540b-4139-81a6-4dbbb3dae1e5\",\n              \"ip-address\": \"10.11.12.7\"\n            }\n          ],\n          \"network-id\": \"e82a3ecf-bda8-4868-936e-494999edc0ba\",\n          \"neutron-binding:vnic-type\": \"normal\",\n          \"neutron-binding:host-id\": \"compute1\",\n          \"neutron-binding:vif-details\": [\n            {\n              \"details-key\": \"port_filter\",\n              \"value\": \"true\"\n            }\n          ],\n          \"neutron-binding:vif-type\": \"vhostuser\",\n          \"device-id\": \"e0074476-de99-47c9-81d9-c2e55e9aaa56\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\n          \"mac-address\": \"fa:16:3e:83:a5:7f\",\n          \"security-groups\": [\n            \"282f7ee8-7b75-4237-9e80-d41647969e8f\",\n            \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\"\n          ],\n          \"neutron-portsecurity:port-security-enabled\": true\n        },\n        {\n          \"uuid\": \"8def6a66-7d70-4459-adc4-b189717441b4\",\n          \"device-owner\": \"network:dhcp\",\n          \"admin-state-up\": true,\n          \"name\": \"vm-0-2-port\",\n          \"fixed-ips\": [\n            {\n              \"subnet-id\": \"3d1158f1-540b-4139-81a6-4dbbb3dae1e5\",\n              \"ip-address\": \"10.11.12.4\"\n            }\n          ],\n          \"network-id\": \"e82a3ecf-bda8-4868-936e-494999edc0ba\",\n          \"neutron-binding:vnic-type\": \"normal\",\n          \"neutron-binding:host-id\": \"compute0\",\n          \"neutron-binding:vif-details\": [\n            {\n              \"details-key\": \"port_filter\",\n              \"value\": \"true\"\n            }\n          ],\n          \"neutron-binding:vif-type\": \"vhostuser\",\n          \"device-id\": \"6e85b372-9269-4f96-8049-f6cccdaf340c\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\n          \"mac-address\": \"fa:16:3e:c7:76:82\",\n          \"security-groups\": [\n            \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\"\n          ],\n          \"neutron-portsecurity:port-security-enabled\": true\n        },\n        {\n          \"uuid\": \"7415f153-2a26-4968-880d-3aba22cf6f9d\",\n          \"device-owner\": \"network:dhcp\",\n          \"admin-state-up\": true,\n          \"name\": \"vm-1-1-port\",\n          \"fixed-ips\": [\n            {\n              \"subnet-id\": \"3d1158f1-540b-4139-81a6-4dbbb3dae1e5\",\n              \"ip-address\": \"10.11.12.5\"\n            }\n          ],\n          \"network-id\": \"e82a3ecf-bda8-4868-936e-494999edc0ba\",\n          \"neutron-binding:vnic-type\": \"normal\",\n          \"neutron-binding:host-id\": \"compute1\",\n          \"neutron-binding:vif-details\": [\n            {\n              \"details-key\": \"port_filter\",\n              \"value\": \"true\"\n            }\n          ],\n          \"neutron-binding:vif-type\": \"vhostuser\",\n          \"device-id\": \"565c0e5f-515a-457b-ae89-857c3f66296a\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\n          \"mac-address\": \"fa:16:3e:6f:d4:3c\",\n          \"security-groups\": [\n            \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\"\n          ],\n          \"neutron-portsecurity:port-security-enabled\": true\n        },\n        {\n          \"uuid\": \"fa943a17-ace1-41a6-80ee-3fa292d2d320\",\n          \"device-owner\": \"network:dhcp\",\n          \"admin-state-up\": true,\n          \"name\": \"vm-1-2-port\",\n          \"fixed-ips\": [\n            {\n              \"subnet-id\": \"3d1158f1-540b-4139-81a6-4dbbb3dae1e5\",\n              \"ip-address\": \"10.11.12.6\"\n            }\n          ],\n          \"network-id\": \"e82a3ecf-bda8-4868-936e-494999edc0ba\",\n          \"neutron-binding:vnic-type\": \"normal\",\n          \"neutron-binding:host-id\": \"compute1\",\n          \"neutron-binding:vif-details\": [\n            {\n              \"details-key\": \"port_filter\",\n              \"value\": \"true\"\n            }\n          ],\n          \"neutron-binding:vif-type\": \"vhostuser\",\n          \"device-id\": \"945b82f4-07a9-4442-aa64-d3cc34cfb64d\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\n          \"mac-address\": \"fa:16:3e:ec:3a:40\",\n          \"security-groups\": [\n            \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\"\n          ],\n          \"neutron-portsecurity:port-security-enabled\": true\n        },\n        {\n          \"uuid\": \"c6076003-2b5c-4487-9db6-f2667a2c276e\",\n          \"device-owner\": \"network:dhcp\",\n          \"admin-state-up\": true,\n          \"name\": \"\",\n          \"fixed-ips\": [\n            {\n              \"subnet-id\": \"3d1158f1-540b-4139-81a6-4dbbb3dae1e5\",\n              \"ip-address\": \"10.11.12.2\"\n            }\n          ],\n          \"network-id\": \"e82a3ecf-bda8-4868-936e-494999edc0ba\",\n          \"neutron-binding:vnic-type\": \"normal\",\n          \"neutron-binding:host-id\": \"controller\",\n          \"neutron-binding:vif-details\": [\n            {\n              \"details-key\": \"port_filter\",\n              \"value\": \"true\"\n            }\n          ],\n          \"neutron-binding:vif-type\": \"vhostuser\",\n          \"device-id\": \"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e82a3ecf-bda8-4868-936e-494999edc0ba\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\n          \"mac-address\": \"fa:16:3e:bc:6b:e2\",\n          \"security-groups\": [\n            \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\"\n          ],\n          \"neutron-portsecurity:port-security-enabled\": false\n        }\n      ]\n    }\n  }\n}"
76                 },
77                 {
78                         "id": "2031addb-3b81-d6d5-f5ad-995bc53767ab",
79                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\nCache-Control: no-cache\n",
80                         "url": "http://192.168.255.100:8081/restconf/config/neutron:neutron",
81                         "preRequestScript": "",
82                         "pathVariables": {},
83                         "method": "PUT",
84                         "data": [],
85                         "dataMode": "raw",
86                         "tests": "",
87                         "currentHelper": "normal",
88                         "helperAttributes": {},
89                         "time": 1474359561648,
90                         "name": "neutron data - delete secRules",
91                         "description": "",
92                         "collectionId": "ca7e7994-e248-0de1-1b3c-27607ae374c5",
93                         "rawModeData": "{\n  \"neutron\": {\n    \"networks\": {\n      \"network\": [\n        {\n          \"uuid\": \"e82a3ecf-bda8-4868-936e-494999edc0ba\",\n          \"name\": \"vxlannet\",\n          \"neutron-L3-ext:external\": false,\n          \"neutron-provider-ext:segmentation-id\": \"20\",\n          \"neutron-provider-ext:network-type\": \"neutron-networks:network-type-vxlan\",\n          \"admin-state-up\": true,\n          \"shared\": false,\n          \"status\": \"ACTIVE\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\"\n        }\n      ]\n    },\n    \"subnets\": {\n      \"subnet\": [\n        {\n          \"uuid\": \"3d1158f1-540b-4139-81a6-4dbbb3dae1e5\",\n          \"ip-version\": \"neutron-constants:ip-version-v4\",\n          \"gateway-ip\": \"10.11.12.1\",\n          \"name\": \"vxlansubnet\",\n          \"network-id\": \"e82a3ecf-bda8-4868-936e-494999edc0ba\",\n          \"cidr\": \"10.11.12.0/24\",\n          \"enable-dhcp\": true,\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\n          \"allocation-pools\": [\n            {\n              \"start\": \"10.11.12.2\",\n              \"end\": \"10.11.12.254\"\n            }\n          ]\n        }\n      ]\n    },\n    \"security-groups\": {\n      \"security-group\": [\n        {\n          \"uuid\": \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\",\n          \"name\": \"default\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\"\n        }\n      ]\n    },\n    \"security-rules\": {\n      \"security-rule\": [\n        {\n          \"uuid\": \"7d037f8c-e35d-4f34-b2a8-6e6912728498\",\n          \"direction\": \"neutron-constants:direction-ingress\",\n          \"security-group-id\": \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\",\n          \"ethertype\": \"neutron-constants:ethertype-v4\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\n          \"remote-group-id\": \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\"\n        },\n        {\n          \"uuid\": \"b5fb268c-54d1-4f1e-8a6c-cb248fc57278\",\n          \"direction\": \"neutron-constants:direction-ingress\",\n          \"security-group-id\": \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\",\n          \"ethertype\": \"neutron-constants:ethertype-v6\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\n          \"remote-group-id\": \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\"\n        },\n        {\n          \"uuid\": \"46372963-221d-48d6-9074-724d72caae40\",\n          \"direction\": \"neutron-constants:direction-egress\",\n          \"security-group-id\": \"282f7ee8-7b75-4237-9e80-d41647969e8f\",\n          \"ethertype\": \"neutron-constants:ethertype-v6\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\"\n        },\n        {\n          \"uuid\": \"e7e07939-8962-4e3c-a056-ddbb83a36d7f\",\n          \"direction\": \"neutron-constants:direction-egress\",\n          \"security-group-id\": \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\",\n          \"ethertype\": \"neutron-constants:ethertype-v4\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\"\n        },\n        {\n          \"uuid\": \"efd160f9-8383-4d42-ab35-201d898fd87e\",\n          \"direction\": \"neutron-constants:direction-egress\",\n          \"security-group-id\": \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\",\n          \"ethertype\": \"neutron-constants:ethertype-v6\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\"\n        },\n        {\n          \"uuid\": \"a876726e-6522-4fab-b63a-c991ffd963dd\",\n          \"direction\": \"neutron-constants:direction-egress\",\n          \"security-group-id\": \"282f7ee8-7b75-4237-9e80-d41647969e8f\",\n          \"ethertype\": \"neutron-constants:ethertype-v4\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\"\n        }\n      ]\n    },\n    \"ports\": {\n      \"port\": [\n        {\n          \"uuid\": \"6a616da7-d1ba-45c1-80bd-ca5e3fa0edfc\",\n          \"device-owner\": \"network:router_interface\",\n          \"admin-state-up\": true,\n          \"name\": \"\",\n          \"fixed-ips\": [\n            {\n              \"subnet-id\": \"3d1158f1-540b-4139-81a6-4dbbb3dae1e5\",\n              \"ip-address\": \"10.11.12.1\"\n            }\n          ],\n          \"network-id\": \"e82a3ecf-bda8-4868-936e-494999edc0ba\",\n          \"neutron-binding:vnic-type\": \"normal\",\n          \"neutron-binding:host-id\": \"controller\",\n          \"neutron-binding:vif-details\": [\n            {\n              \"details-key\": \"port_filter\",\n              \"value\": \"true\"\n            }\n          ],\n          \"neutron-binding:vif-type\": \"vhostuser\",\n          \"device-id\": \"3a1fd562-6423-4bbd-89f0-6130ebb96e92\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\n          \"mac-address\": \"fa:16:3e:4c:11:20\",\n          \"security-groups\": [\n            \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\"\n          ],\n          \"neutron-portsecurity:port-security-enabled\": false\n        },\n        {\n          \"uuid\": \"a9607d99-0afa-41cc-8f2f-8d62b6e9bc1c\",\n          \"device-owner\": \"network:dhcp\",\n          \"admin-state-up\": true,\n          \"name\": \"vm-0-1-port\",\n          \"fixed-ips\": [\n            {\n              \"subnet-id\": \"3d1158f1-540b-4139-81a6-4dbbb3dae1e5\",\n              \"ip-address\": \"10.11.12.3\"\n            }\n          ],\n          \"network-id\": \"e82a3ecf-bda8-4868-936e-494999edc0ba\",\n          \"neutron-binding:vnic-type\": \"normal\",\n          \"neutron-binding:host-id\": \"compute0\",\n          \"neutron-binding:vif-details\": [\n            {\n              \"details-key\": \"port_filter\",\n              \"value\": \"true\"\n            }\n          ],\n          \"neutron-binding:vif-type\": \"vhostuser\",\n          \"device-id\": \"6b87c96a-8f3f-451f-a3d7-200b01d80744\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\n          \"mac-address\": \"fa:16:3e:4c:fd:34\",\n          \"security-groups\": [\n            \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\"\n          ],\n          \"neutron-portsecurity:port-security-enabled\": true\n        },\n        {\n          \"uuid\": \"320c792a-40b8-4d42-b7e3-60d998f6631a\",\n          \"device-owner\": \"network:dhcp\",\n          \"admin-state-up\": true,\n          \"name\": \"vm-1-3-port\",\n          \"fixed-ips\": [\n            {\n              \"subnet-id\": \"3d1158f1-540b-4139-81a6-4dbbb3dae1e5\",\n              \"ip-address\": \"10.11.12.7\"\n            }\n          ],\n          \"network-id\": \"e82a3ecf-bda8-4868-936e-494999edc0ba\",\n          \"neutron-binding:vnic-type\": \"normal\",\n          \"neutron-binding:host-id\": \"compute1\",\n          \"neutron-binding:vif-details\": [\n            {\n              \"details-key\": \"port_filter\",\n              \"value\": \"true\"\n            }\n          ],\n          \"neutron-binding:vif-type\": \"vhostuser\",\n          \"device-id\": \"e0074476-de99-47c9-81d9-c2e55e9aaa56\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\n          \"mac-address\": \"fa:16:3e:83:a5:7f\",\n          \"security-groups\": [\n            \"282f7ee8-7b75-4237-9e80-d41647969e8f\",\n            \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\"\n          ],\n          \"neutron-portsecurity:port-security-enabled\": true\n        },\n        {\n          \"uuid\": \"8def6a66-7d70-4459-adc4-b189717441b4\",\n          \"device-owner\": \"network:dhcp\",\n          \"admin-state-up\": true,\n          \"name\": \"vm-0-2-port\",\n          \"fixed-ips\": [\n            {\n              \"subnet-id\": \"3d1158f1-540b-4139-81a6-4dbbb3dae1e5\",\n              \"ip-address\": \"10.11.12.4\"\n            }\n          ],\n          \"network-id\": \"e82a3ecf-bda8-4868-936e-494999edc0ba\",\n          \"neutron-binding:vnic-type\": \"normal\",\n          \"neutron-binding:host-id\": \"compute0\",\n          \"neutron-binding:vif-details\": [\n            {\n              \"details-key\": \"port_filter\",\n              \"value\": \"true\"\n            }\n          ],\n          \"neutron-binding:vif-type\": \"vhostuser\",\n          \"device-id\": \"6e85b372-9269-4f96-8049-f6cccdaf340c\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\n          \"mac-address\": \"fa:16:3e:c7:76:82\",\n          \"security-groups\": [\n            \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\"\n          ],\n          \"neutron-portsecurity:port-security-enabled\": true\n        },\n        {\n          \"uuid\": \"7415f153-2a26-4968-880d-3aba22cf6f9d\",\n          \"device-owner\": \"network:dhcp\",\n          \"admin-state-up\": true,\n          \"name\": \"vm-1-1-port\",\n          \"fixed-ips\": [\n            {\n              \"subnet-id\": \"3d1158f1-540b-4139-81a6-4dbbb3dae1e5\",\n              \"ip-address\": \"10.11.12.5\"\n            }\n          ],\n          \"network-id\": \"e82a3ecf-bda8-4868-936e-494999edc0ba\",\n          \"neutron-binding:vnic-type\": \"normal\",\n          \"neutron-binding:host-id\": \"compute1\",\n          \"neutron-binding:vif-details\": [\n            {\n              \"details-key\": \"port_filter\",\n              \"value\": \"true\"\n            }\n          ],\n          \"neutron-binding:vif-type\": \"vhostuser\",\n          \"device-id\": \"565c0e5f-515a-457b-ae89-857c3f66296a\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\n          \"mac-address\": \"fa:16:3e:6f:d4:3c\",\n          \"security-groups\": [\n            \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\"\n          ],\n          \"neutron-portsecurity:port-security-enabled\": true\n        },\n        {\n          \"uuid\": \"fa943a17-ace1-41a6-80ee-3fa292d2d320\",\n          \"device-owner\": \"network:dhcp\",\n          \"admin-state-up\": true,\n          \"name\": \"vm-1-2-port\",\n          \"fixed-ips\": [\n            {\n              \"subnet-id\": \"3d1158f1-540b-4139-81a6-4dbbb3dae1e5\",\n              \"ip-address\": \"10.11.12.6\"\n            }\n          ],\n          \"network-id\": \"e82a3ecf-bda8-4868-936e-494999edc0ba\",\n          \"neutron-binding:vnic-type\": \"normal\",\n          \"neutron-binding:host-id\": \"compute1\",\n          \"neutron-binding:vif-details\": [\n            {\n              \"details-key\": \"port_filter\",\n              \"value\": \"true\"\n            }\n          ],\n          \"neutron-binding:vif-type\": \"vhostuser\",\n          \"device-id\": \"945b82f4-07a9-4442-aa64-d3cc34cfb64d\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\n          \"mac-address\": \"fa:16:3e:ec:3a:40\",\n          \"security-groups\": [\n            \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\"\n          ],\n          \"neutron-portsecurity:port-security-enabled\": true\n        },\n        {\n          \"uuid\": \"c6076003-2b5c-4487-9db6-f2667a2c276e\",\n          \"device-owner\": \"network:dhcp\",\n          \"admin-state-up\": true,\n          \"name\": \"\",\n          \"fixed-ips\": [\n            {\n              \"subnet-id\": \"3d1158f1-540b-4139-81a6-4dbbb3dae1e5\",\n              \"ip-address\": \"10.11.12.2\"\n            }\n          ],\n          \"network-id\": \"e82a3ecf-bda8-4868-936e-494999edc0ba\",\n          \"neutron-binding:vnic-type\": \"normal\",\n          \"neutron-binding:host-id\": \"controller\",\n          \"neutron-binding:vif-details\": [\n            {\n              \"details-key\": \"port_filter\",\n              \"value\": \"true\"\n            }\n          ],\n          \"neutron-binding:vif-type\": \"vhostuser\",\n          \"device-id\": \"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e82a3ecf-bda8-4868-936e-494999edc0ba\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\n          \"mac-address\": \"fa:16:3e:bc:6b:e2\",\n          \"security-groups\": [\n            \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\"\n          ],\n          \"neutron-portsecurity:port-security-enabled\": false\n        }\n      ]\n    }\n  }\n}"
94                 },
95                 {
96                         "id": "204cc3ef-6acb-da33-77be-c17a196575be",
97                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/xml\n",
98                         "url": "http://192.168.255.100:8081/restconf/config/network-topology:network-topology/topology/topology-netconf/node/compute0",
99                         "preRequestScript": null,
100                         "pathVariables": {},
101                         "method": "PUT",
102                         "data": [],
103                         "dataMode": "raw",
104                         "tests": null,
105                         "currentHelper": "normal",
106                         "helperAttributes": {},
107                         "time": 1473431590397,
108                         "name": "Register VPP compute0",
109                         "description": "",
110                         "collectionId": "ca7e7994-e248-0de1-1b3c-27607ae374c5",
111                         "folder": "66e85953-eba2-e686-1c05-181c21f139aa",
112                         "rawModeData": "<node xmlns=\"urn:TBD:params:xml:ns:yang:network-topology\">\n   <node-id>compute0</node-id>\n   <host xmlns=\"urn:opendaylight:netconf-node-topology\">192.168.255.101</host>\n   <port xmlns=\"urn:opendaylight:netconf-node-topology\">2831</port>\n   <username xmlns=\"urn:opendaylight:netconf-node-topology\">admin</username>\n   <password xmlns=\"urn:opendaylight:netconf-node-topology\">admin</password>\n   <tcp-only xmlns=\"urn:opendaylight:netconf-node-topology\">false</tcp-only>\n   <keepalive-delay xmlns=\"urn:opendaylight:netconf-node-topology\">0</keepalive-delay>\n</node>"
113                 },
114                 {
115                         "id": "5cb6fa84-3bc2-caad-185c-e7189b0b027c",
116                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/xml\n",
117                         "url": "http://192.168.255.100:8081/restconf/config/network-topology:network-topology/topology/topology-netconf/node/compute1",
118                         "preRequestScript": null,
119                         "pathVariables": {},
120                         "method": "PUT",
121                         "data": [],
122                         "dataMode": "raw",
123                         "tests": null,
124                         "currentHelper": "normal",
125                         "helperAttributes": {},
126                         "time": 1473431598691,
127                         "name": "Register VPP compute1",
128                         "description": "",
129                         "collectionId": "ca7e7994-e248-0de1-1b3c-27607ae374c5",
130                         "folder": "66e85953-eba2-e686-1c05-181c21f139aa",
131                         "rawModeData": "<node xmlns=\"urn:TBD:params:xml:ns:yang:network-topology\">\n   <node-id>compute1</node-id>\n   <host xmlns=\"urn:opendaylight:netconf-node-topology\">192.168.255.102</host>\n   <port xmlns=\"urn:opendaylight:netconf-node-topology\">2831</port>\n   <username xmlns=\"urn:opendaylight:netconf-node-topology\">admin</username>\n   <password xmlns=\"urn:opendaylight:netconf-node-topology\">admin</password>\n   <tcp-only xmlns=\"urn:opendaylight:netconf-node-topology\">false</tcp-only>\n   <keepalive-delay xmlns=\"urn:opendaylight:netconf-node-topology\">0</keepalive-delay>\n</node>"
132                 },
133                 {
134                         "id": "70504373-fc7c-5b0f-5136-1d6c21aa7477",
135                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/xml\n",
136                         "url": "http://192.168.255.100:8081/restconf/config/network-topology:network-topology/topology/topology-netconf/node/controller",
137                         "preRequestScript": null,
138                         "pathVariables": {},
139                         "method": "PUT",
140                         "data": [],
141                         "dataMode": "raw",
142                         "tests": null,
143                         "currentHelper": "normal",
144                         "helperAttributes": {},
145                         "time": 1473431552143,
146                         "name": "Register VPP controller",
147                         "description": "",
148                         "collectionId": "ca7e7994-e248-0de1-1b3c-27607ae374c5",
149                         "folder": "66e85953-eba2-e686-1c05-181c21f139aa",
150                         "rawModeData": "<node xmlns=\"urn:TBD:params:xml:ns:yang:network-topology\">\n   <node-id>controller</node-id>\n   <host xmlns=\"urn:opendaylight:netconf-node-topology\">192.168.255.100</host>\n   <port xmlns=\"urn:opendaylight:netconf-node-topology\">2831</port>\n   <username xmlns=\"urn:opendaylight:netconf-node-topology\">admin</username>\n   <password xmlns=\"urn:opendaylight:netconf-node-topology\">admin</password>\n   <tcp-only xmlns=\"urn:opendaylight:netconf-node-topology\">false</tcp-only>\n   <keepalive-delay xmlns=\"urn:opendaylight:netconf-node-topology\">0</keepalive-delay>\n</node>"
151                 },
152                 {
153                         "id": "812e3729-c9f3-e9bb-e15c-174073cf010c",
154                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\n",
155                         "url": "http://192.168.255.100:8181/restconf/operational/policy:tenants",
156                         "preRequestScript": "",
157                         "pathVariables": {},
158                         "method": "GET",
159                         "data": [],
160                         "dataMode": "params",
161                         "tests": "",
162                         "currentHelper": "normal",
163                         "helperAttributes": {},
164                         "time": 1472628948816,
165                         "name": "get tenants operational",
166                         "description": "",
167                         "collectionId": "ca7e7994-e248-0de1-1b3c-27607ae374c5",
168                         "folder": "66e85953-eba2-e686-1c05-181c21f139aa"
169                 },
170                 {
171                         "id": "83ab74ac-5748-d0b0-fc20-41218f1fbfc9",
172                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\n",
173                         "url": "http://192.168.255.100:8181/restconf/operational/network-topology:network-topology/topology/36e1c19e-e2f5-4c83-a5af-125cb2af0419",
174                         "preRequestScript": null,
175                         "pathVariables": {},
176                         "method": "GET",
177                         "data": null,
178                         "dataMode": "params",
179                         "tests": null,
180                         "currentHelper": "normal",
181                         "helperAttributes": {},
182                         "time": 1472628223007,
183                         "name": "read BD operational",
184                         "description": "",
185                         "collectionId": "ca7e7994-e248-0de1-1b3c-27607ae374c5",
186                         "folder": "66e85953-eba2-e686-1c05-181c21f139aa"
187                 },
188                 {
189                         "id": "8e0cb982-4ca9-2492-2466-a52c8eeed90e",
190                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\n",
191                         "url": "http://192.168.255.100:8181/restconf/config/endpoint-location-provider:location-providers/location-provider/VPP endpoint location provider",
192                         "preRequestScript": null,
193                         "pathVariables": {},
194                         "method": "GET",
195                         "data": null,
196                         "dataMode": "params",
197                         "tests": null,
198                         "currentHelper": "normal",
199                         "helperAttributes": {},
200                         "time": 1472628617084,
201                         "name": "vpp location provider config",
202                         "description": "",
203                         "collectionId": "ca7e7994-e248-0de1-1b3c-27607ae374c5",
204                         "folder": "66e85953-eba2-e686-1c05-181c21f139aa"
205                 },
206                 {
207                         "id": "9883b811-c54a-6204-91e9-e951483b0500",
208                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/yang.data+json\nCache-Control: no-cache\n",
209                         "url": "http://192.168.255.100:8181/restconf/config/forwarding:forwarding",
210                         "preRequestScript": "",
211                         "pathVariables": {},
212                         "method": "GET",
213                         "data": [],
214                         "dataMode": "raw",
215                         "tests": "",
216                         "currentHelper": "normal",
217                         "helperAttributes": {},
218                         "time": 1472628956384,
219                         "name": "forwarding operational",
220                         "description": "",
221                         "collectionId": "ca7e7994-e248-0de1-1b3c-27607ae374c5",
222                         "folder": "66e85953-eba2-e686-1c05-181c21f139aa",
223                         "rawModeData": "{\n    \"forwarding\": \n    {\n        \"forwarding-by-tenant\": [\n            {\n                \"tenant-id\": \"tenant-vpp\",\n                \"forwarding-context\": [\n                    {\n                        \"context-type\": \"l2-l3-forwarding:l3-context\",\n                        \"context-id\": \"l3-context-vrf-vpp\"\n                    },\n                    {\n                        \"context-type\": \"l2-l3-forwarding:l2-bridge-domain\",\n                        \"context-id\": \"bridge-domain-1\",\n                        \"parent\": {\n                            \"context-type\": \"l2-l3-forwarding:l3-context\",\n                            \"context-id\": \"l3-context-vrf-vpp\"\n                        }\n                    },\n                    {\n                        \"context-type\": \"l2-l3-forwarding:l2-flood-domain\",\n                        \"context-id\": \"flood-domain-1\",\n                        \"parent\": {\n                            \"context-type\": \"l2-l3-forwarding:l2-bridge-domain\",\n                            \"context-id\": \"bridge-domain-1\"\n                        }\n                    },\n                    {\n                        \"context-type\": \"l2-l3-forwarding:l2-flood-domain\",\n                        \"context-id\": \"flood-domain-2\",\n                        \"parent\": {\n                            \"context-type\": \"l2-l3-forwarding:l2-bridge-domain\",\n                            \"context-id\": \"bridge-domain-1\"\n                        }\n                    }\n                ],\n                \"network-domain\": [\n                    {\n                        \"network-domain-type\": \"l2-l3-forwarding:subnet\",\n                        \"network-domain-id\": \"subnet-10.0.35.0/24\",\n                        \"parent\": {\n                            \"context-type\": \"l2-l3-forwarding:l2-flood-domain\",\n                            \"context-id\": \"flood-domain-1\"\n                        },\n                        \"l2-l3-forwarding:subnet\": {\n                            \"ip-prefix\": \"10.0.35.0/24\",\n                            \"virtual-router-ip\": \"10.0.35.1\"\n                        }\n                    },\n                    {\n                        \"network-domain-type\": \"l2-l3-forwarding:subnet\",\n                        \"network-domain-id\": \"subnet-10.0.36.0/24\",\n                        \"parent\": {\n                            \"context-type\": \"l2-l3-forwarding:l2-flood-domain\",\n                            \"context-id\": \"flood-domain-2\"\n                        },\n                        \"l2-l3-forwarding:subnet\": {\n                            \"ip-prefix\": \"10.0.36.0/24\",\n                            \"virtual-router-ip\": \"10.0.36.1\"\n                        }\n                    }\n                ]\n            }\n        ]\n    }\n}"
224                 },
225                 {
226                         "id": "a15d7557-a4c4-7eb3-ccf9-45828a452a12",
227                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\nCache-Control: no-cache\n",
228                         "url": "http://192.168.255.100:8181/restconf/config/neutron:neutron",
229                         "preRequestScript": "",
230                         "pathVariables": {},
231                         "method": "PUT",
232                         "data": [],
233                         "dataMode": "raw",
234                         "tests": "",
235                         "currentHelper": "normal",
236                         "helperAttributes": {},
237                         "time": 1472570469355,
238                         "name": "neutron data ",
239                         "description": "",
240                         "collectionId": "ca7e7994-e248-0de1-1b3c-27607ae374c5",
241                         "folder": "66e85953-eba2-e686-1c05-181c21f139aa",
242                         "rawModeData": "{\r\n    \"neutron\": {\r\n        \"networks\": {\r\n            \"network\": [\r\n                {\r\n                    \"admin-state-up\": true,\r\n                    \"name\": \"vxlannet\",\r\n                    \"neutron-L3-ext:external\": false,\r\n                    \"neutron-provider-ext:network-type\": \"neutron-networks:network-type-vxlan\",\r\n                    \"neutron-provider-ext:segmentation-id\": \"1\",\r\n                    \"shared\": false,\r\n                    \"status\": \"ACTIVE\",\r\n                    \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\r\n                    \"uuid\": \"adc1b0ba-cb45-4d90-bdbd-50ec29450e7f\"\r\n                }\r\n            ]\r\n        },\r\n        \"ports\": {\r\n            \"port\": [\r\n                {\r\n                    \"admin-state-up\": true,\r\n                    \"device-id\": \"fc7035c3-8fbb-4786-b170-b9a0dc333ea5\",\r\n                    \"device-owner\": \"network:dhcp\",\r\n                    \"fixed-ips\": [\r\n                        {\r\n                            \"ip-address\": \"10.11.12.4\",\r\n                            \"subnet-id\": \"4aef69db-e3f8-4830-8979-888e6c461f9a\"\r\n                        }\r\n                    ],\r\n                    \"mac-address\": \"fa:16:3e:80:3a:56\",\r\n                    \"name\": \"vm-compute-0-2-port\",\r\n                    \"network-id\": \"adc1b0ba-cb45-4d90-bdbd-50ec29450e7f\",\r\n                    \"neutron-binding:host-id\": \"compute0\",\r\n                    \"neutron-binding:vif-details\": [\r\n                        {\r\n                            \"details-key\": \"port_filter\",\r\n                            \"value\": \"true\"\r\n                        }\r\n                    ],\r\n                    \"neutron-binding:vif-type\": \"vhostuser\",\r\n                    \"neutron-binding:vnic-type\": \"normal\",\r\n                    \"neutron-portsecurity:port-security-enabled\": true,\r\n                    \"security-groups\": [\r\n                        \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\"\r\n                    ],\r\n                    \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\r\n                    \"uuid\": \"d2bc9876-18e0-4e29-ba6a-22012ae0e4b1\"\r\n                },\r\n                {\r\n                    \"admin-state-up\": true,\r\n                    \"device-id\": \"42ae3bd2-8dc4-49c8-8ffd-ae01821a3fc7\",\r\n                    \"device-owner\": \"compute:nova\",\r\n                    \"fixed-ips\": [\r\n                        {\r\n                            \"ip-address\": \"10.11.12.20\",\r\n                            \"subnet-id\": \"4aef69db-e3f8-4830-8979-888e6c461f9a\"\r\n                        }\r\n                    ],\r\n                    \"mac-address\": \"fa:16:3e:8e:9b:77\",\r\n                    \"name\": \"\",\r\n                    \"network-id\": \"adc1b0ba-cb45-4d90-bdbd-50ec29450e7f\",\r\n                    \"neutron-binding:host-id\": \"compute0\",\r\n                    \"neutron-binding:vif-details\": [\r\n                        {\r\n                            \"details-key\": \"vhostuser_mode\",\r\n                            \"value\": \"server\"\r\n                        },\r\n                        {\r\n                            \"details-key\": \"port_filter\",\r\n                            \"value\": \"true\"\r\n                        },\r\n                        {\r\n                            \"details-key\": \"vhostuser_socket\",\r\n                            \"value\": \"/tmp/socket_15fcb2c2-a714-438a-92ce-d6cdedf366ff\"\r\n                        }\r\n                    ],\r\n                    \"neutron-binding:vif-type\": \"vhostuser\",\r\n                    \"neutron-binding:vnic-type\": \"normal\",\r\n                    \"neutron-portsecurity:port-security-enabled\": true,\r\n                    \"security-groups\": [\r\n                        \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\"\r\n                    ],\r\n                    \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\r\n                    \"uuid\": \"15fcb2c2-a714-438a-92ce-d6cdedf366ff\"\r\n                },\r\n                {\r\n                    \"admin-state-up\": true,\r\n                    \"device-id\": \"52ae3bd2-8dc4-49c8-8ffd-ae01821a3fc7\",\r\n                    \"device-owner\": \"compute:nova\",\r\n                    \"fixed-ips\": [\r\n                        {\r\n                            \"ip-address\": \"10.11.12.21\",\r\n                            \"subnet-id\": \"4aef69db-e3f8-4830-8979-888e6c461f9a\"\r\n                        }\r\n                    ],\r\n                    \"mac-address\": \"fa:16:3e:8e:9b:78\",\r\n                    \"name\": \"\",\r\n                    \"network-id\": \"adc1b0ba-cb45-4d90-bdbd-50ec29450e7f\",\r\n                    \"neutron-binding:host-id\": \"compute1\",\r\n                    \"neutron-binding:vif-details\": [\r\n                        {\r\n                            \"details-key\": \"vhostuser_mode\",\r\n                            \"value\": \"server\"\r\n                        },\r\n                        {\r\n                            \"details-key\": \"port_filter\",\r\n                            \"value\": \"true\"\r\n                        },\r\n                        {\r\n                            \"details-key\": \"vhostuser_socket\",\r\n                            \"value\": \"/tmp/socket_25fcb2c2-a714-438a-92ce-d6cdedf366ff\"\r\n                        }\r\n                    ],\r\n                    \"neutron-binding:vif-type\": \"vhostuser\",\r\n                    \"neutron-binding:vnic-type\": \"normal\",\r\n                    \"neutron-portsecurity:port-security-enabled\": true,\r\n                    \"security-groups\": [\r\n                        \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\"\r\n                    ],\r\n                    \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\r\n                    \"uuid\": \"25fcb2c2-a714-438a-92ce-d6cdedf366ff\"\r\n                },\r\n                {\r\n                    \"admin-state-up\": true,\r\n                    \"device-id\": \"62ae3bd2-8dc4-49c8-8ffd-ae01821a3fc7\",\r\n                    \"device-owner\": \"compute:nova\",\r\n                    \"fixed-ips\": [\r\n                        {\r\n                            \"ip-address\": \"10.11.12.22\",\r\n                            \"subnet-id\": \"4aef69db-e3f8-4830-8979-888e6c461f9a\"\r\n                        }\r\n                    ],\r\n                    \"mac-address\": \"fa:16:3e:8e:9b:79\",\r\n                    \"name\": \"\",\r\n                    \"network-id\": \"adc1b0ba-cb45-4d90-bdbd-50ec29450e7f\",\r\n                    \"neutron-binding:host-id\": \"controller\",\r\n                    \"neutron-binding:vif-details\": [\r\n                        {\r\n                            \"details-key\": \"vhostuser_mode\",\r\n                            \"value\": \"server\"\r\n                        },\r\n                        {\r\n                            \"details-key\": \"port_filter\",\r\n                            \"value\": \"true\"\r\n                        },\r\n                        {\r\n                            \"details-key\": \"vhostuser_socket\",\r\n                            \"value\": \"/tmp/socket_35fcb2c2-a714-438a-92ce-d6cdedf366ff\"\r\n                        }\r\n                    ],\r\n                    \"neutron-binding:vif-type\": \"vhostuser\",\r\n                    \"neutron-binding:vnic-type\": \"normal\",\r\n                    \"neutron-portsecurity:port-security-enabled\": true,\r\n                    \"security-groups\": [\r\n                        \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\"\r\n                    ],\r\n                    \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\r\n                    \"uuid\": \"35fcb2c2-a714-438a-92ce-d6cdedf366ff\"\r\n                },\r\n                {\r\n                    \"admin-state-up\": true,\r\n                    \"device-id\": \"66256547-56ba-48af-827a-a0c83141094a\",\r\n                    \"device-owner\": \"network:router_interface\",\r\n                    \"fixed-ips\": [\r\n                        {\r\n                            \"ip-address\": \"10.11.12.1\",\r\n                            \"subnet-id\": \"4aef69db-e3f8-4830-8979-888e6c461f9a\"\r\n                        }\r\n                    ],\r\n                    \"mac-address\": \"fa:16:3e:b7:8b:0a\",\r\n                    \"name\": \"\",\r\n                    \"network-id\": \"adc1b0ba-cb45-4d90-bdbd-50ec29450e7f\",\r\n                    \"neutron-binding:host-id\": \"controller\",\r\n                    \"neutron-binding:vif-details\": [\r\n                        {\r\n                            \"details-key\": \"port_filter\",\r\n                            \"value\": \"true\"\r\n                        }\r\n                    ],\r\n                    \"neutron-binding:vif-type\": \"vhostuser\",\r\n                    \"neutron-binding:vnic-type\": \"normal\",\r\n                    \"neutron-portsecurity:port-security-enabled\": false,\r\n                    \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\r\n                    \"uuid\": \"bc2475a7-5f8e-43ef-8cb5-60885dbff984\"\r\n                },\r\n                {\r\n                    \"admin-state-up\": true,\r\n                    \"device-id\": \"963f3e6b-47e4-49d1-8913-e17d84abb9b1\",\r\n                    \"device-owner\": \"network:dhcp\",\r\n                    \"fixed-ips\": [\r\n                        {\r\n                            \"ip-address\": \"10.11.12.5\",\r\n                            \"subnet-id\": \"4aef69db-e3f8-4830-8979-888e6c461f9a\"\r\n                        }\r\n                    ],\r\n                    \"mac-address\": \"fa:16:3e:73:e1:76\",\r\n                    \"name\": \"vm-compute-1-1-port\",\r\n                    \"network-id\": \"adc1b0ba-cb45-4d90-bdbd-50ec29450e7f\",\r\n                    \"neutron-binding:host-id\": \"compute1\",\r\n                    \"neutron-binding:vif-details\": [\r\n                        {\r\n                            \"details-key\": \"port_filter\",\r\n                            \"value\": \"true\"\r\n                        }\r\n                    ],\r\n                    \"neutron-binding:vif-type\": \"vhostuser\",\r\n                    \"neutron-binding:vnic-type\": \"normal\",\r\n                    \"neutron-portsecurity:port-security-enabled\": true,\r\n                    \"security-groups\": [\r\n                        \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\"\r\n                    ],\r\n                    \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\r\n                    \"uuid\": \"5ae3ba7e-22ba-4bd8-8524-d565496f5036\"\r\n                },\r\n                {\r\n                    \"admin-state-up\": true,\r\n                    \"device-id\": \"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-adc1b0ba-cb45-4d90-bdbd-50ec29450e7f\",\r\n                    \"device-owner\": \"network:dhcp\",\r\n                    \"fixed-ips\": [\r\n                        {\r\n                            \"ip-address\": \"10.11.12.2\",\r\n                            \"subnet-id\": \"4aef69db-e3f8-4830-8979-888e6c461f9a\"\r\n                        }\r\n                    ],\r\n                    \"mac-address\": \"fa:16:3e:bd:29:73\",\r\n                    \"name\": \"\",\r\n                    \"network-id\": \"adc1b0ba-cb45-4d90-bdbd-50ec29450e7f\",\r\n                    \"neutron-binding:host-id\": \"controller\",\r\n                    \"neutron-binding:vif-details\": [\r\n                        {\r\n                            \"details-key\": \"port_filter\",\r\n                            \"value\": \"true\"\r\n                        }\r\n                    ],\r\n                    \"neutron-binding:vif-type\": \"vhostuser\",\r\n                    \"neutron-binding:vnic-type\": \"normal\",\r\n                    \"neutron-portsecurity:port-security-enabled\": false,\r\n                    \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\r\n                    \"uuid\": \"ba9b0895-23e7-4c60-a728-59a9268fa3ab\"\r\n                },\r\n                {\r\n                    \"admin-state-up\": true,\r\n                    \"device-id\": \"3e914e7c-ae81-499c-a9b2-076ffc474421\",\r\n                    \"device-owner\": \"network:dhcp\",\r\n                    \"fixed-ips\": [\r\n                        {\r\n                            \"ip-address\": \"10.11.12.6\",\r\n                            \"subnet-id\": \"4aef69db-e3f8-4830-8979-888e6c461f9a\"\r\n                        }\r\n                    ],\r\n                    \"mac-address\": \"fa:16:3e:ec:28:85\",\r\n                    \"name\": \"vm-compute-1-2-port\",\r\n                    \"network-id\": \"adc1b0ba-cb45-4d90-bdbd-50ec29450e7f\",\r\n                    \"neutron-binding:host-id\": \"compute1\",\r\n                    \"neutron-binding:vif-details\": [\r\n                        {\r\n                            \"details-key\": \"port_filter\",\r\n                            \"value\": \"true\"\r\n                        }\r\n                    ],\r\n                    \"neutron-binding:vif-type\": \"vhostuser\",\r\n                    \"neutron-binding:vnic-type\": \"normal\",\r\n                    \"neutron-portsecurity:port-security-enabled\": true,\r\n                    \"security-groups\": [\r\n                        \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\"\r\n                    ],\r\n                    \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\r\n                    \"uuid\": \"0903dddd-88ec-4a70-bb6f-eaa9a35831a2\"\r\n                },\r\n                {\r\n                    \"admin-state-up\": true,\r\n                    \"device-id\": \"401b0578-7f57-4c2a-bc70-fd98c2e84a3e\",\r\n                    \"device-owner\": \"network:dhcp\",\r\n                    \"fixed-ips\": [\r\n                        {\r\n                            \"ip-address\": \"10.11.12.3\",\r\n                            \"subnet-id\": \"4aef69db-e3f8-4830-8979-888e6c461f9a\"\r\n                        }\r\n                    ],\r\n                    \"mac-address\": \"fa:16:3e:3b:7e:32\",\r\n                    \"name\": \"vm-compute-0-1-port\",\r\n                    \"network-id\": \"adc1b0ba-cb45-4d90-bdbd-50ec29450e7f\",\r\n                    \"neutron-binding:host-id\": \"compute0\",\r\n                    \"neutron-binding:vif-details\": [\r\n                        {\r\n                            \"details-key\": \"port_filter\",\r\n                            \"value\": \"true\"\r\n                        }\r\n                    ],\r\n                    \"neutron-binding:vif-type\": \"vhostuser\",\r\n                    \"neutron-binding:vnic-type\": \"normal\",\r\n                    \"neutron-portsecurity:port-security-enabled\": true,\r\n                    \"security-groups\": [\r\n                        \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\"\r\n                    ],\r\n                    \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\r\n                    \"uuid\": \"44ce999c-9f65-4222-9fd5-b98f7bdf8cf7\"\r\n                }\r\n            ]\r\n        },\r\n        \"security-groups\": {\r\n            \"security-group\": [\r\n                {\r\n                    \"name\": \"default\",\r\n                    \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\r\n                    \"uuid\": \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\"\r\n                }\r\n            ]\r\n        },\r\n        \"security-rules\": {\r\n            \"security-rule\": [\r\n                {\r\n                    \"direction\": \"neutron-constants:direction-ingress\",\r\n                    \"ethertype\": \"neutron-constants:ethertype-v4\",\r\n                    \"remote-group-id\": \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\",\r\n                    \"security-group-id\": \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\",\r\n                    \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\r\n                    \"uuid\": \"7d037f8c-e35d-4f34-b2a8-6e6912728498\"\r\n                },\r\n                {\r\n                    \"direction\": \"neutron-constants:direction-ingress\",\r\n                    \"ethertype\": \"neutron-constants:ethertype-v6\",\r\n                    \"remote-group-id\": \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\",\r\n                    \"security-group-id\": \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\",\r\n                    \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\r\n                    \"uuid\": \"b5fb268c-54d1-4f1e-8a6c-cb248fc57278\"\r\n                },\r\n                {\r\n                    \"direction\": \"neutron-constants:direction-egress\",\r\n                    \"ethertype\": \"neutron-constants:ethertype-v4\",\r\n                    \"security-group-id\": \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\",\r\n                    \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\r\n                    \"uuid\": \"e7e07939-8962-4e3c-a056-ddbb83a36d7f\"\r\n                },\r\n                {\r\n                    \"direction\": \"neutron-constants:direction-egress\",\r\n                    \"ethertype\": \"neutron-constants:ethertype-v6\",\r\n                    \"security-group-id\": \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\",\r\n                    \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\r\n                    \"uuid\": \"efd160f9-8383-4d42-ab35-201d898fd87e\"\r\n                }\r\n            ]\r\n        },\r\n        \"subnets\": {\r\n            \"subnet\": [\r\n                {\r\n                    \"allocation-pools\": [\r\n                        {\r\n                            \"end\": \"10.11.12.254\",\r\n                            \"start\": \"10.11.12.2\"\r\n                        }\r\n                    ],\r\n                    \"cidr\": \"10.11.12.0/24\",\r\n                    \"enable-dhcp\": true,\r\n                    \"gateway-ip\": \"10.11.12.1\",\r\n                    \"ip-version\": \"neutron-constants:ip-version-v4\",\r\n                    \"name\": \"vxlansubnet\",\r\n                    \"network-id\": \"adc1b0ba-cb45-4d90-bdbd-50ec29450e7f\",\r\n                    \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\r\n                    \"uuid\": \"4aef69db-e3f8-4830-8979-888e6c461f9a\"\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}"
243                 },
244                 {
245                         "id": "a1e303ba-25c2-f897-9be3-b5552eb7bc1c",
246                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\nCache-Control: no-cache\n",
247                         "url": "http://192.168.255.100:8081/restconf/config/neutron:neutron",
248                         "preRequestScript": "",
249                         "pathVariables": {},
250                         "method": "PUT",
251                         "data": [],
252                         "dataMode": "raw",
253                         "tests": "",
254                         "currentHelper": "normal",
255                         "helperAttributes": {},
256                         "time": 1474358939793,
257                         "name": "neutron data - initial",
258                         "description": "",
259                         "collectionId": "ca7e7994-e248-0de1-1b3c-27607ae374c5",
260                         "rawModeData": "{\n  \"neutron\": {\n    \"networks\": {\n      \"network\": [\n        {\n          \"uuid\": \"e82a3ecf-bda8-4868-936e-494999edc0ba\",\n          \"name\": \"vxlannet\",\n          \"neutron-L3-ext:external\": false,\n          \"neutron-provider-ext:segmentation-id\": \"20\",\n          \"neutron-provider-ext:network-type\": \"neutron-networks:network-type-vxlan\",\n          \"admin-state-up\": true,\n          \"shared\": false,\n          \"status\": \"ACTIVE\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\"\n        },\n        {\n          \"uuid\": \"54b04cd2-9731-4e48-950c-448a2d35630c\",\n          \"name\": \"external\",\n          \"neutron-L3-ext:external\": true,\n          \"neutron-provider-ext:segmentation-id\": \"50\",\n          \"neutron-provider-ext:network-type\": \"neutron-networks:network-type-vxlan\",\n          \"admin-state-up\": true,\n          \"shared\": false,\n          \"status\": \"ACTIVE\",\n          \"tenant-id\": \"85a4aec1-69a7-4b1e-a0ea-e8d89562cf4a\"\n        }\n      ]\n    },\n    \"subnets\": {\n      \"subnet\": [\n        {\n          \"uuid\": \"3d1158f1-540b-4139-81a6-4dbbb3dae1e5\",\n          \"ip-version\": \"neutron-constants:ip-version-v4\",\n          \"gateway-ip\": \"10.11.12.1\",\n          \"name\": \"vxlansubnet\",\n          \"network-id\": \"e82a3ecf-bda8-4868-936e-494999edc0ba\",\n          \"cidr\": \"10.11.12.0/24\",\n          \"enable-dhcp\": true,\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\n          \"allocation-pools\": [\n            {\n              \"start\": \"10.11.12.2\",\n              \"end\": \"10.11.12.254\"\n            }\n          ]\n        }\n      ]\n    },\n    \"security-groups\": {\n      \"security-group\": [\n        {\n          \"uuid\": \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\",\n          \"name\": \"default\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\"\n        }\n      ]\n    },\n    \"security-rules\": {\n      \"security-rule\": [\n        {\n          \"uuid\": \"7d037f8c-e35d-4f34-b2a8-6e6912728498\",\n          \"direction\": \"neutron-constants:direction-ingress\",\n          \"security-group-id\": \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\",\n          \"ethertype\": \"neutron-constants:ethertype-v4\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\n          \"remote-group-id\": \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\"\n        },\n        {\n          \"uuid\": \"b5fb268c-54d1-4f1e-8a6c-cb248fc57278\",\n          \"direction\": \"neutron-constants:direction-ingress\",\n          \"security-group-id\": \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\",\n          \"ethertype\": \"neutron-constants:ethertype-v6\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\n          \"remote-group-id\": \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\"\n        },\n        {\n          \"uuid\": \"e7e07939-8962-4e3c-a056-ddbb83a36d7f\",\n          \"direction\": \"neutron-constants:direction-egress\",\n          \"security-group-id\": \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\",\n          \"ethertype\": \"neutron-constants:ethertype-v4\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\"\n        },\n        {\n          \"uuid\": \"efd160f9-8383-4d42-ab35-201d898fd87e\",\n          \"direction\": \"neutron-constants:direction-egress\",\n          \"security-group-id\": \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\",\n          \"ethertype\": \"neutron-constants:ethertype-v6\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\"\n        }\n      ]\n    },\n    \"ports\": {\n      \"port\": [\n        {\n          \"uuid\": \"6a616da7-d1ba-45c1-80bd-ca5e3fa0edfc\",\n          \"device-owner\": \"network:router_interface\",\n          \"admin-state-up\": true,\n          \"name\": \"\",\n          \"fixed-ips\": [\n            {\n              \"subnet-id\": \"3d1158f1-540b-4139-81a6-4dbbb3dae1e5\",\n              \"ip-address\": \"10.11.12.1\"\n            }\n          ],\n          \"network-id\": \"e82a3ecf-bda8-4868-936e-494999edc0ba\",\n          \"neutron-binding:vnic-type\": \"normal\",\n          \"neutron-binding:host-id\": \"controller\",\n          \"neutron-binding:vif-details\": [\n            {\n              \"details-key\": \"port_filter\",\n              \"value\": \"true\"\n            }\n          ],\n          \"neutron-binding:vif-type\": \"vhostuser\",\n          \"device-id\": \"3a1fd562-6423-4bbd-89f0-6130ebb96e92\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\n          \"mac-address\": \"fa:16:3e:4c:11:20\",\n          \"security-groups\": [\n            \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\"\n          ],\n          \"neutron-portsecurity:port-security-enabled\": false\n        },\n        {\n          \"uuid\": \"a9607d99-0afa-41cc-8f2f-8d62b6e9bc1c\",\n          \"device-owner\": \"network:dhcp\",\n          \"admin-state-up\": true,\n          \"name\": \"vm-0-1-port\",\n          \"fixed-ips\": [\n            {\n              \"subnet-id\": \"3d1158f1-540b-4139-81a6-4dbbb3dae1e5\",\n              \"ip-address\": \"10.11.12.3\"\n            }\n          ],\n          \"network-id\": \"e82a3ecf-bda8-4868-936e-494999edc0ba\",\n          \"neutron-binding:vnic-type\": \"normal\",\n          \"neutron-binding:host-id\": \"compute0\",\n          \"neutron-binding:vif-details\": [\n            {\n              \"details-key\": \"port_filter\",\n              \"value\": \"true\"\n            }\n          ],\n          \"neutron-binding:vif-type\": \"vhostuser\",\n          \"device-id\": \"6b87c96a-8f3f-451f-a3d7-200b01d80744\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\n          \"mac-address\": \"fa:16:3e:4c:fd:34\",\n          \"security-groups\": [\n            \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\"\n          ],\n          \"neutron-portsecurity:port-security-enabled\": true\n        },\n        {\n          \"uuid\": \"8def6a66-7d70-4459-adc4-b189717441b4\",\n          \"device-owner\": \"network:dhcp\",\n          \"admin-state-up\": true,\n          \"name\": \"vm-0-2-port\",\n          \"fixed-ips\": [\n            {\n              \"subnet-id\": \"3d1158f1-540b-4139-81a6-4dbbb3dae1e5\",\n              \"ip-address\": \"10.11.12.4\"\n            }\n          ],\n          \"network-id\": \"e82a3ecf-bda8-4868-936e-494999edc0ba\",\n          \"neutron-binding:vnic-type\": \"normal\",\n          \"neutron-binding:host-id\": \"compute0\",\n          \"neutron-binding:vif-details\": [\n            {\n              \"details-key\": \"port_filter\",\n              \"value\": \"true\"\n            }\n          ],\n          \"neutron-binding:vif-type\": \"vhostuser\",\n          \"device-id\": \"6e85b372-9269-4f96-8049-f6cccdaf340c\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\n          \"mac-address\": \"fa:16:3e:c7:76:82\",\n          \"security-groups\": [\n            \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\"\n          ],\n          \"neutron-portsecurity:port-security-enabled\": true\n        },\n        {\n          \"uuid\": \"7415f153-2a26-4968-880d-3aba22cf6f9d\",\n          \"device-owner\": \"network:dhcp\",\n          \"admin-state-up\": true,\n          \"name\": \"vm-1-1-port\",\n          \"fixed-ips\": [\n            {\n              \"subnet-id\": \"3d1158f1-540b-4139-81a6-4dbbb3dae1e5\",\n              \"ip-address\": \"10.11.12.5\"\n            }\n          ],\n          \"network-id\": \"e82a3ecf-bda8-4868-936e-494999edc0ba\",\n          \"neutron-binding:vnic-type\": \"normal\",\n          \"neutron-binding:host-id\": \"compute1\",\n          \"neutron-binding:vif-details\": [\n            {\n              \"details-key\": \"port_filter\",\n              \"value\": \"true\"\n            }\n          ],\n          \"neutron-binding:vif-type\": \"vhostuser\",\n          \"device-id\": \"565c0e5f-515a-457b-ae89-857c3f66296a\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\n          \"mac-address\": \"fa:16:3e:6f:d4:3c\",\n          \"security-groups\": [\n            \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\"\n          ],\n          \"neutron-portsecurity:port-security-enabled\": true\n        },\n        {\n          \"uuid\": \"fa943a17-ace1-41a6-80ee-3fa292d2d320\",\n          \"device-owner\": \"network:dhcp\",\n          \"admin-state-up\": true,\n          \"name\": \"vm-1-2-port\",\n          \"fixed-ips\": [\n            {\n              \"subnet-id\": \"3d1158f1-540b-4139-81a6-4dbbb3dae1e5\",\n              \"ip-address\": \"10.11.12.6\"\n            }\n          ],\n          \"network-id\": \"e82a3ecf-bda8-4868-936e-494999edc0ba\",\n          \"neutron-binding:vnic-type\": \"normal\",\n          \"neutron-binding:host-id\": \"compute1\",\n          \"neutron-binding:vif-details\": [\n            {\n              \"details-key\": \"port_filter\",\n              \"value\": \"true\"\n            }\n          ],\n          \"neutron-binding:vif-type\": \"vhostuser\",\n          \"device-id\": \"945b82f4-07a9-4442-aa64-d3cc34cfb64d\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\n          \"mac-address\": \"fa:16:3e:ec:3a:40\",\n          \"security-groups\": [\n            \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\"\n          ],\n          \"neutron-portsecurity:port-security-enabled\": true\n        },\n        {\n          \"uuid\": \"c6076003-2b5c-4487-9db6-f2667a2c276e\",\n          \"device-owner\": \"network:dhcp\",\n          \"admin-state-up\": true,\n          \"name\": \"\",\n          \"fixed-ips\": [\n            {\n              \"subnet-id\": \"3d1158f1-540b-4139-81a6-4dbbb3dae1e5\",\n              \"ip-address\": \"10.11.12.2\"\n            }\n          ],\n          \"network-id\": \"e82a3ecf-bda8-4868-936e-494999edc0ba\",\n          \"neutron-binding:vnic-type\": \"normal\",\n          \"neutron-binding:host-id\": \"controller\",\n          \"neutron-binding:vif-details\": [\n            {\n              \"details-key\": \"port_filter\",\n              \"value\": \"true\"\n            }\n          ],\n          \"neutron-binding:vif-type\": \"vhostuser\",\n          \"device-id\": \"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e82a3ecf-bda8-4868-936e-494999edc0ba\",\n          \"tenant-id\": \"92070479-5900-498b-84e3-893a04f55709\",\n          \"mac-address\": \"fa:16:3e:bc:6b:e2\",\n          \"security-groups\": [\n            \"0fbd740b-aa18-4bbf-95b6-cca9f3f14107\"\n          ],\n          \"neutron-portsecurity:port-security-enabled\": false\n        }\n      ]\n    }\n  }\n}"
261                 },
262                 {
263                         "id": "a6008cfe-8f36-6a43-9464-87f55538768f",
264                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/yang.data+json\nCache-Control: no-cache\n",
265                         "url": "http://192.168.255.100:8181/restconf/operational/base-endpoint:endpoints",
266                         "preRequestScript": "",
267                         "pathVariables": {},
268                         "method": "GET",
269                         "data": [],
270                         "dataMode": "raw",
271                         "tests": "",
272                         "currentHelper": "normal",
273                         "helperAttributes": {},
274                         "time": 1472628913643,
275                         "name": "endpoints operational",
276                         "description": "",
277                         "collectionId": "ca7e7994-e248-0de1-1b3c-27607ae374c5",
278                         "folder": "66e85953-eba2-e686-1c05-181c21f139aa",
279                         "rawModeData": "{\n    \"network-elements\":\n    {\n        \"network-element\": [\n            {\n                \"iid\": \"/opendaylight-inventory:nodes/opendaylight-inventory:node[opendaylight-inventory:id='openflow:1']\";\n                \"interface\": [\n                    {\n                        \"iid\": \"/opendaylight-inventory:nodes/opendaylight-inventory:node[opendaylight-inventory:id='openflow:1']/opendaylight-inventory:node-connector[opendaylight-inventory:id='openflow:1:3']\";\n                        \"endpoint-network\": [\n                            {\n                                \"l3-context\": \"l3-context-vrf-red\",\n                                \"ip-prefix\": \"10.0.35.70/24\"\n                            }\n                        ]\n                    }\n                ]\n            }\n        ]\n    }\n}"
280                 },
281                 {
282                         "id": "c8bff5bf-6435-5cac-7242-52b6be1a6b2f",
283                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\n",
284                         "url": "http://192.168.255.100:8081/restconf/config/renderer:renderers/renderer/vpp-renderer",
285                         "preRequestScript": null,
286                         "pathVariables": {},
287                         "method": "GET",
288                         "data": [],
289                         "dataMode": "params",
290                         "tests": null,
291                         "currentHelper": "normal",
292                         "helperAttributes": {},
293                         "time": 1473431491089,
294                         "name": "VPP renderer config",
295                         "description": "",
296                         "collectionId": "ca7e7994-e248-0de1-1b3c-27607ae374c5",
297                         "folder": "66e85953-eba2-e686-1c05-181c21f139aa"
298                 },
299                 {
300                         "id": "d0c7ad28-aaac-2585-37c4-8ad1fb96b300",
301                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/yang.data+json\nCache-Control: no-cache\n",
302                         "url": "http://192.168.255.100:8181/restconf/operational/resolved-policy:resolved-policies ",
303                         "preRequestScript": "",
304                         "pathVariables": {},
305                         "method": "GET",
306                         "data": [],
307                         "dataMode": "params",
308                         "tests": "",
309                         "currentHelper": "normal",
310                         "helperAttributes": {},
311                         "time": 1472628929342,
312                         "name": "resolved-policies operational",
313                         "description": "",
314                         "collectionId": "ca7e7994-e248-0de1-1b3c-27607ae374c5",
315                         "folder": "66e85953-eba2-e686-1c05-181c21f139aa"
316                 },
317                 {
318                         "id": "d43e3c11-32e3-b533-cf1e-935194987fb5",
319                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n",
320                         "url": "http://192.168.255.100:8181/restconf/config/vpp-renderer:config",
321                         "preRequestScript": null,
322                         "pathVariables": {},
323                         "method": "GET",
324                         "data": [],
325                         "dataMode": "raw",
326                         "tests": null,
327                         "currentHelper": "normal",
328                         "helperAttributes": {},
329                         "time": 1472628092435,
330                         "name": "VPP endpoints",
331                         "description": "",
332                         "collectionId": "ca7e7994-e248-0de1-1b3c-27607ae374c5",
333                         "folder": "66e85953-eba2-e686-1c05-181c21f139aa",
334                         "rawModeData": "{\n    \"config\": {\n        \"vpp-endpoint\": [\n            {\n                \"context-type\": \"l2-l3-forwarding:l2-bridge-domain\",\n                \"context-id\": \"e86740a2-042c-4e64-a43b-cc224e0d5240\",\n                \"address-type\": \"l2-l3-forwarding:mac-address-type\",\n                \"address\": \"fa:16:3e:4a:9f:c4\",\n                \"vpp-node-path\": \"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='topology-netconf']/network-topology:node[network-topology:node-id='dut1']\",\n                \"vpp-interface-name\": \"neutron_port_3d5dff96-25f5-4d4b-aa11-dc03f7f8d8e8\",\n                \"physical-address\": \"fa:16:3e:4a:9f:c4\",\n                \"name\": \"tap3d5dff96-25\",\n                \"description\": \"neutron port\"\n            },\n            {\n                \"context-type\": \"l2-l3-forwarding:l2-bridge-domain\",\n                \"context-id\": \"e86740a2-042c-4e64-a43b-cc224e0d5240\",\n                \"address-type\": \"l2-l3-forwarding:mac-address-type\",\n                \"address\": \"fb:17:3f:4b:90:c5\",\n                \"vpp-node-path\": \"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='topology-netconf']/network-topology:node[network-topology:node-id='dut2']\",\n                \"vpp-interface-name\": \"neutron_port_dc03f7f8-25f5-4d4b-aa11-3d5dff96d8e8\",\n                \"physical-address\": \"fb:17:3f:4b:90:c5\",\n                \"name\": \"tapdc03f7f8-25\",\n                \"description\": \"neutron port\"\n            }\n        ]\n    }\n}"
335                 },
336                 {
337                         "id": "f3e707bc-2e56-0c63-401a-af6d8cc89232",
338                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\n",
339                         "url": "http://192.168.255.100:8181/restconf/config/network-topology:network-topology/topology/36e1c19e-e2f5-4c83-a5af-125cb2af0419",
340                         "preRequestScript": null,
341                         "pathVariables": {},
342                         "method": "GET",
343                         "data": null,
344                         "dataMode": "params",
345                         "tests": null,
346                         "currentHelper": "normal",
347                         "helperAttributes": {},
348                         "time": 1472628264787,
349                         "name": "read BD config",
350                         "description": "",
351                         "collectionId": "ca7e7994-e248-0de1-1b3c-27607ae374c5",
352                         "folder": "66e85953-eba2-e686-1c05-181c21f139aa"
353                 },
354                 {
355                         "id": "f48fb80a-f113-04ae-5e97-b1110f31aec0",
356                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/yang.data+json\nCache-Control: no-cache\n",
357                         "url": "http://192.168.255.100:8181/restconf/operational/base-endpoint:endpoint-locations",
358                         "preRequestScript": "",
359                         "pathVariables": {},
360                         "method": "GET",
361                         "data": [],
362                         "dataMode": "raw",
363                         "tests": "",
364                         "currentHelper": "normal",
365                         "helperAttributes": {},
366                         "time": 1472628503852,
367                         "name": "endpoint-locations operational",
368                         "description": "",
369                         "collectionId": "ca7e7994-e248-0de1-1b3c-27607ae374c5",
370                         "folder": "66e85953-eba2-e686-1c05-181c21f139aa",
371                         "rawModeData": "{\n    \"network-elements\":\n    {\n        \"network-element\": [\n            {\n                \"iid\": \"/opendaylight-inventory:nodes/opendaylight-inventory:node[opendaylight-inventory:id='openflow:1']\";\n                \"interface\": [\n                    {\n                        \"iid\": \"/opendaylight-inventory:nodes/opendaylight-inventory:node[opendaylight-inventory:id='openflow:1']/opendaylight-inventory:node-connector[opendaylight-inventory:id='openflow:1:3']\";\n                        \"endpoint-network\": [\n                            {\n                                \"l3-context\": \"l3-context-vrf-red\",\n                                \"ip-prefix\": \"10.0.35.70/24\"\n                            }\n                        ]\n                    }\n                ]\n            }\n        ]\n    }\n}"
372                 },
373                 {
374                         "id": "f53c4509-ecec-e7b4-8d93-98494f84d5bc",
375                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\n",
376                         "url": "http://192.168.255.100:8181/restconf/config/network-topology:network-topology/topology/topology-netconf",
377                         "preRequestScript": null,
378                         "pathVariables": {},
379                         "method": "GET",
380                         "data": null,
381                         "dataMode": "params",
382                         "tests": null,
383                         "currentHelper": "normal",
384                         "helperAttributes": {},
385                         "time": 1472628316067,
386                         "name": "Get network-topology",
387                         "description": "",
388                         "collectionId": "ca7e7994-e248-0de1-1b3c-27607ae374c5",
389                         "folder": "66e85953-eba2-e686-1c05-181c21f139aa"
390                 }
391         ]
392 }