Configuring a Source for ITD L2 Traffic
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys/itd/inst.json
{ "itdInst": { "children": [ { "itdService": { "attributes": { "name": "ITD_1" }, "children": [ { "itdSourceVlan": { "attributes": { "name": "3094" }}}]}}]}}
Response
{ imdata:[] }
Copy
<System> <itd-items> <inst-items> <service-items> <Service-list> <name>ITD_1</name> <vlan-items> <SourceVlan-list> <name>3094</name> </SourceVlan-list> </vlan-items> </Service-list> </service-items> </inst-items> </itd-items> </System>