API Guide
"DestinationAddress": "10.35.12.7",
"PortNumber": 25,
"UseCredentials": false,
"UseSSL": false,
"Credential": null
}
Table 46. Attributes
Attribute name Description
DestinationAddress Destination address of SMTP.
PortNumber Port number of SMTP.
UseCredentials Indicates if credentials are used.
UseSSL Indicates if SSL is used.
User User name
Password Password
/api/AlertService/AlertDestinations/Actions/
AlertDestinations.SendTestTrap
POST method for AlertDestinations.SendTestTrap
This method sends an SNMP trap to the destination address.
Description
Sends an SNMP trap to the destination address.
Privilege MONITORING_SETUP
HTTP response
codes
200
Example
Input:
{
"Enabled":"true",
"DestinationAddress":"10.35.12.7",
"PortNumber":162,
"Version":"SNMPV1",
"SnmpV1V2Credential": {
"Community":"public"
}
}
Output:
Table 47. Attributes
Attribute name Description
DestinationAddress Destination address of SNMP.
PortNumber Trap port number of SNMP.
Version Version of SNMP.
UseSSL Community of SNMP.
Application settings 71