Cisco Nexus Dashboard · Example Payload

Cisco Nexus Createvlan Example

Data CenterInfrastructureNetwork AutomationNetworkingSDNSwitches

Cisco Nexus Createvlan Example is an example object payload from Cisco Nexus Dashboard, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "createVlan",
  "method": "POST",
  "path": "/mo/sys/bd.json",
  "summary": "Create or Modify a Vlan Bridge Domain",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "bdEntity": {
          "children": [
            {
              "l2BD": {
                "attributes": {
                  "fabEncap": "vlan-100",
                  "name": "Production",
                  "pcTag": "1"
                }
              }
            }
          ]
        }
      }
    }
  ],
  "responseExamples": []
}