Remove extra whitespace from JSON files
Change-Id: Ibdc4f86a20de7810f81a50afe459760e873a0fd9
This commit is contained in:
parent
1397c31240
commit
b759c1b20a
@ -4,8 +4,8 @@
|
||||
{
|
||||
"id": "8bec1293-16bd-4568-ba75-1f58bec0b4c3"
|
||||
},
|
||||
{
|
||||
{
|
||||
"id": "2a39409c-7146-4501-8429-3579e03e9b56"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -2,6 +2,6 @@
|
||||
"itemNotFound" : {
|
||||
"code" : 404,
|
||||
"message" : "Not Found",
|
||||
"details" : "Error Details..."
|
||||
"details" : "Error Details..."
|
||||
}
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
"attachment":
|
||||
{
|
||||
"id": "test_interface_identifier"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"port":
|
||||
{
|
||||
"state": "ACTIVE"
|
||||
}
|
||||
}
|
||||
"port":
|
||||
{
|
||||
"state": "ACTIVE"
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"port":
|
||||
{
|
||||
"id": "98017ddc-efc8-4c25-a915-774b2a633855"
|
||||
}
|
||||
}
|
||||
"port":
|
||||
{
|
||||
"id": "98017ddc-efc8-4c25-a915-774b2a633855"
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"ports": [
|
||||
{
|
||||
"id": "98017ddc-efc8-4c25-a915-774b2a633855",
|
||||
"id": "98017ddc-efc8-4c25-a915-774b2a633855",
|
||||
"state": "ACTIVE"
|
||||
},
|
||||
{
|
||||
@ -9,4 +9,4 @@
|
||||
"state": "ACTIVE"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -5,11 +5,11 @@
|
||||
"id": "v1.0",
|
||||
"links": [
|
||||
{
|
||||
"href": "http://127.0.0.1:9696/v1.0",
|
||||
"href": "http://127.0.0.1:9696/v1.0",
|
||||
"rel": "self"
|
||||
}
|
||||
]
|
||||
},
|
||||
},
|
||||
{
|
||||
"status": "FUTURE",
|
||||
"id": "v1.1",
|
||||
@ -21,4 +21,4 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"network":
|
||||
{
|
||||
"name": "sample_network",
|
||||
"name": "sample_network",
|
||||
"admin_state_up": true
|
||||
}
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
"subnets": ["e12f0c45-46e3-446a-b207-9474b27687a6"],
|
||||
"name": "network_3",
|
||||
"admin_state_up": true,
|
||||
"tenant_id": "ed680f49ff714162ab3612d7876ffce5",
|
||||
"tenant_id": "ed680f49ff714162ab3612d7876ffce5",
|
||||
"id": "afc75773-640e-403c-9fff-62ba98db1f19"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,39 +1,39 @@
|
||||
{
|
||||
"networks": [
|
||||
{
|
||||
"admin_state_up": true,
|
||||
"id": "396f12f8-521e-4b91-8e21-2e003500433a",
|
||||
"name": "net3",
|
||||
"provider:network_type": "vlan",
|
||||
"provider:physical_network": "physnet1",
|
||||
"provider:segmentation_id": 1002,
|
||||
"router:external": false,
|
||||
"shared": false,
|
||||
"status": "ACTIVE",
|
||||
"subnets": [],
|
||||
"admin_state_up": true,
|
||||
"id": "396f12f8-521e-4b91-8e21-2e003500433a",
|
||||
"name": "net3",
|
||||
"provider:network_type": "vlan",
|
||||
"provider:physical_network": "physnet1",
|
||||
"provider:segmentation_id": 1002,
|
||||
"router:external": false,
|
||||
"shared": false,
|
||||
"status": "ACTIVE",
|
||||
"subnets": [],
|
||||
"tenant_id": "20bd52ff3e1b40039c312395b04683cf"
|
||||
},
|
||||
},
|
||||
{
|
||||
"admin_state_up": true,
|
||||
"id": "71c1e68c-171a-4aa2-aca5-50ea153a3718",
|
||||
"name": "net2",
|
||||
"provider:network_type": "vlan",
|
||||
"provider:physical_network": "physnet1",
|
||||
"provider:segmentation_id": 1001,
|
||||
"router:external": false,
|
||||
"shared": false,
|
||||
"status": "ACTIVE",
|
||||
"subnets": [],
|
||||
"admin_state_up": true,
|
||||
"id": "71c1e68c-171a-4aa2-aca5-50ea153a3718",
|
||||
"name": "net2",
|
||||
"provider:network_type": "vlan",
|
||||
"provider:physical_network": "physnet1",
|
||||
"provider:segmentation_id": 1001,
|
||||
"router:external": false,
|
||||
"shared": false,
|
||||
"status": "ACTIVE",
|
||||
"subnets": [],
|
||||
"tenant_id": "20bd52ff3e1b40039c312395b04683cf"
|
||||
}
|
||||
],
|
||||
],
|
||||
"networks_links": [
|
||||
{
|
||||
"href": "http://127.0.0.1:9696/v2.0/networks.json?limit=2&marker=71c1e68c-171a-4aa2-aca5-50ea153a3718",
|
||||
"href": "http://127.0.0.1:9696/v2.0/networks.json?limit=2&marker=71c1e68c-171a-4aa2-aca5-50ea153a3718",
|
||||
"rel": "next"
|
||||
},
|
||||
},
|
||||
{
|
||||
"href": "http://127.0.0.1:9696/v2.0/networks.json?limit=2&marker=396f12f8-521e-4b91-8e21-2e003500433a&page_reverse=True",
|
||||
"href": "http://127.0.0.1:9696/v2.0/networks.json?limit=2&marker=396f12f8-521e-4b91-8e21-2e003500433a&page_reverse=True",
|
||||
"rel": "previous"
|
||||
}
|
||||
]
|
||||
|
@ -1,22 +1,22 @@
|
||||
{
|
||||
"networks": [
|
||||
{
|
||||
"admin_state_up": true,
|
||||
"id": "b3680498-03da-4691-896f-ef9ee1d856a7",
|
||||
"name": "net1",
|
||||
"provider:network_type": "vlan",
|
||||
"provider:physical_network": "physnet1",
|
||||
"provider:segmentation_id": 1000,
|
||||
"router:external": false,
|
||||
"shared": false,
|
||||
"status": "ACTIVE",
|
||||
"subnets": [],
|
||||
"admin_state_up": true,
|
||||
"id": "b3680498-03da-4691-896f-ef9ee1d856a7",
|
||||
"name": "net1",
|
||||
"provider:network_type": "vlan",
|
||||
"provider:physical_network": "physnet1",
|
||||
"provider:segmentation_id": 1000,
|
||||
"router:external": false,
|
||||
"shared": false,
|
||||
"status": "ACTIVE",
|
||||
"subnets": [],
|
||||
"tenant_id": "c05140b3dc7c4555afff9fab6b58edc2"
|
||||
}
|
||||
],
|
||||
],
|
||||
"networks_links": [
|
||||
{
|
||||
"href": "http://127.0.0.1:9696/v2.0/networks.json?limit=2&marker=b3680498-03da-4691-896f-ef9ee1d856a7&page_reverse=True",
|
||||
"href": "http://127.0.0.1:9696/v2.0/networks.json?limit=2&marker=b3680498-03da-4691-896f-ef9ee1d856a7&page_reverse=True",
|
||||
"rel": "previous"
|
||||
}
|
||||
]
|
||||
|
@ -2,13 +2,13 @@
|
||||
"networks": [
|
||||
{
|
||||
"status": "ACTIVE",
|
||||
"subnets": [],
|
||||
"subnets": [],
|
||||
"name": "network_1",
|
||||
"admin_state_up": true,
|
||||
"tenant_id": "c1210485b2424d48804aad5d39c61b8f",
|
||||
"tenant_id": "c1210485b2424d48804aad5d39c61b8f",
|
||||
"id": "3a06dfc7-d239-4aad-9a57-21cd171c72e5",
|
||||
"shared": false
|
||||
},
|
||||
},
|
||||
{
|
||||
"status": "ACTIVE",
|
||||
"subnets": [],
|
||||
@ -17,7 +17,7 @@
|
||||
"tenant_id": "c1210485b2424d48804aad5d39c61b8f",
|
||||
"id": "7db8c5a4-6eb0-478d-856b-7cfda2b25e13",
|
||||
"shared": false
|
||||
},
|
||||
},
|
||||
{
|
||||
"status": "ACTIVE",
|
||||
"subnets": ["e12f0c45-46e3-446a-b207-9474b27687a6"],
|
||||
@ -28,4 +28,4 @@
|
||||
"shared": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"network":
|
||||
"network":
|
||||
{
|
||||
"name": "net-name",
|
||||
"name": "net-name",
|
||||
"admin_state_up": true
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"network":
|
||||
"network":
|
||||
{
|
||||
"status": "ACTIVE",
|
||||
"subnets": [],
|
||||
@ -8,4 +8,4 @@
|
||||
"tenant_id": "388a70781bae4ca895f17b7f6293eb70",
|
||||
"shared": false, "id": "2a4017ef-31ff-496a-9294-e96ecc3bc9c9"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2,6 +2,6 @@
|
||||
"itemNotFound" : {
|
||||
"code" : 404,
|
||||
"message" : "Not Found",
|
||||
"details" : "Error Details..."
|
||||
"details" : "Error Details..."
|
||||
}
|
||||
}
|
||||
|
@ -1,13 +1,13 @@
|
||||
{
|
||||
"port":
|
||||
"port":
|
||||
{
|
||||
"network_id": "87733bcc-8144-41b1-bb6b-d011d7a5168e",
|
||||
"network_id": "87733bcc-8144-41b1-bb6b-d011d7a5168e",
|
||||
"extra_dhcp_opts": [
|
||||
{"opt_value": "pxelinux.0", "opt_name": "bootfile-name"},
|
||||
{"opt_value": "123.123.123.123", "opt_name": "tftp-server"},
|
||||
{"opt_value": "pxelinux.0", "opt_name": "bootfile-name"},
|
||||
{"opt_value": "123.123.123.123", "opt_name": "tftp-server"},
|
||||
{"opt_value": "123.123.123.45", "opt_name": "server-ip-address"}
|
||||
],
|
||||
"fixed_ips": [{"subnet_id": "99a8aea3-b9da-409d-a5e5-f45338ceb4d3", "ip_address": "172.24.4.230"}],
|
||||
],
|
||||
"fixed_ips": [{"subnet_id": "99a8aea3-b9da-409d-a5e5-f45338ceb4d3", "ip_address": "172.24.4.230"}],
|
||||
"admin_state_up": true
|
||||
}
|
||||
}
|
||||
|
@ -1,25 +1,25 @@
|
||||
{
|
||||
"port":
|
||||
"port":
|
||||
{
|
||||
"status": "DOWN",
|
||||
"binding:host_id": null,
|
||||
"name": "",
|
||||
"allowed_address_pairs": [],
|
||||
"admin_state_up": true,
|
||||
"network_id": "87733bcc-8144-41b1-bb6b-d011d7a5168e",
|
||||
"tenant_id": "7ea98790cd854fb5a82ef3d41e5c156b",
|
||||
"status": "DOWN",
|
||||
"binding:host_id": null,
|
||||
"name": "",
|
||||
"allowed_address_pairs": [],
|
||||
"admin_state_up": true,
|
||||
"network_id": "87733bcc-8144-41b1-bb6b-d011d7a5168e",
|
||||
"tenant_id": "7ea98790cd854fb5a82ef3d41e5c156b",
|
||||
"extra_dhcp_opts": [
|
||||
{"opt_value": "123.123.123.123", "opt_name": "tftp-server"},
|
||||
{"opt_value": "pxelinux.0", "opt_name": "bootfile-name"},
|
||||
{"opt_value": "123.123.123.123", "opt_name": "tftp-server"},
|
||||
{"opt_value": "pxelinux.0", "opt_name": "bootfile-name"},
|
||||
{"opt_value": "123.123.123.45", "opt_name": "server-ip-address"}
|
||||
],
|
||||
"binding:vif_type": "ovs",
|
||||
"device_owner": "",
|
||||
"binding:capabilities": {"port_filter": true},
|
||||
"mac_address": "fa:16:3e:43:3c:b7",
|
||||
"fixed_ips": [{"subnet_id": "99a8aea3-b9da-409d-a5e5-f45338ceb4d3", "ip_address": "172.24.4.230"}],
|
||||
"id": "055d27c0-0194-4782-be45-275ff2c95c61",
|
||||
"security_groups": ["9bf6f19a-ba4a-470f-b8ce-28c9ad66556c"],
|
||||
],
|
||||
"binding:vif_type": "ovs",
|
||||
"device_owner": "",
|
||||
"binding:capabilities": {"port_filter": true},
|
||||
"mac_address": "fa:16:3e:43:3c:b7",
|
||||
"fixed_ips": [{"subnet_id": "99a8aea3-b9da-409d-a5e5-f45338ceb4d3", "ip_address": "172.24.4.230"}],
|
||||
"id": "055d27c0-0194-4782-be45-275ff2c95c61",
|
||||
"security_groups": ["9bf6f19a-ba4a-470f-b8ce-28c9ad66556c"],
|
||||
"device_id": ""
|
||||
}
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
"attachment":
|
||||
{
|
||||
"id": "test_interface_identifier"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,39 +1,39 @@
|
||||
{
|
||||
"ports": [
|
||||
{
|
||||
"status": "DOWN",
|
||||
"binding:host_id": null,
|
||||
"name": "",
|
||||
"allowed_address_pairs": [],
|
||||
"admin_state_up": true,
|
||||
"network_id": "87733bcc-8144-41b1-bb6b-d011d7a5168e",
|
||||
"tenant_id": "7ea98790cd854fb5a82ef3d41e5c156b",
|
||||
"extra_dhcp_opts": [{"opt_value": "testfile.1", "opt_name": "bootfile-name"}, {"opt_value": "123.123.123.45", "opt_name": "server-ip-address"}, {"opt_value": "123.123.123.123", "opt_name": "tftp-server"}],
|
||||
"binding:vif_type": "ovs",
|
||||
"device_owner": "",
|
||||
"binding:capabilities": {"port_filter": true},
|
||||
"mac_address": "fa:16:3e:52:92:3a",
|
||||
"fixed_ips": [{"subnet_id": "99a8aea3-b9da-409d-a5e5-f45338ceb4d3", "ip_address": "172.24.4.228"}],
|
||||
"id": "3c0c7a37-690a-43a8-8088-5d4c2c7f8484",
|
||||
"security_groups": ["9bf6f19a-ba4a-470f-b8ce-28c9ad66556c"],
|
||||
"status": "DOWN",
|
||||
"binding:host_id": null,
|
||||
"name": "",
|
||||
"allowed_address_pairs": [],
|
||||
"admin_state_up": true,
|
||||
"network_id": "87733bcc-8144-41b1-bb6b-d011d7a5168e",
|
||||
"tenant_id": "7ea98790cd854fb5a82ef3d41e5c156b",
|
||||
"extra_dhcp_opts": [{"opt_value": "testfile.1", "opt_name": "bootfile-name"}, {"opt_value": "123.123.123.45", "opt_name": "server-ip-address"}, {"opt_value": "123.123.123.123", "opt_name": "tftp-server"}],
|
||||
"binding:vif_type": "ovs",
|
||||
"device_owner": "",
|
||||
"binding:capabilities": {"port_filter": true},
|
||||
"mac_address": "fa:16:3e:52:92:3a",
|
||||
"fixed_ips": [{"subnet_id": "99a8aea3-b9da-409d-a5e5-f45338ceb4d3", "ip_address": "172.24.4.228"}],
|
||||
"id": "3c0c7a37-690a-43a8-8088-5d4c2c7f8484",
|
||||
"security_groups": ["9bf6f19a-ba4a-470f-b8ce-28c9ad66556c"],
|
||||
"device_id": ""
|
||||
},
|
||||
},
|
||||
{
|
||||
"status": "ACTIVE",
|
||||
"binding:host_id": null,
|
||||
"name": "",
|
||||
"allowed_address_pairs": [],
|
||||
"admin_state_up": true,
|
||||
"network_id": "87733bcc-8144-41b1-bb6b-d011d7a5168e",
|
||||
"tenant_id": "7ea98790cd854fb5a82ef3d41e5c156b",
|
||||
"extra_dhcp_opts": [],
|
||||
"binding:vif_type": "ovs",
|
||||
"device_owner": "compute:probe",
|
||||
"binding:capabilities": {"port_filter": true},
|
||||
"mac_address": "fa:16:3e:49:56:07",
|
||||
"fixed_ips": [{"subnet_id": "99a8aea3-b9da-409d-a5e5-f45338ceb4d3", "ip_address": "172.24.4.227"}],
|
||||
"id": "5212d40a-c2f5-4a5d-ad18-694658047654",
|
||||
"security_groups": ["9bf6f19a-ba4a-470f-b8ce-28c9ad66556c"],
|
||||
"status": "ACTIVE",
|
||||
"binding:host_id": null,
|
||||
"name": "",
|
||||
"allowed_address_pairs": [],
|
||||
"admin_state_up": true,
|
||||
"network_id": "87733bcc-8144-41b1-bb6b-d011d7a5168e",
|
||||
"tenant_id": "7ea98790cd854fb5a82ef3d41e5c156b",
|
||||
"extra_dhcp_opts": [],
|
||||
"binding:vif_type": "ovs",
|
||||
"device_owner": "compute:probe",
|
||||
"binding:capabilities": {"port_filter": true},
|
||||
"mac_address": "fa:16:3e:49:56:07",
|
||||
"fixed_ips": [{"subnet_id": "99a8aea3-b9da-409d-a5e5-f45338ceb4d3", "ip_address": "172.24.4.227"}],
|
||||
"id": "5212d40a-c2f5-4a5d-ad18-694658047654",
|
||||
"security_groups": ["9bf6f19a-ba4a-470f-b8ce-28c9ad66556c"],
|
||||
"device_id": "zvm2"
|
||||
}
|
||||
]
|
||||
|
@ -1,25 +1,25 @@
|
||||
{
|
||||
"port":
|
||||
"port":
|
||||
{
|
||||
"status": "DOWN",
|
||||
"binding:host_id": null,
|
||||
"name": "",
|
||||
"allowed_address_pairs": [],
|
||||
"admin_state_up": true,
|
||||
"network_id": "87733bcc-8144-41b1-bb6b-d011d7a5168e",
|
||||
"tenant_id": "7ea98790cd854fb5a82ef3d41e5c156b",
|
||||
"status": "DOWN",
|
||||
"binding:host_id": null,
|
||||
"name": "",
|
||||
"allowed_address_pairs": [],
|
||||
"admin_state_up": true,
|
||||
"network_id": "87733bcc-8144-41b1-bb6b-d011d7a5168e",
|
||||
"tenant_id": "7ea98790cd854fb5a82ef3d41e5c156b",
|
||||
"extra_dhcp_opts": [
|
||||
{"opt_value": "testfile.1","opt_name": "bootfile-name"},
|
||||
{"opt_value": "123.123.123.123", "opt_name": "tftp-server"},
|
||||
{"opt_value": "testfile.1","opt_name": "bootfile-name"},
|
||||
{"opt_value": "123.123.123.123", "opt_name": "tftp-server"},
|
||||
{"opt_value": "123.123.123.45", "opt_name": "server-ip-address"}
|
||||
],
|
||||
"binding:vif_type": "ovs",
|
||||
"device_owner": "",
|
||||
"binding:capabilities": {"port_filter": true},
|
||||
"mac_address": "fa:16:3e:52:92:3a",
|
||||
"fixed_ips": [{"subnet_id": "99a8aea3-b9da-409d-a5e5-f45338ceb4d3", "ip_address": "172.24.4.228"}],
|
||||
"id": "3c0c7a37-690a-43a8-8088-5d4c2c7f8484",
|
||||
"security_groups": ["9bf6f19a-ba4a-470f-b8ce-28c9ad66556c"],
|
||||
],
|
||||
"binding:vif_type": "ovs",
|
||||
"device_owner": "",
|
||||
"binding:capabilities": {"port_filter": true},
|
||||
"mac_address": "fa:16:3e:52:92:3a",
|
||||
"fixed_ips": [{"subnet_id": "99a8aea3-b9da-409d-a5e5-f45338ceb4d3", "ip_address": "172.24.4.228"}],
|
||||
"id": "3c0c7a37-690a-43a8-8088-5d4c2c7f8484",
|
||||
"security_groups": ["9bf6f19a-ba4a-470f-b8ce-28c9ad66556c"],
|
||||
"device_id": ""
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"port":
|
||||
"port":
|
||||
{
|
||||
"extra_dhcp_opts": [{"opt_value": "testfile.1", "opt_name": "bootfile-name"}]
|
||||
}
|
||||
|
@ -1,26 +1,26 @@
|
||||
{
|
||||
"port":
|
||||
"port":
|
||||
{
|
||||
"status": "DOWN",
|
||||
"binding:host_id": null,
|
||||
"name": "",
|
||||
"allowed_address_pairs": [],
|
||||
"admin_state_up": true,
|
||||
"network_id": "87733bcc-8144-41b1-bb6b-d011d7a5168e",
|
||||
"tenant_id": "7ea98790cd854fb5a82ef3d41e5c156b",
|
||||
"extra_dhcp_opts":
|
||||
"status": "DOWN",
|
||||
"binding:host_id": null,
|
||||
"name": "",
|
||||
"allowed_address_pairs": [],
|
||||
"admin_state_up": true,
|
||||
"network_id": "87733bcc-8144-41b1-bb6b-d011d7a5168e",
|
||||
"tenant_id": "7ea98790cd854fb5a82ef3d41e5c156b",
|
||||
"extra_dhcp_opts":
|
||||
[
|
||||
{"opt_value": "123.123.123.123", "opt_name": "tftp-server"},
|
||||
{"opt_value": "testfile.1", "opt_name": "bootfile-name"},
|
||||
{"opt_value": "123.123.123.123", "opt_name": "tftp-server"},
|
||||
{"opt_value": "testfile.1", "opt_name": "bootfile-name"},
|
||||
{"opt_value": "123.123.123.45", "opt_name": "server-ip-address"}
|
||||
],
|
||||
"binding:vif_type": "ovs",
|
||||
"device_owner": "",
|
||||
"binding:capabilities": {"port_filter": true},
|
||||
"mac_address": "fa:16:3e:43:3c:b7",
|
||||
"fixed_ips": [{"subnet_id": "99a8aea3-b9da-409d-a5e5-f45338ceb4d3", "ip_address": "172.24.4.230"}],
|
||||
"id": "055d27c0-0194-4782-be45-275ff2c95c61",
|
||||
"security_groups": ["9bf6f19a-ba4a-470f-b8ce-28c9ad66556c"],
|
||||
],
|
||||
"binding:vif_type": "ovs",
|
||||
"device_owner": "",
|
||||
"binding:capabilities": {"port_filter": true},
|
||||
"mac_address": "fa:16:3e:43:3c:b7",
|
||||
"fixed_ips": [{"subnet_id": "99a8aea3-b9da-409d-a5e5-f45338ceb4d3", "ip_address": "172.24.4.230"}],
|
||||
"id": "055d27c0-0194-4782-be45-275ff2c95c61",
|
||||
"security_groups": ["9bf6f19a-ba4a-470f-b8ce-28c9ad66556c"],
|
||||
"device_id": ""
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"ports": [
|
||||
{
|
||||
"id": "98017ddc-efc8-4c25-a915-774b2a633855",
|
||||
"id": "98017ddc-efc8-4c25-a915-774b2a633855",
|
||||
"state": "ACTIVE"
|
||||
},
|
||||
{
|
||||
@ -9,4 +9,4 @@
|
||||
"state": "ACTIVE"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -5,11 +5,11 @@
|
||||
"id": "v1.0",
|
||||
"links": [
|
||||
{
|
||||
"href": "http://127.0.0.1:9696/v1.0",
|
||||
"href": "http://127.0.0.1:9696/v1.0",
|
||||
"rel": "self"
|
||||
}
|
||||
]
|
||||
},
|
||||
},
|
||||
{
|
||||
"status": "FUTURE",
|
||||
"id": "v1.1",
|
||||
@ -21,4 +21,4 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user