Censys · JSON Structure

Platform Dhcpdiscover Deviceinfo Structure

Dhcpdiscover_DeviceInfo schema from Censys Platform API

Type: object Properties: 19
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Dhcpdiscover_DeviceInfo is a JSON Structure definition published by Censys, describing 19 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

alarm_input_channels alarm_output_channels device_class device_id device_type http_port ipv4_address ipv6_address machine_group machine_name manufacturer port remote_video_input_channels serial_number unlogin_func_mask vendor version video_input_channels video_output_channels

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-dhcpdiscover-deviceinfo-structure.json",
  "name": "Dhcpdiscover_DeviceInfo",
  "description": "Dhcpdiscover_DeviceInfo schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "alarm_input_channels": {
      "type": "int64"
    },
    "alarm_output_channels": {
      "type": "int64"
    },
    "device_class": {
      "type": "string"
    },
    "device_id": {
      "type": "string"
    },
    "device_type": {
      "type": "string"
    },
    "http_port": {
      "type": "int64"
    },
    "ipv4_address": {
      "$ref": "#/components/schemas/Dhcpdiscover_IpAddress"
    },
    "ipv6_address": {
      "$ref": "#/components/schemas/Dhcpdiscover_IpAddress"
    },
    "machine_group": {
      "type": "string"
    },
    "machine_name": {
      "type": "string"
    },
    "manufacturer": {
      "type": "string"
    },
    "port": {
      "type": "int64"
    },
    "remote_video_input_channels": {
      "type": "int64"
    },
    "serial_number": {
      "type": "string"
    },
    "unlogin_func_mask": {
      "type": "int64"
    },
    "vendor": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "video_input_channels": {
      "type": "int64"
    },
    "video_output_channels": {
      "type": "int64"
    }
  }
}