Censys · JSON Structure

Platform Snmp Engine Structure

Snmp_Engine schema from Censys Platform API

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

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

Properties

description engine_boots engine_time format format_data organization pen raw_id rfc3411

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-snmp-engine-structure.json",
  "name": "Snmp_Engine",
  "description": "Snmp_Engine schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "description": {
      "type": "string"
    },
    "engine_boots": {
      "type": "int32",
      "minimum": 0
    },
    "engine_time": {
      "type": "int32",
      "minimum": 0
    },
    "format": {
      "type": "string"
    },
    "format_data": {
      "type": "string"
    },
    "organization": {
      "type": "string"
    },
    "pen": {
      "type": "int32",
      "minimum": 0
    },
    "raw_id": {
      "type": "string"
    },
    "rfc3411": {
      "type": "boolean"
    }
  }
}