SystemSettingsSNMP
SystemSettingsSNMP - List
Lists all SNMP System Settings.
GET
https://api-server-host-name/configapi/{pool_UUID}/{logpoint_identifier}/SystemSettingsSNMPSuccess Response
[
{
"community_string": "test",
"id": "591a8b3dd8aaa438912a79a7",
"public_string": "public",
"snmpd_enabled": true
}
]SystemSettingsSNMP - Save
Updates the existing SNMP System Settings.
POST
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
Success Response
Last updated
Was this helpful?