Cisco Nexus Dashboard · Example Payload

Cisco Nexus Configuresviinterface Example

Data CenterInfrastructureNetwork AutomationNetworkingSDNSwitches

Cisco Nexus Configuresviinterface 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": "configureSviInterface",
  "method": "POST",
  "path": "/mo/sys/intf/svi-[{sviId}].json",
  "summary": "Create or Modify an Svi (vlan Interface)",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "sviIf": {
          "attributes": {
            "id": "vlan100",
            "adminSt": "up",
            "descr": "Production Gateway",
            "mtu": "9216"
          }
        }
      }
    }
  ],
  "responseExamples": []
}