Developers Guide

Table Of Contents
/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 APPLICATION_SETUP
HTTP response
codes
200
Example request
body
{
"Enabled":"true",
"DestinationAddress":"10.35.12.7",
"PortNumber":162,
"Version":"SNMPV1",
"SnmpV1V2Credential": {
"Community":"public"
}
}
Table 46. Attributes
Attribute name Description
DestinationAddress Destination address of SNMP.
PortNumber Trap port number of SNMP.
Version Version of SNMP.
Community Community of SNMP.
api/ApplicationService/SystemResourceUsage
GET method for ApplicationService.SystemResourceUsage
This API provides details on the CPU, memory, and disk usage of the appliance.
Description
Returns the system resource usage.
Privilege VIEW
HTTP response
codes
200
Example request
body
{
"@odata.context": "/api/
$metadata#ApplicationService.SystemResourceUsage",
"@odata.type": "#ApplicationService.SystemResourceUsage",
"@odata.id": "/api/ApplicationService/SystemResourceUsage",
"CpuUsage": 17.36,
"MemoryUsage": 60.44,
"DiskUsage": 1.41
Application settings 89