Censys · JSON Structure

Platform Snmp System Structure

Snmp_System schema from Censys Platform API

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

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

Properties

contact desc init_time location name object_id services

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-system-structure.json",
  "name": "Snmp_System",
  "description": "Snmp_System schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "contact": {
      "type": "string",
      "description": "1.3.6.1.2.1.1.4 - Contact info"
    },
    "desc": {
      "type": "string",
      "description": "1.3.6.1.2.1.1.1 - Description of entity"
    },
    "init_time": {
      "type": "int32",
      "description": "1.3.6.1.2.1.1.3 - 1/100ths of sec",
      "minimum": 0
    },
    "location": {
      "type": "string",
      "description": "1.3.6.1.2.1.1.6 - Physical location"
    },
    "name": {
      "type": "string",
      "description": "1.3.6.1.2.1.1.5 - Name, usually FQDN"
    },
    "object_id": {
      "type": "string",
      "description": "1.3.6.1.2.1.1.2 - Vendor ID"
    },
    "services": {
      "description": "1.3.6.1.2.1.1.7 - Set of services offered by entity",
      "$ref": "#/components/schemas/Snmp_System_Services"
    }
  }
}