DhcpLeasesResult (type)

{
  "additionalProperties": false, 
  "extends": {
    "$ref": "DhcpLeases
  }, 
  "id": "DhcpLeasesResult", 
  "module_id": "PolicyConnectivityStatistics", 
  "properties": {
    "connectivity_path": {
      "description": "Policy path to Segment, Tier0 or Tier1 gateway where DHCP server is attached.", 
      "required": false, 
      "title": "Policy path to Segment, Tier0 or Tier1 gateway", 
      "type": "string"
    }, 
    "dhcp_server_id": {
      "required": false, 
      "title": "dhcp server uuid", 
      "type": "string"
    }, 
    "leases": {
      "items": {
        "$ref": "DhcpLeasePerIP
      }, 
      "maxItems": 65535, 
      "minItems": 0, 
      "required": false, 
      "title": "The lease info list of the server", 
      "type": "array"
    }, 
    "timestamp": {
      "$ref": "EpochMsTimestamp, 
      "required": false, 
      "title": "timestamp of the lease info"
    }
  }, 
  "type": "object"
}