neutron-lib/api-ref/source/v2/samples/segments/segments-list-response.json
Hongbin Lu e4d3946e9a Add timestamp attributes to standard resources
Add 'created_at' and 'updated_at' attributes to subnet, subnetpool,
ports, router, security group/rule, qos policy, and log if missing.

Change-Id: Ib8254e432b26033e679bf75379f1001c5984500b
2018-04-27 21:23:46 +00:00

29 lines
797 B
JSON

{
"segments": [
{
"name": null,
"network_id": "5c0cb560-4089-41dd-be29-469907a23b49",
"segmentation_id": 2000,
"network_type": "vlan",
"physical_network": "segment-1",
"revision_number": 1,
"id": "57fe85e4-ca2f-4192-b3cd-d5c249d7a21f",
"created_at": "2018-03-19T19:16:56Z",
"updated_at": "2018-03-19T19:16:56Z",
"description": null
},
{
"name": null,
"network_id": "5c0cb560-4089-41dd-be29-469907a23b49",
"segmentation_id": 2000,
"network_type": "vlan",
"physical_network": "segment-2",
"revision_number": 3,
"id": "f1364c3a-4fc1-4206-b2dc-3254bc25cbfc",
"created_at": "2018-03-19T19:16:56Z",
"updated_at": "2018-03-19T19:16:56Z",
"description": null
}
]
}