v51

latestOpenAPI 3.0.2raw.githubusercontent.com2026-08-01245104440.0 KB
SNMP MIB

Get MIB tree root

Retrieve the synthetic root of the server's compiled SNMP MIB tree, including the list of immediate children (typically ccitt(0), iso(1), joint-iso-ccitt(2)).

get/v1/snmp-mib

Response

MIB root node retrieved successfully

oidstring

Full dotted OID for this node. Empty string for the synthetic root.

namestring nullable

Symbolic name of the node (e.g. sysDescr). Null if the node has no name (synthetic root).

type'OTHER' | 'IMPORT_ITEM' | 'OBJID' | 'BITSTRING' | 'INTEGER' | 'INTEGER32' | 'INTEGER64' | 'UNSIGNED32' | 'COUNTER' | 'COUNTER32' | 'COUNTER64' | 'GAUGE' | 'GAUGE32' | 'TIMETICKS' | 'OCTETSTR' | 'OPAQUE' | 'IPADDR' | 'PHYSADDR' | 'NETADDR' | 'NAMED_TYPE' | 'SEQID' | 'SEQUENCE' | 'CHOICE' | 'TEXTUAL_CONVENTION' | 'MACRO_DEFINITION' | 'MODCOMP' | 'TRAPTYPE' | 'NOTIFTYPE' | 'MODID' | 'NSAPADDRESS' | 'AGENTCAP' | 'UINTEGER' | 'NULL' | 'OBJGROUP' | 'NOTIFGROUP' nullable

Symbolic name of the MIB type (e.g. COUNTER32). Null if the type code is unknown.

typeCodeinteger

Numeric MIB type code as defined in nxsnmp.h (MIB_TYPE_*).

status'MANDATORY' | 'OPTIONAL' | 'OBSOLETE' | 'DEPRECATED' | 'CURRENT' nullable

Symbolic name of the MIB status. Null if the status code is unknown.

statusCodeinteger

Numeric MIB status code as defined in nxsnmp.h (MIB_STATUS_*).

access'READONLY' | 'READWRITE' | 'WRITEONLY' | 'NOACCESS' | 'NOTIFY' | 'CREATE' nullable

Symbolic name of the MIB access mode. Null if the access code is unknown.

accessCodeinteger

Numeric MIB access code as defined in nxsnmp.h (MIB_ACCESS_*).

descriptionstring nullable

DESCRIPTION clause from the MIB module.

textualConventionstring nullable

Name of the textual convention applied to this object, if any.

displayHintstring nullable

DISPLAY-HINT clause for formatting raw values.

enumValuesstring nullable

Comma-separated list of named enumeration values, if defined.

indexstring nullable

INDEX clause for SMIv2 table entries.

parentstring nullable

Full dotted OID of the parent node. Null for the synthetic root.