NSX-T Data Center REST API

Tier0NumberOfRoutesRequestParameters (type)

{
  "additionalProperties": false,
  "id": "Tier0NumberOfRoutesRequestParameters",
  "module_id": "PolicyConnectivityStatistics",
  "properties": {
    "edge_path": {
      "description": "Policy path of edge node. Edge node must be member of enforcement point.",
      "required": true,
      "title": "Policy path of edge node",
      "type": "string"
    },
    "enforcement_point_path": {
      "description": "Enforcement point path.",
      "title": "String Path of the enforcement point",
      "type": "string"
    },
    "include_child_vrf": {
      "desciption": "Count all the child VRF routes along with the Tier0 routes.\n",
      "required": false,
      "title": "Count all the child VRF routes or not.",
      "type": "boolean"
    }
  },
  "title": "Tier0 Number Of Routes Request Parameters",
  "type": "object"
}