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
Representations:
{
"value": {
"max_buffer_size": 1,
"max_communities": 1,
"max_community_length": 1,
"max_destinations_v3": 1,
"max_notification_filters": 1,
"max_trap_destinations_v1": 1
}
}
"value": {
"max_buffer_size": 1,
"max_communities": 1,
"max_community_length": 1,
"max_destinations_v3": 1,
"max_notification_filters": 1,
"max_trap_destinations_v1": 1
}
}
<?xml version="1.0" ?>
<ns0:Limits-Result xmlns:ns0="http://vmware.com/appliance/techpreview/monitoring/snmp" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<value>
<max_communities>1</max_communities>
<max_trap_destinations_v1>1</max_trap_destinations_v1>
<max_notification_filters>1</max_notification_filters>
<max_destinations_v3>1</max_destinations_v3>
<max_community_length>1</max_community_length>
<max_buffer_size>1</max_buffer_size>
</value>
</ns0:Limits-Result>
<ns0:Limits-Result xmlns:ns0="http://vmware.com/appliance/techpreview/monitoring/snmp" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<value>
<max_communities>1</max_communities>
<max_trap_destinations_v1>1</max_trap_destinations_v1>
<max_notification_filters>1</max_notification_filters>
<max_destinations_v3>1</max_destinations_v3>
<max_community_length>1</max_community_length>
<max_buffer_size>1</max_buffer_size>
</value>
</ns0:Limits-Result>
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 |