Censys · Schema

Dhcpdiscover_IpAddress

Dhcpdiscover_IpAddress schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
default_gateway string
dhcp_enable boolean
ip_address string
link_local_address string
subnetmask string
View JSON Schema on GitHub

JSON Schema

asset-graph-dhcpdiscover-ipaddress-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/asset-graph-dhcpdiscover-ipaddress-schema.json",
  "title": "Dhcpdiscover_IpAddress",
  "description": "Dhcpdiscover_IpAddress schema from Asset Graph API",
  "type": "object",
  "properties": {
    "default_gateway": {
      "type": "string"
    },
    "dhcp_enable": {
      "type": "boolean"
    },
    "ip_address": {
      "type": "string"
    },
    "link_local_address": {
      "type": "string"
    },
    "subnetmask": {
      "type": "string"
    }
  },
  "additionalProperties": false
}