NSX-T Data Center REST API

OspfRoute (type)

{
  "id": "OspfRoute",
  "module_id": "PolicyConnectivityStatistics",
  "properties": {
    "area": {
      "description": "OSPF area.",
      "readonly": true,
      "required": true,
      "title": "OSPF area",
      "type": "string"
    },
    "cost": {
      "description": "Cost of the route.",
      "readonly": true,
      "required": true,
      "title": "Cost of the route",
      "type": "integer"
    },
    "next_hops": {
      "description": "request counter.",
      "items": {
        "$ref": "OspfRouteNextHopResult"
      },
      "readonly": true,
      "required": true,
      "title": "request counter",
      "type": "array"
    },
    "route_prefix": {
      "description": "Learned route prefix.",
      "readonly": true,
      "required": true,
      "title": "Learned route prefix",
      "type": "string"
    },
    "route_type": {
      "description": "Type of route.",
      "readonly": true,
      "required": true,
      "title": "Type of route",
      "type": "string"
    },
    "router_type": {
      "description": "Type of router.",
      "readonly": true,
      "required": true,
      "title": "Type of router",
      "type": "string"
    },
    "type_to_cost": {
      "description": "Type to cost of the route.",
      "readonly": true,
      "required": true,
      "title": "Type to cost of the route",
      "type": "integer"
    }
  },
  "type": "object"
}