NSX-T Data Center REST API

InterfaceArpTable (type)

{
  "extends": {
    "$ref": "ListResult"
  },
  "id": "InterfaceArpTable",
  "module_id": "PolicyConnectivityStatistics",
  "properties": {
    "_links": {
      "description": "The server will populate this field when returing the resource. Ignored on PUT and POST.",
      "items": {
        "$ref": "ResourceLink"
      },
      "readonly": true,
      "title": "References related to this resource",
      "type": "array"
    },
    "_schema": {
      "readonly": true,
      "title": "Schema for this resource",
      "type": "string"
    },
    "_self": {
      "$ref": "SelfResourceLink",
      "readonly": true,
      "title": "Link to this resource"
    },
    "cursor": {
      "readonly": true,
      "title": "Opaque cursor to be used for getting next page of records (supplied by current result page)",
      "type": "string"
    },
    "edge_path": {
      "description": "Policy path of edge node.",
      "title": "Policy path of edge node",
      "type": "string"
    },
    "enforcement_point_path": {
      "description": "String Path of the enforcement point.",
      "title": "Enforcement point path",
      "type": "string"
    },
    "interface_path": {
      "required": true,
      "title": "The ID of the logical router port",
      "type": "string"
    },
    "last_update_timestamp": {
      "$ref": "EpochMsTimestamp",
      "readonly": true,
      "title": "Timestamp when the data was last updated; unset if data source has never updated the data."
    },
    "result_count": {
      "readonly": true,
      "title": "Count of results found (across all pages), set only on first page",
      "type": "integer"
    },
    "results": {
      "items": {
        "$ref": "InterfaceArpEntry"
      },
      "required": false,
      "type": "array"
    },
    "sort_ascending": {
      "readonly": true,
      "title": "If true, results are sorted in ascending order",
      "type": "boolean"
    },
    "sort_by": {
      "readonly": true,
      "title": "Field by which records are sorted",
      "type": "string"
    }
  },
  "type": "object"
}