NSX-T Data Center REST API

SwitchSecurity (type)

{
  "id": "SwitchSecurity", 
  "module_id": "ObservabilityCounters", 
  "properties": {
    "bpdu_filter_drops": {
      "description": "Packets dropped by BPDU Filter.", 
      "required": false, 
      "type": "integer"
    }, 
    "dhcp_client_block_ipv4_drops": {
      "description": "IPv4 packets dropped by Client Block.", 
      "required": false, 
      "type": "integer"
    }, 
    "dhcp_client_block_ipv6_drops": {
      "description": "IPv6 packets dropped by Client Block.", 
      "required": false, 
      "type": "integer"
    }, 
    "dhcp_client_validate_ipv4_drops": {
      "description": "IPv4 packets dropped by Client Validate.", 
      "required": false, 
      "type": "integer"
    }, 
    "dhcp_server_block_ipv4_drops": {
      "description": "IPv4 packets dropped by Server Block.", 
      "required": false, 
      "type": "integer"
    }, 
    "dhcp_server_block_ipv6_drops": {
      "description": "IPv6 packets dropped by Server Block.", 
      "required": false, 
      "type": "integer"
    }, 
    "nd_parse_errors": {
      "description": "IPv6 ND Parse Errors.", 
      "required": false, 
      "type": "integer"
    }, 
    "ra_guard_drops": {
      "description": "Packets dropped by RA Guard.", 
      "required": false, 
      "type": "integer"
    }, 
    "rx_bcast_pkts": {
      "description": "Received broadcast packets.", 
      "required": false, 
      "type": "integer"
    }, 
    "rx_mcast_pkts": {
      "description": "Received multicast packets.", 
      "required": false, 
      "type": "integer"
    }, 
    "rx_rate_limit_bcast_drops": {
      "description": "Rx Broadcast packets dropped by Rate Limit.", 
      "required": false, 
      "type": "integer"
    }, 
    "rx_rate_limit_mcast_drops": {
      "description": "Rx Multicast packets dropped by Rate Limit.", 
      "required": false, 
      "type": "integer"
    }, 
    "spoof_guard_arp_drops": {
      "description": "ARP packets dropped by Spoof Guard.", 
      "required": false, 
      "type": "integer"
    }, 
    "spoof_guard_ipv4_drops": {
      "description": "IPv4 packets dropped by Spoof Guard.", 
      "required": false, 
      "type": "integer"
    }, 
    "spoof_guard_ipv6_drops": {
      "description": "IPv6 packets dropped by Spoof Guard.", 
      "required": false, 
      "type": "integer"
    }, 
    "spoof_guard_nd_drops": {
      "description": "ND packets dropped by Spoof Guard.", 
      "required": false, 
      "type": "integer"
    }, 
    "spoof_guard_non_ip_drops": {
      "description": "Non-IP packets dropped by Spoof Guard.", 
      "required": false, 
      "type": "integer"
    }, 
    "tx_bcast_pkts": {
      "description": "Sent broadcast packets", 
      "required": false, 
      "type": "integer"
    }, 
    "tx_mcast_pkts": {
      "description": "Sent multicast packets.", 
      "required": false, 
      "type": "integer"
    }, 
    "tx_rate_limit_bcast_drops": {
      "description": "Tx Broadcast packets dropped by Rate Limit.", 
      "required": false, 
      "type": "integer"
    }, 
    "tx_rate_limit_mcast_drops": {
      "description": "Tx Multicast packets dropped by Rate Limit.", 
      "required": false, 
      "type": "integer"
    }
  }, 
  "type": "object"
}