Cisco Nexus Dashboard · Example Payload

Cisco Nexus Configurephysicalinterface Example

Data CenterInfrastructureNetwork AutomationNetworkingSDNSwitches

Cisco Nexus Configurephysicalinterface 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": "configurePhysicalInterface",
  "method": "POST",
  "path": "/mo/sys/intf.json",
  "summary": "Configure a Physical Ethernet Interface",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "interfaceEntity": {
          "children": [
            {
              "l1PhysIf": {
                "attributes": {
                  "id": "eth1/1",
                  "adminSt": "up",
                  "layer": "Layer2",
                  "mode": "access",
                  "accessVlan": "vlan-100",
                  "descr": "Server port"
                }
              }
            }
          ]
        }
      }
    }
  ],
  "responseExamples": []
}