Ipv4RouteResponse

Data CenterInfrastructureNetwork AutomationNetworkingSDNSwitches

Properties

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

JSON Schema

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