Skip to content

Instantly share code, notes, and snippets.

@serngawy
Created June 17, 2015 14:00
Show Gist options
  • Save serngawy/a94ffd92e39d891fc654 to your computer and use it in GitHub Desktop.
Save serngawy/a94ffd92e39d891fc654 to your computer and use it in GitHub Desktop.
ovsdb_netvirt.postman_collection
{
"id": "96d96562-859c-2cec-fa2a-06672f15fac9",
"name": "neutron",
"description": "",
"order": [
"4d574001-dbb5-f761-0e1f-cf61a590bced",
"de9b3a92-53fa-8189-35f8-24338ec3b3bf",
"7986e4fd-b424-7e77-12b1-90d998626df5",
"4ab05df5-71d2-6e15-2a56-d33d7ddb3037",
"e862affe-5312-ce27-559c-a9bf419fdb05",
"38bd4786-6f30-fa4d-b9ac-14c4b74dd6cc",
"20ff1bba-cf00-f9a0-3bb2-97293a0ad5e2",
"991a2046-2c33-f8cb-7562-808e314fed50",
"64794985-10ca-8706-ad32-3ca142d4bfc6",
"5a5eb981-144a-26d5-f31b-e2482dd1140f",
"a700dbf3-225b-e19d-e8e9-082f9e462854",
"201b4bd8-afa5-abc3-501c-4349f568f532",
"e217afd8-dd03-f9aa-ffd9-89ed5839a470",
"9eecdf5d-93ae-4637-5e43-e61b5b88c3be",
"4bb24d28-2c03-d084-bcd3-0e0724f5e322",
"173a0f7d-dc1a-b36e-69d1-cf2be3960772",
"8201659e-01a8-c225-8a5a-44152516062f"
],
"folders": [],
"timestamp": 1434381917917,
"owner": 0,
"remoteLink": "",
"public": false,
"createdAt": 1434381917917,
"updatedAt": 1434381917917,
"synced": false,
"requests": [
{
"id": "173a0f7d-dc1a-b36e-69d1-cf2be3960772",
"headers": "Content-Type: application/json\nAccept: application/json\n",
"url": "http://localhost:8181/controller/nb/v2/neutron/networks/",
"preRequestScript": "",
"pathVariables": {},
"method": "GET",
"data": [],
"dataMode": "params",
"version": 2,
"tests": "",
"currentHelper": "basicAuth",
"helperAttributes": {
"username": "admin",
"password": "admin"
},
"time": 1434485393500,
"name": "Get Networks",
"description": "",
"collectionId": "96d96562-859c-2cec-fa2a-06672f15fac9",
"responses": [],
"synced": false
},
{
"id": "201b4bd8-afa5-abc3-501c-4349f568f532",
"headers": "Content-Type: application/json\nAccept: application/json\nAuthorization: Basic YWRtaW46YWRtaW4=\n",
"url": "http://127.0.0.1:8181/controller/nb/v2/neutron/ports",
"preRequestScript": "",
"pathVariables": {},
"method": "POST",
"data": [],
"dataMode": "raw",
"version": 2,
"tests": "",
"currentHelper": "basicAuth",
"helperAttributes": {
"username": "admin",
"password": "admin"
},
"time": 1434483732942,
"name": "Create Port VM",
"description": "",
"collectionId": "96d96562-859c-2cec-fa2a-06672f15fac9",
"responses": [],
"synced": false,
"rawModeData": "{\n \"port\": {\n \"binding:host_id\": \"{BIND_HOST_ID}\",\n \"allowed_address_pairs\": [],\n \"device_owner\": \"compute:None\",\n \"port_security_enabled\": true,\n \"binding:profile\": {},\n \"fixed_ips\": [\n {\n \"subnet_id\": \"6c496958-a787-4d8c-9465-f4c4176652e8\",\n \"ip_address\": \"10.1.0.3\"\n }\n ],\n \"id\": \"341ceaca-24bf-4017-9b08-c3180e86fd24\",\n \"security_groups\": [\n {\n \"tenant_id\": \"cde2563ead464ffa97963c59e002c0cf\",\n \"description\": \"Default security group\",\n \"id\": \"{secGroupId}\",\n \"security_group_rules\": [\n {\n \"remote_group_id\": null,\n \"direction\": \"egress\",\n \"remote_ip_prefix\": null,\n \"protocol\": null,\n \"ethertype\": \"IPv4\",\n \"tenant_id\": \"cde2563ead464ffa97963c59e002c0cf\",\n \"port_range_max\": null,\n \"port_range_min\": null,\n \"id\": \"3f260b84-637a-4edc-8ba6-a5ff36b2ae79\",\n \"security_group_id\": \"{secGroupId}\"\n },\n {\n \"remote_group_id\": null,\n \"direction\": \"egress\",\n \"remote_ip_prefix\": null,\n \"protocol\": null,\n \"ethertype\": \"IPv6\",\n \"tenant_id\": \"cde2563ead464ffa97963c59e002c0cf\",\n \"port_range_max\": null,\n \"port_range_min\": null,\n \"id\": \"9c3a324a-822d-4a60-b4d9-bc9fc8a890e9\",\n \"security_group_id\": \"{secGroupId}\"\n },\n {\n \"remote_group_id\": \"{secGroupId}\",\n \"direction\": \"ingress\",\n \"remote_ip_prefix\": null,\n \"protocol\": null,\n \"ethertype\": \"IPv6\",\n \"tenant_id\": \"cde2563ead464ffa97963c59e002c0cf\",\n \"port_range_max\": null,\n \"port_range_min\": null,\n \"id\": \"a3dc2551-2939-4a0b-8113-bcbce704c0fd\",\n \"security_group_id\": \"{secGroupId}\"\n },\n {\n \"remote_group_id\": \"{secGroupId}\",\n \"direction\": \"ingress\",\n \"remote_ip_prefix\": null,\n \"protocol\": null,\n \"ethertype\": \"IPv4\",\n \"tenant_id\": \"cde2563ead464ffa97963c59e002c0cf\",\n \"port_range_max\": null,\n \"port_range_min\": null,\n \"id\": \"efa8f393-1494-4370-87c2-693f1c109190\",\n \"security_group_id\": \"970d6a6d-bebf-43a3-85cc-a860fc994333\"\n }\n ],\n \"name\": \"default\"\n }\n ],\n \"device_id\": \"20e500c3-41e1-4be0-b854-55c710a1cfb2\",\n \"name\": \"\",\n \"admin_state_up\": true,\n \"network_id\": \"12809f83-ccdf-422c-a20a-4ddae0712655\",\n \"tenant_id\": \"cde2563ead464ffa97963c59e002c0cf\",\n \"binding:vif_details\": {},\n \"binding:vnic_type\": \"normal\",\n \"binding:vif_type\": \"unbound\",\n \"mac_address\": \"FA:16:3E:8E:B8:05\"\n }\n}"
},
{
"id": "20ff1bba-cf00-f9a0-3bb2-97293a0ad5e2",
"headers": "Content-Type: application/json\nAccept: application/json\nAuthorization: Basic YWRtaW46YWRtaW4=\n",
"url": "http://localhost:8181/controller/nb/v2/neutron/subnets",
"preRequestScript": "",
"pathVariables": {},
"method": "POST",
"data": [],
"dataMode": "raw",
"version": 2,
"tests": "",
"currentHelper": "basicAuth",
"helperAttributes": {
"username": "admin",
"password": "admin"
},
"time": 1434483015733,
"name": "Create Tenant Internal Subnet",
"description": "",
"collectionId": "96d96562-859c-2cec-fa2a-06672f15fac9",
"responses": [],
"synced": false,
"rawModeData": "{\n \"subnet\": {\n \"name\": \"subnet1\",\n \"enable_dhcp\": true,\n \"network_id\": \"12809f83-ccdf-422c-a20a-4ddae0712655\",\n \"tenant_id\": \"cde2563ead464ffa97963c59e002c0cf\",\n \"dns_nameservers\": [\n \"192.168.111.254\"\n ],\n \"gateway_ip\": \"10.1.0.1\",\n \"ipv6_ra_mode\": null,\n \"allocation_pools\": [\n {\n \"start\": \"10.1.0.2\",\n \"end\": \"10.1.0.254\"\n }\n ],\n \"host_routes\": [],\n \"shared\": false,\n \"ip_version\": 4,\n \"ipv6_address_mode\": null,\n \"cidr\": \"10.1.0.0/24\",\n \"id\": \"subnetId\",\n \"subnetpool_id\": null\n }\n}"
},
{
"id": "38bd4786-6f30-fa4d-b9ac-14c4b74dd6cc",
"headers": "Content-Type: application/json\nAccept: application/json\n",
"url": "http://localhost:8181/controller/nb/v2/neutron/networks/",
"preRequestScript": "",
"pathVariables": {},
"method": "POST",
"data": [],
"dataMode": "raw",
"version": 2,
"tests": "",
"currentHelper": "basicAuth",
"helperAttributes": {
"username": "admin",
"password": "admin"
},
"time": 1434482957808,
"name": "Create Tenant Internal Net",
"description": "",
"collectionId": "96d96562-859c-2cec-fa2a-06672f15fac9",
"responses": [],
"synced": false,
"rawModeData": "{\n \"network\": {\n \"name\": \"net1\",\n \"provider:physical_network\": null,\n \"router:external\": false,\n \"tenant_id\": \"cde2563ead464ffa97963c59e002c0cf\",\n \"admin_state_up\": true,\n \"provider:network_type\": \"vxlan\",\n \"shared\": false,\n \"port_security_enabled\": true,\n \"id\": \"12809f83-ccdf-422c-a20a-4ddae0712655\",\n \"provider:segmentation_id\": 1062\n }\n}"
},
{
"id": "4ab05df5-71d2-6e15-2a56-d33d7ddb3037",
"headers": "Content-Type: application/json\nAccept: application/json\n",
"url": "http://127.0.0.1:8181/controller/nb/v2/neutron/ports",
"preRequestScript": "",
"pathVariables": {},
"method": "POST",
"data": [],
"dataMode": "raw",
"version": 2,
"tests": "",
"currentHelper": "basicAuth",
"helperAttributes": {
"username": "admin",
"password": "admin"
},
"time": 1434482894681,
"name": "Set Router Gateway",
"description": "",
"collectionId": "96d96562-859c-2cec-fa2a-06672f15fac9",
"responses": [],
"synced": false,
"rawModeData": "{\n \"port\": {\n \"binding:host_id\": \"\",\n \"allowed_address_pairs\": [],\n \"device_owner\": \"network:router_gateway\",\n \"port_security_enabled\": false, \n \"binding:profile\": {},\n \"fixed_ips\": [\n {\n \"subnet_id\": \"00289199-e288-464a-ab2f-837ca67101a7\",\n \"ip_address\": \"192.168.111.21\"\n }\n ], \n \"id\": \"8ddd29db-f417-4917-979f-b01d4b1c3e0d\",\n \"security_groups\": [],\n \"device_id\": \"e09818e7-a05a-4963-9927-fc1dc6f1e844\",\n \"name\": \"\",\n \"admin_state_up\": true,\n \"network_id\": \"12809f83-ccdf-422c-a20a-4ddae0712655\",\n \"tenant_id\": \"\",\n \"binding:vif_details\": {},\n \"binding:vnic_type\": \"normal\",\n \"binding:vif_type\": \"unbound\",\n \"mac_address\": \"FA:16:3E:7E:A0:D8\"\n }\n}"
},
{
"id": "4bb24d28-2c03-d084-bcd3-0e0724f5e322",
"headers": "Content-Type: application/json\nAccept: application/json\n",
"url": "http://127.0.0.1:8181/controller/nb/v2/neutron/floatingips",
"preRequestScript": "",
"pathVariables": {},
"method": "POST",
"data": [],
"dataMode": "raw",
"version": 2,
"tests": "",
"currentHelper": "basicAuth",
"helperAttributes": {
"username": "admin",
"password": "admin"
},
"time": 1434484318712,
"name": "Associate the Floating IP with Tenant VM",
"description": "",
"collectionId": "96d96562-859c-2cec-fa2a-06672f15fac9",
"responses": [],
"synced": false,
"rawModeData": "{\n \"floatingip\": {\n \"floating_network_id\": \"7da709ff-397f-4778-a0e8-994811272fdb\",\n \"router_id\": \"e09818e7-a05a-4963-9927-fc1dc6f1e844\",\n \"fixed_ip_address\": \"10.1.0.3\", \n \"floating_ip_address\": \"192.168.111.22\",\n \"tenant_id\": \"cde2563ead464ffa97963c59e002c0cf\",\n \"status\": \"ACTIVE\",\n \"port_id\": \"341ceaca-24bf-4017-9b08-c3180e86fd24\",\n \"id\": \"f013bef4-9468-494d-9417-c9d9e4abb97c\"\n }\n}"
},
{
"id": "4d574001-dbb5-f761-0e1f-cf61a590bced",
"headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\nAccept: application/json\n",
"url": "http://localhost:8181/controller/nb/v2/neutron/networks",
"preRequestScript": "",
"pathVariables": {},
"method": "POST",
"data": [],
"dataMode": "raw",
"version": 2,
"tests": "",
"currentHelper": "basicAuth",
"helperAttributes": {
"username": "admin",
"password": "admin"
},
"time": 1434480769927,
"name": "create external network",
"description": "",
"collectionId": "96d96562-859c-2cec-fa2a-06672f15fac9",
"responses": [],
"synced": false,
"rawModeData": "{\n \"network\": [\n {\n \"provider:physical_network\": \"physnetext1\", \n \"port_security_enabled\": true, \n \"provider:network_type\": \"flat\", \n \"id\": \"12809f83-ccdf-422c-a20a-4ddae0712655\",\n \"provider:segmentation_id\": null, \n \"router:external\": true, \n \"name\": \"ext1\", \n \"admin_state_up\": true,\n \"tenant_id\": \"cde2563ead464ffa97963c59e002c0cf\", \n \"shared\": false\n }\n ]\n}"
},
{
"id": "5a5eb981-144a-26d5-f31b-e2482dd1140f",
"headers": "Content-Type: application/json\nAccept: application/json\n",
"url": "http://127.0.0.1:8181/controller/nb/v2/neutron/ports",
"preRequestScript": "",
"pathVariables": {},
"method": "POST",
"data": [],
"dataMode": "raw",
"version": 2,
"tests": "",
"currentHelper": "basicAuth",
"helperAttributes": {
"username": "admin",
"password": "admin"
},
"time": 1434483504767,
"name": "Create Router Interface on Tenant Internal Subnet",
"description": "",
"collectionId": "96d96562-859c-2cec-fa2a-06672f15fac9",
"responses": [],
"synced": false,
"rawModeData": "{\n \"port\": {\n \"binding:host_id\": \"\",\n \"allowed_address_pairs\": [],\n \"device_owner\": \"network:router_interface\",\n \"port_security_enabled\": false,\n \"binding:profile\": {},\n \"fixed_ips\": [\n {\n \"subnet_id\": \"6c496958-a787-4d8c-9465-f4c4176652e8\",\n \"ip_address\": \"10.1.0.1\"\n }\n ],\n \"id\": \"9cc1af22-108f-40bb-b938-f1da292236bf\",\n \"security_groups\": [],\n \"device_id\": \"e09818e7-a05a-4963-9927-fc1dc6f1e844\",\n \"name\": \"\",\n \"admin_state_up\": true,\n \"network_id\": \"12809f83-ccdf-422c-a20a-4ddae0712655\",\n \"tenant_id\": \"cde2563ead464ffa97963c59e002c0cf\",\n \"binding:vif_details\": {},\n \"binding:vnic_type\": \"normal\",\n \"binding:vif_type\": \"unbound\",\n \"mac_address\": \"FA:16:3E:C0:BD:8B\"\n }\n}"
},
{
"id": "64794985-10ca-8706-ad32-3ca142d4bfc6",
"headers": "Content-Type: application/json\nAccept: application/json\nAuthorization: Basic YWRtaW46YWRtaW4=\n",
"url": "http://localhost:8181/controller/nb/v2/neutron/ports/79adcba5-19e0-489c-9505-cc70f9eba2a1",
"preRequestScript": "",
"pathVariables": {},
"method": "PUT",
"data": [],
"dataMode": "raw",
"version": 2,
"tests": "",
"currentHelper": "basicAuth",
"helperAttributes": {
"username": "admin",
"password": "admin"
},
"time": 1434487063471,
"name": "Update Port DHCP",
"description": "",
"collectionId": "96d96562-859c-2cec-fa2a-06672f15fac9",
"responses": [],
"synced": false,
"rawModeData": "{\n\"port\": {\n \"binding:host_id\": \"127.0.0.1\",\n \"allowed_address_pairs\": [],\n \"extra_dhcp_opts\": [],\n \"device_owner\": \"network:dhcp\",\n \"binding:profile\": {},\n \"port_security_enabled\": false,\n \"security_groups\": [], \n \"device_id\": \"dhcp58155ae3-f2e7-51ca-9978-71c513ab02ee-12809f83-ccdf-422c-a20a-4ddae0712655\",\n \"name\": \"\",\n \"admin_state_up\": true,\n \"binding:vif_details\": {\n \"port_filter\": true\n },\n \"binding:vnic_type\": \"normal\",\n \"binding:vif_type\": \"ovs\"\n }\n}"
},
{
"id": "7986e4fd-b424-7e77-12b1-90d998626df5",
"headers": "Content-Type: application/json\nAccept: application/json\n",
"url": "http://127.0.0.1:8181/controller/nb/v2/neutron/routers",
"preRequestScript": "",
"pathVariables": {},
"method": "POST",
"data": [],
"dataMode": "raw",
"version": 2,
"tests": "",
"currentHelper": "basicAuth",
"helperAttributes": {
"username": "admin",
"password": "admin"
},
"time": 1434482526448,
"name": "Create Tenant Router",
"description": "",
"collectionId": "96d96562-859c-2cec-fa2a-06672f15fac9",
"responses": [],
"synced": false,
"rawModeData": "{\n \"port\": {\n \"binding:host_id\": \"\",\n \"allowed_address_pairs\": [],\n \"device_owner\": \"network:router_gateway\",\n \"port_security_enabled\": false, \n \"binding:profile\": {},\n \"fixed_ips\": [\n {\n \"subnet_id\": \"00289199-e288-464a-ab2f-837ca67101a7\",\n \"ip_address\": \"192.168.111.21\"\n }\n ], \n \"id\": \"8ddd29db-f417-4917-979f-b01d4b1c3e0d\",\n \"security_groups\": [],\n \"device_id\": \"e09818e7-a05a-4963-9927-fc1dc6f1e844\",\n \"name\": \"\",\n \"admin_state_up\": true,\n \"network_id\": \"12809f83-ccdf-422c-a20a-4ddae0712655\",\n \"tenant_id\": \"\",\n \"binding:vif_details\": {},\n \"binding:vnic_type\": \"normal\",\n \"binding:vif_type\": \"unbound\",\n \"mac_address\": \"FA:16:3E:7E:A0:D8\"\n }\n}"
},
{
"id": "8201659e-01a8-c225-8a5a-44152516062f",
"headers": "Content-Type: application/json\nAccept: application/json\n",
"url": "http://localhost:8181/controller/nb/v2/neutron/networks/cde2563ead464ffa97963c59e002c0cf",
"pathVariables": {},
"preRequestScript": "",
"method": "DELETE",
"collectionId": "96d96562-859c-2cec-fa2a-06672f15fac9",
"data": [],
"dataMode": "raw",
"name": "Delete Network",
"description": "",
"descriptionFormat": "html",
"time": 1434548990581,
"version": 2,
"responses": [],
"tests": "",
"currentHelper": "basicAuth",
"helperAttributes": {
"username": "admin",
"password": "admin"
},
"collectionOwner": 0,
"synced": false,
"rawModeData": ""
},
{
"id": "991a2046-2c33-f8cb-7562-808e314fed50",
"headers": "Content-Type: application/json\nAccept: application/json\n",
"url": "http://localhost:8181/controller/nb/v2/neutron/ports",
"preRequestScript": "",
"pathVariables": {},
"method": "POST",
"data": [],
"dataMode": "raw",
"version": 2,
"tests": "",
"currentHelper": "basicAuth",
"helperAttributes": {
"username": "admin",
"password": "admin"
},
"time": 1434483354685,
"name": "Create Port DHCP",
"description": "",
"collectionId": "96d96562-859c-2cec-fa2a-06672f15fac9",
"responses": [],
"synced": false,
"rawModeData": "{\n \"port\": {\n \"binding:host_id\": \"127.0.0.1\", \n \"allowed_address_pairs\": [], \n \"device_owner\": \"network:dhcp\", \n \"port_security_enabled\": false, \n \"binding:profile\": {}, \n \"fixed_ips\": [\n {\n \"subnet_id\": \"6c496958-a787-4d8c-9465-f4c4176652e8\",\n \"ip_address\": \"10.1.0.2\"\n }\n ], \n \"id\": \"79adcba5-19e0-489c-9505-cc70f9eba2a1\",\n \"security_groups\": [], \n \"device_id\": \"dhcp58155ae3-f2e7-51ca-9978-71c513ab02ee-12809f83-ccdf-422c-a20a-4ddae0712655\",\n \"name\": \"\", \n \"admin_state_up\": true, \n \"network_id\": \"12809f83-ccdf-422c-a20a-4ddae0712655\",\n \"tenant_id\": \"cde2563ead464ffa97963c59e002c0cf\",\n \"binding:vif_details\": {}, \n \"binding:vnic_type\": \"normal\", \n \"binding:vif_type\": \"unbound\", \n \"mac_address\": \"FA:16:3E:8F:70:A9\"\n }\n}"
},
{
"id": "9eecdf5d-93ae-4637-5e43-e61b5b88c3be",
"headers": "Content-Type: application/json\nAccept: application/json\nAuthorization: Basic YWRtaW46YWRtaW4=\n",
"url": "http://127.0.0.1:8181/controller/nb/v2/neutron/floatingips",
"preRequestScript": "",
"pathVariables": {},
"method": "POST",
"data": [],
"dataMode": "raw",
"version": 2,
"tests": "",
"currentHelper": "basicAuth",
"helperAttributes": {
"username": "admin",
"password": "admin"
},
"time": 1434484281595,
"name": "Create Floating IP",
"description": "",
"collectionId": "96d96562-859c-2cec-fa2a-06672f15fac9",
"responses": [],
"synced": false,
"rawModeData": "{\n \"floatingip\": {\n \"floating_network_id\": \"7da709ff-397f-4778-a0e8-994811272fdb\",\n \"router_id\": null,\n \"fixed_ip_address\": null,\n \"floating_ip_address\": \"192.168.111.22\",\n \"tenant_id\": \"cde2563ead464ffa97963c59e002c0cf\",\n \"status\": \"ACTIVE\",\n \"port_id\": null,\n \"id\": \"f013bef4-9468-494d-9417-c9d9e4abb97c\"\n }\n}"
},
{
"id": "a700dbf3-225b-e19d-e8e9-082f9e462854",
"headers": "Content-Type: application/json\nAccept: application/json\nAuthorization: Basic YWRtaW46YWRtaW4=\n",
"url": "http://127.0.0.1:8181/controller/nb/v2/neutron/routers/e09818e7-a05a-4963-9927-fc1dc6f1e844/add_router_interface",
"preRequestScript": "",
"pathVariables": {},
"method": "PUT",
"data": [],
"dataMode": "raw",
"version": 2,
"tests": "",
"currentHelper": "basicAuth",
"helperAttributes": {
"username": "admin",
"password": "admin"
},
"time": 1434487394166,
"name": "Update Router Interface on Tenant Internal Subnet",
"description": "",
"collectionId": "96d96562-859c-2cec-fa2a-06672f15fac9",
"responses": [],
"synced": false,
"rawModeData": "{\n \"subnet_id\": \"6c496958-a787-4d8c-9465-f4c4176652e8\",\n \"tenant_id\": \"cde2563ead464ffa97963c59e002c0cf\",\n \"port_id\": \"9cc1af22-108f-40bb-b938-f1da292236bf\",\n \"id\": \"e09818e7-a05a-4963-9927-fc1dc6f1e844\"\n}"
},
{
"id": "de9b3a92-53fa-8189-35f8-24338ec3b3bf",
"headers": "Content-Type: application/json\nAccept: application/json\nAuthorization: Basic YWRtaW46YWRtaW4=\n",
"url": "http://127.0.0.1:8181/controller/nb/v2/neutron/subnets",
"preRequestScript": "",
"pathVariables": {},
"method": "POST",
"data": [],
"dataMode": "raw",
"version": 2,
"tests": "",
"currentHelper": "basicAuth",
"helperAttributes": {
"username": "admin",
"password": "admin"
},
"time": 1434482477303,
"name": "create external subnet",
"description": "",
"collectionId": "96d96562-859c-2cec-fa2a-06672f15fac9",
"responses": [],
"synced": false,
"rawModeData": "{\n \"subnet\": {\n \"name\": \"subext1\", \n \"enable_dhcp\": false, \n \"network_id\": \"12809f83-ccdf-422c-a20a-4ddae0712655\",\n \"tenant_id\": \"cde2563ead464ffa97963c59e002c0cf\",\n \"dns_nameservers\": [], \n \"gateway_ip\": \"192.168.111.254\",\n \"ipv6_ra_mode\": null, \n \"allocation_pools\": [\n {\n \"start\": \"192.168.111.21\",\n \"end\": \"192.168.111.40\"\n }\n ], \n \"host_routes\": [],\n \"shared\": false,\n \"ip_version\": 4,\n \"ipv6_address_mode\": null,\n \"cidr\": \"192.168.111.0/24\",\n \"id\": \"00289199-e288-464a-ab2f-837ca67101a7\",\n \"subnetpool_id\": null\n }\n}"
},
{
"id": "e217afd8-dd03-f9aa-ffd9-89ed5839a470",
"headers": "Content-Type: application/json\nAccept: application/json\n",
"url": "http://127.0.0.1:8181/controller/nb/v2/neutron/ports",
"preRequestScript": "",
"pathVariables": {},
"method": "POST",
"data": [],
"dataMode": "raw",
"version": 2,
"tests": "",
"currentHelper": "basicAuth",
"helperAttributes": {
"username": "admin",
"password": "admin"
},
"time": 1434484187235,
"name": "Create Port Floating IP",
"description": "",
"collectionId": "96d96562-859c-2cec-fa2a-06672f15fac9",
"responses": [],
"synced": false,
"rawModeData": "{\n \"port\": {\n \"binding:host_id\": \"\",\n \"allowed_address_pairs\": [],\n \"device_owner\": \"network:floatingip\",\n \"port_security_enabled\": false,\n \"binding:profile\": {},\n \"fixed_ips\": [\n {\n \"subnet_id\": \"00289199-e288-464a-ab2f-837ca67101a7\",\n \"ip_address\": \"192.168.111.22\"\n }\n ], \n \"id\": \"01671703-695e-4497-8a11-b5da989d2dc3\",\n \"security_groups\": [],\n \"device_id\": \"f013bef4-9468-494d-9417-c9d9e4abb97c\",\n \"name\": \"\",\n \"admin_state_up\": true,\n \"network_id\": \"7da709ff-397f-4778-a0e8-994811272fdb\",\n \"tenant_id\": \"\",\n \"binding:vif_details\": {},\n \"binding:vnic_type\": \"normal\",\n \"binding:vif_type\": \"unbound\",\n \"mac_address\": \"FA:16:3E:3F:37:BB\"\n }\n}"
},
{
"id": "e862affe-5312-ce27-559c-a9bf419fdb05",
"headers": "Content-Type: application/json\nAccept: application\nAuthorization: Basic YWRtaW46YWRtaW4=\n",
"url": "http://localhost:8181/controller/nb/v2/neutron/routers/e09818e7-a05a-4963-9927-fc1dc6f1e844",
"preRequestScript": "",
"pathVariables": {},
"method": "PUT",
"data": [],
"dataMode": "raw",
"version": 2,
"tests": "",
"currentHelper": "basicAuth",
"helperAttributes": {
"username": "admin",
"password": "admin"
},
"time": 1434487343611,
"name": "Update Router Port Gateway",
"description": "",
"collectionId": "96d96562-859c-2cec-fa2a-06672f15fac9",
"responses": [],
"synced": false,
"rawModeData": "{\n \"router\": {\n \"external_gateway_info\": {\n \"network_id\": \"12809f83-ccdf-422c-a20a-4ddae0712655\",\n \"enable_snat\": true, \n \"external_fixed_ips\": [\n {\n \"subnet_id\": \"00289199-e288-464a-ab2f-837ca67101a7\",\n \"ip_address\": \"192.168.111.21\"\n }\n ]\n },\n \"name\": \"rtr1\",\n \"gw_port_id\": \"8ddd29db-f417-4917-979f-b01d4b1c3e0d\",\n \"admin_state_up\": true,\n \"distributed\": false,\n \"routes\": []\n }\n}"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment