Name: ApplianceSnmpTarget

Object which defines SNMP trap receiver target settings on Tintri System.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.snmp.ApplianceSnmpTarget",
   "host": <String>,
   "id": <String>,
   "port": <Number>,
   "username": <String>,
}

Attributes
NameTypeDescription
hostxsd:stringThe host address of the trap target. It can be FQDN or an IP address.
idxsd:stringThe trap target identification.
portxsd:intThe TCP port that the trap receiver target is receiving traps from.
usernamexsd:stringThe user name that is associated with this trap target.