Lists all SNMP System Settings.
GET
https://api-server-host-name/configapi/{pool_UUID}/{logpoint_identifier}/SystemSettingsSNMP
Success Response
[
{
"community_string": "test",
"id": "591a8b3dd8aaa438912a79a7",
"public_string": "public",
"snmpd_enabled": true
}
]
Updates the existing SNMP System Settings.
POST
https://api-server-host-name/configapi/{pool_UUID}/{logpoint_identifier}/SystemSettingsSNMP
Parameter
Field |
Label in UI |
Type |
Description |
|---|---|---|---|
community_string |
Community String |
String |
The community string for authentication in SNMP v2. Mandatory only when the value of the “snmpd_access” parameter is ‘true’. Optional Field |
snmpd_access |
SNMPD Port (UDP 161) |
boolean |
Value must be “true” if login is mandatory for sending email from the given address. Mandatory Field |
Request Example
{
"data": {
"community_string": "public",
"snmpd_access": "true"
}
}
Success Response
{
"status": "Success",
"message": "/monitorapi/{pool_UUID}/{logpoint_identifier}/orders/{request_id}"
}
We are glad this guide helped.
Please don't include any personal information in your comment
Contact Support