Ipv4Route

IPv4 static route managed object. DN format is sys/ipv4/inst/dom-{vrfName}/rt-[{prefix}].

Data CenterInfrastructureNetwork AutomationNetworkingSDNSwitches

Properties

Name Type Description
attributes object
children array Child next-hop objects
View JSON Schema on GitHub

JSON Schema

cisco-nexus-nxapi-rest-ipv4-route-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Ipv4Route",
  "type": "object",
  "description": "IPv4 static route managed object. DN format is sys/ipv4/inst/dom-{vrfName}/rt-[{prefix}].",
  "properties": {
    "attributes": {
      "type": "object"
    },
    "children": {
      "type": "array",
      "description": "Child next-hop objects"
    }
  }
}