Name: ApplianceSnmp

Defines SNMP configuration settings on Tintri System. It contains a list SNMP users, trap receiver targets and their attributes.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.snmp.ApplianceSnmp",
   "username": <String>,
   "targets": [ApplianceSnmpTarget],
   "users": [ApplianceSnmpUser],
}

Elements
NameTypeDescription
targetsxsd:list[ApplianceSnmpTarget]Get all the configured SNMP trap targets and their settings.
usersxsd:list[ApplianceSnmpUser]Get all the configured SNMP users and their settings.

Attributes
NameTypeDescription
usernamexsd:stringGet the configured active SNMP user name.