Path: / v310 / appliance / {uuid} / action=testSNMP

Path parameters:
uuid - Appliance UUID

Method Summary
ResourceDescription
POST /v310/appliance/{uuid}/action=testSNMPDeprecated. Send a SNMP test trap to a remote trap receiver host. The user security and remote host information are provided in ApplianceSnmp argument. Deprecated since VMstore 4.1 and TGC 2.2. Use POST /api/v310/appliance/{uuid}/testSNMP instead.

Method Detail
HTTP Example:
POST /v310/appliance/{uuid}/action=testSNMP

API Example:

ApplianceResource.testSNMPOld({'uuid': /* uuid Appliance UUID */,
  '$entity': /* platformContainer This contains the user security and remote host information. */});

Description:
Deprecated. Send a SNMP test trap to a remote trap receiver host. The user security and remote host information are provided in ApplianceSnmp argument. Deprecated since VMstore 4.1 and TGC 2.2. Use POST /api/v310/appliance/{uuid}/testSNMP instead.
Since API version
v310.41
Tintri Api Server Support:
VMstoreOnly
Input:
Request<ApplianceSnmp> - This contains the user security and remote host information.
Output:
Response - Formatted error message if operation fails.
Errors:
Error CodeMessageHTTP Response Code
ERR-API-5007Test snmp failed.500
Produces:
application/json;qs=1, application/xml;qs=0.5
Consumes:
application/json;qs=1, application/xml;qs=0.5