PhysicalInterfaceListResponse

Data CenterInfrastructureNetwork AutomationNetworkingSDNSwitches

Properties

Name Type Description
totalCount string
imdata array
View JSON Schema on GitHub

JSON Schema

cisco-nexus-physicalinterfacelistresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PhysicalInterfaceListResponse",
  "title": "PhysicalInterfaceListResponse",
  "type": "object",
  "properties": {
    "totalCount": {
      "type": "string",
      "example": "example_value"
    },
    "imdata": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "l1PhysIf": {
            "$ref": "#/components/schemas/L1PhysIf"
          }
        }
      },
      "example": []
    }
  }
}