Cisco Nexus Dashboard · JSON Structure

Cisco Nexus Nxapi Rest Physical Interface Response Structure

Type: object Properties: 2
Data CenterInfrastructureNetwork AutomationNetworkingSDNSwitches

PhysicalInterfaceResponse is a JSON Structure definition published by Cisco Nexus Dashboard, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

totalCount imdata

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PhysicalInterfaceResponse",
  "type": "object",
  "properties": {
    "totalCount": {
      "type": "string"
    },
    "imdata": {
      "type": "array"
    }
  }
}