Censys · JSON Structure

Platform Snmp Structure

Snmp schema from Censys Platform API

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

Snmp 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

engine oid_interfaces oid_physical oid_system versions

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-structure.json",
  "name": "Snmp",
  "description": "Snmp schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "engine": {
      "$ref": "#/components/schemas/Snmp_Engine"
    },
    "oid_interfaces": {
      "description": "1.3.6.1.2.1.2 - Interfaces",
      "$ref": "#/components/schemas/Snmp_Interfaces"
    },
    "oid_physical": {
      "description": "1.3.6.1.2.1.47.1.1.1.1 - Entity Physical",
      "$ref": "#/components/schemas/Snmp_Physical"
    },
    "oid_system": {
      "description": "1.3.6.1.2.1.1 - System Variables",
      "$ref": "#/components/schemas/Snmp_System"
    },
    "versions": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "string"
      }
    }
  }
}