NSX-T Data Center REST API

DataPathL3 (type)

{
  "id": "DataPathL3",
  "module_id": "ObservabilityCounters",
  "properties": {
    "arp_hold_pkt_drops": {
      "description": "The drops of packet(IPv4) pending on ARP resolution.",
      "required": false,
      "type": "integer"
    },
    "drop_route_ipv4_drops": {
      "description": "Packet(IPv4) matching drop routes.",
      "required": false,
      "type": "integer"
    },
    "drop_route_ipv6_drops": {
      "description": "Packet(IPv6) matching drop routes.",
      "required": false,
      "type": "integer"
    },
    "dtgw_ext_vlan_uplink_arp_fail": {
      "description": "dtgw ext vlan uplink arp fail",
      "required": false,
      "type": "integer"
    },
    "no_route_ipv4_drops": {
      "description": "No IPv4 routes.",
      "required": false,
      "type": "integer"
    },
    "no_route_ipv6_drops": {
      "description": "No IPv6 routes.",
      "required": false,
      "type": "integer"
    },
    "ns_hold_pkt_drops": {
      "description": "The drops of packet(IPv6) pending on neighbor resolution.",
      "required": false,
      "type": "integer"
    },
    "pkt_attr_error_drops": {
      "description": "Packets which failed attribute operation.",
      "required": false,
      "type": "integer"
    },
    "rpf_ipv4_drops": {
      "description": "Reverse path forwarding drops of packet(IPv4).",
      "required": false,
      "type": "integer"
    },
    "rpf_ipv6_drops": {
      "description": "Reverse path forwarding drops of packet(IPv6).",
      "required": false,
      "type": "integer"
    },
    "rx_pkt_parsing_error_drops": {
      "description": "Packets failed to be parsed.",
      "required": false,
      "type": "integer"
    },
    "ttl_ipv4_drops": {
      "description": "Packet(IPv4) drops due to low TTL.",
      "required": false,
      "type": "integer"
    },
    "ttl_ipv6_drops": {
      "description": "Packet(IPv6) drops due to low TTL.",
      "required": false,
      "type": "integer"
    },
    "tx_dispatch_queue_too_long_drops": {
      "description": "Packets being tail dropped in the txDispatchQueue.",
      "required": false,
      "type": "integer"
    }
  },
  "type": "object"
}