Delete Snmp Collector

Delete Snmp Collector

Deletes a list of the given snmp collectors. Deleting SNMP collectors also deletes the associated polling groups.

Request
URI
DELETE
https://{api_host}/tcsa/api/v1/snmp/collector
COPY
Query Parameters
string
snmpIntegration
Optional

The name of the current snmp integration

snmpIntegration example
snmp-integration

Request Body

The list of Snmp collectors to be deleted

Array of string of type(s) application/json
Optional
[
    "collectora",
    "collectorb"
]
Authentication
This operation uses the following authentication methods.
Responses
204

NO CONTENT The delete of snmp collectors returns no data.

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/tcsa/api/v1/snmp/collector