Delete an SNMP Configuration
Use this API to delete an SNMP configuration.
URI
https://[host]/api/juniper/servicenow/global-setting-management /snmp-configuration-management /snmpConfiguration/{id} (HTTP method = DELETE)
URI Parameters
Parameter | Type | Required | Description |
---|---|---|---|
id | String | Yes | ID of the SNMP configuration to be deleted |
Consumes
None
Produces
application/vnd.juniper.servicenow.global-setting-management.snmp-configuration- management.servicenowmsg+xml;version=1
application/vnd.juniper.servicenow.global-setting-management.snmp-configuration- management.servicenowmsg+json;version=1
Response Elements
Element | Type | Description |
---|---|---|
msg | String | Status message of the delete SNMP configuration job |
Sample Output
Sample XML Output
<servicenowmsg> <msg> SNMPConfiguration, SNMP Server deleted successfully </msg> </servicenowmsg>
Sample JSON Output
{ “servicenowmsg”: { “msg” : “SNMPConfiguration, SNMP Server deleted successfully” } }