Censys · JSON Structure

Platform Upnp Device Structure

Upnp_Device schema from Censys Platform API

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

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

Properties

device_type friendly_name id manufacturer manufacturer_url model_description model_name model_number model_url parent_id presentation_url serial_number service_list udn upc

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-upnp-device-structure.json",
  "name": "Upnp_Device",
  "description": "Upnp_Device schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "device_type": {
      "type": "string"
    },
    "friendly_name": {
      "type": "string"
    },
    "id": {
      "type": "int32",
      "description": "Censys-generated IDs representing a device tree"
    },
    "manufacturer": {
      "type": "string"
    },
    "manufacturer_url": {
      "type": "string"
    },
    "model_description": {
      "type": "string"
    },
    "model_name": {
      "type": "string"
    },
    "model_number": {
      "type": "string"
    },
    "model_url": {
      "type": "string"
    },
    "parent_id": {
      "type": "int32"
    },
    "presentation_url": {
      "type": "string"
    },
    "serial_number": {
      "type": "string"
    },
    "service_list": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "$ref": "#/components/schemas/Upnp_Service"
      }
    },
    "udn": {
      "type": "string"
    },
    "upc": {
      "type": "string"
    }
  }
}