appliance techpreview monitoring snmp: limits
Get SNMP limits information.
Request:
HTTP request
GET https://{server}/rest/appliance/techpreview/monitoring/snmp/limits
No request parameters
Response:
HTTP Status Code: 200
Representation:
{
"value" : {
"max_buffer_size" : 1,
"max_communities" : 1,
"max_trap_destinations_v1" : 1,
"max_community_length" : 1,
"max_destinations_v3" : 1,
"max_notification_filters" : 1
}
}
"value" : {
"max_buffer_size" : 1,
"max_communities" : 1,
"max_trap_destinations_v1" : 1,
"max_community_length" : 1,
"max_destinations_v3" : 1,
"max_notification_filters" : 1
}
}
Response Type:
Name | Type | Description |
---|---|---|
bold = required | ||
value | SNMP_limits | SNMP limits structure. |
value.max_communities | long | Set up maximum communities limit |
value.max_trap_destinations_v1 | long | Set up max trap destinations limit |
value.max_destinations_v3 | long | Set up max destinations limit |
value.max_notification_filters | long | Set up max notification Filters |
value.max_community_length | long | Set up max community length |
value.max_buffer_size | long | Set up max buffer size |
Errors:
HTTP Status Code | Type | Description |
---|---|---|
500 | error | Generic error |