Censys · JSON Structure

Asset Graph Upnp Service Structure

Upnp_Service schema from Asset Graph API

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

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

Properties

control_url event_sub_url scpd_url service_id service_type

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/asset-graph-upnp-service-structure.json",
  "name": "Upnp_Service",
  "description": "Upnp_Service schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "control_url": {
      "type": "string"
    },
    "event_sub_url": {
      "type": "string"
    },
    "scpd_url": {
      "type": "string"
    },
    "service_id": {
      "type": "string"
    },
    "service_type": {
      "type": "string"
    }
  }
}