Cisco Nexus Dashboard · Example Payload

Cisco Nexus Configurefeatures Example

Data CenterInfrastructureNetwork AutomationNetworkingSDNSwitches

Cisco Nexus Configurefeatures 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": "configureFeatures",
  "method": "POST",
  "path": "/mo/sys/fm.json",
  "summary": "Enable or Disable Nx-os Features",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "fmEntity": {
          "children": [
            {
              "fmInterfaceVlan": {
                "attributes": {
                  "adminSt": "enabled"
                }
              }
            },
            {
              "fmBgp": {
                "attributes": {
                  "adminSt": "enabled"
                }
              }
            }
          ]
        }
      }
    }
  ],
  "responseExamples": []
}