Microsoft DHCP Modeling Rule

Modeling Rule

Microsoft DHCP

Details

IDMicrosoft_DHCP_ModelingRule
From Version8.15.0

Schema

microsoft_dhcp_raw

Field Type Array?
description string
fb_host string
hostName string
id string
ipAddress string
macAddress string
qResult string
transactionID string
userName string
{
  "microsoft_dhcp_raw": {
    "description": {
      "type": "string",
      "is_array": false
    },
    "ipAddress": {
      "type": "string",
      "is_array": false
    },      
    "fb_host": {
      "type": "string",
      "is_array": false
    },
    "hostName": {
      "type": "string",
      "is_array": false
    },
    "macAddress": {
      "type": "string",
      "is_array": false
    },
    "userName": {
      "type": "string",
      "is_array": false
    },
    "id": {
      "type": "string",
      "is_array": false
    },
    "transactionID": {
      "type": "string",
      "is_array": false
    },
    "qResult": {
      "type": "string",
      "is_array": false
    }
  }
}