Censys · Schema

Snmp_Interfaces

Snmp_Interfaces schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
num_ifaces integer 1.3.6.1.2.1.2.1 - Number of network interfaces
View JSON Schema on GitHub

JSON Schema

platform-snmp-interfaces-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-snmp-interfaces-schema.json",
  "title": "Snmp_Interfaces",
  "description": "Snmp_Interfaces schema from Censys Platform API",
  "type": "object",
  "properties": {
    "num_ifaces": {
      "description": "1.3.6.1.2.1.2.1 - Number of network interfaces",
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    }
  },
  "additionalProperties": false
}