NSX-T Data Center REST API

DhcpServerStatistics (type)

{
  "additionalProperties": false,
  "extends": {
    "$ref": "DhcpStatistics"
  },
  "id": "DhcpServerStatistics",
  "module_id": "PolicyConnectivityStatistics",
  "properties": {
    "acks": {
      "required": false,
      "title": "The total number of DHCP ACK packets",
      "type": "integer"
    },
    "declines": {
      "required": false,
      "title": "The total number of DHCP DECLINE packets",
      "type": "integer"
    },
    "dhcp_server_id": {
      "required": false,
      "title": "dhcp server uuid",
      "type": "string"
    },
    "discovers": {
      "required": false,
      "title": "The total number of DHCP DISCOVER packets",
      "type": "integer"
    },
    "errors": {
      "required": false,
      "title": "The total number of DHCP errors",
      "type": "integer"
    },
    "informs": {
      "required": false,
      "title": "The total number of DHCP INFORM packets",
      "type": "integer"
    },
    "ip_pool_stats": {
      "items": {
        "$ref": "DhcpIpPoolUsage"
      },
      "required": false,
      "title": "The DHCP ip pool usage statistics",
      "type": "array"
    },
    "nacks": {
      "required": false,
      "title": "The total number of DHCP NACK packets",
      "type": "integer"
    },
    "offers": {
      "required": false,
      "title": "The total number of DHCP OFFER packets",
      "type": "integer"
    },
    "releases": {
      "required": false,
      "title": "The total number of DHCP RELEASE packets",
      "type": "integer"
    },
    "requests": {
      "required": false,
      "title": "The total number of DHCP REQUEST packets",
      "type": "integer"
    },
    "timestamp": {
      "$ref": "EpochMsTimestamp",
      "required": false,
      "title": "timestamp of the statistics"
    }
  },
  "type": "object"
}