Files
neutron-lib/api-ref/source/v2/samples/trunks/trunk-update-response.json
Armando Migliaccio 4da199808f Introduce API definition for trunk/trunk_details extensions
This patch serves as a trail blazer for Neutron API consolidation. It
introduces the following:

 * It provides the API definitions to be used by a Neutron Stadium project.
 * It introduces some testing scaffolding to validate the correctness of
   an API definition and coverage for the extension.
 * It provides the API reference documentation for the extension.

More patches will follow up to consolidate the rest of the Neutron APIs and
will use this as an example/template on how to approach the consolidation
effort.

Change-Id: Ie620a6fc21916ab34a19632c7fb9456b2c7c43b1
2016-10-19 05:26:19 +00:00

23 lines
694 B
JSON

{
"trunk": {
"status": "DOWN",
"sub_ports": [
{
"segmentation_type": "vlan",
"port_id": "4b4c691b-086d-43d2-8a65-5487e9434155",
"segmentation_id": 44
}
],
"name": "foo",
"admin_state_up": true,
"project_id": "145a14e4a64b49bf98baad8945dbd4f1",
"tenant_id": "145a14e4a64b49bf98baad8945dbd4f1",
"created_at": "2016-10-05T22:31:37Z",
"updated_at": "2016-10-05T23:28:17Z",
"revision_number": 9,
"port_id": "8027c4da-772f-4e43-bfbf-023b4a4e63de",
"id": "114a26b1-d124-4835-bb4f-021d3d886023",
"description": ""
}
}