HomeGuidesAPI Reference
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In
API Reference

/system/snmp_alarms/{SNMP_Alarm.index}

Path Params
string
required

Reference Resource: SNMP_Alarm
An index that uniquely identifies the SNMP alarm.

Body Params
string
required
length between 1 and 128

The object identifier to be monitored. Only variables that resolve to an ASN.1 primitive type of INTEGER (INTEGER, Integer32,Counter32, Counter64, Gauge32, or TimeTicks) will be monitored.

boolean

Disables RMON alarms.

integer
required
-2147483648 to 2147483647

Falling threshold to be compared against the current value to trigger the SNMP alarm.

integer
required
1 to 65535

Reference Resource: SNMP_Alarm
An index that uniquely identifies the SNMP alarm.

integer
5 to 65535

The interval in seconds, over which the SNMP_oid is sampled and compared with the rising and falling thresholds.

integer
required
-2147483648 to 2147483647

Rising threshold to be compared against the current value to trigger the SNMP alarm.

string
enum

The method of sampling of the variable. 'absolute': Absolute value of the variable will be compared with the thresholds. 'delta': The difference between the current and previous sample of the variable will be compared with the thresholds.

Allowed:
Responses
204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

415

Unsupported Media Type

500

Internal Server Error

501

Not Implemented

503

Service Unavailable

Language
Response
Click Try It! to start a request and see the response here!