Update Product SNMP Settings V2
This API is used to update a product SNMP settings. Its recommended to trigger get SNMP settings API, before performing this operation.
Request
URLURL
https://localhost:8080/lcm/lcops/api/v2/settings/snmp
Request Body
Request Body
SNMPConfigurationDTO (required)
string
authPassword
Optional
No description available
string
authType
Optional
No description available
string
communityString
Optional
No description available
string
contextName
Optional
No description available
string
privacyPassword
Optional
No description available
string
privacyType
Optional
No description available
string
snmpName
Optional
No description available
string
snmpVersion
Optional
No description available
string
username
Optional
No description available
Response
Response
Response BodyResponse Body
201 Created returns
DNSConfigurationDTO
{
"hostName": "IP address of DNS server",
"name": "dns-server1"
}
string
hostName
Optional
DNS hostname
string
name
Optional
DNS name
cURL Command
curl -X PUT -H "Content-Type: application/json" -d '{"authPassword":"string","authType":"string","communityString":"string","contextName":"string","privacyPassword":"string","privacyType":"string","snmpName":"string","snmpVersion":"string","username":"string"}' https://localhost:8080/lcm/lcops/api/v2/settings/snmp
Errors
401
The request requires user authentication.
403
The server understood the request, but is refusing to fulfill it.
404
The requested resource could not be found but may be available again in the future.
500
The server encountered an unexpected condition which prevented it from fulfilling the request.
On This Page
Settings Controller Operations
delete
delete
delete
delete