
This is part of new vmware_nsx directory structure proposed in https://goo.gl/GdWXyH. Change-Id: I86262470a03c520bf8fe0f5129d940107701004f
13 lines
454 B
JSON
13 lines
454 B
JSON
{"display_name": "%(display_name)s",
|
|
"_href": "/ws.v1/lswitch/%(uuid)s",
|
|
"_schema": "/ws.v1/schema/LogicalSwitchConfig",
|
|
"_relations": {"LogicalSwitchStatus":
|
|
{"fabric_status": %(status)s,
|
|
"type": "LogicalSwitchStatus",
|
|
"lport_count": %(lport_count)d,
|
|
"_href": "/ws.v1/lswitch/%(uuid)s/status",
|
|
"_schema": "/ws.v1/schema/LogicalSwitchStatus"}},
|
|
"type": "LogicalSwitchConfig",
|
|
"tags": %(tags_json)s,
|
|
"uuid": "%(uuid)s"}
|