Send Collector Configurations
API to send the configuration of the snmp Collectors to the collector manager. On successful completion it changes the state of the collector to IN_SYNC
The name of the current snmp integration
snmp-integration
OK Returned list of names of collectors successfully sent to the collector manager.
[
"collectora",
"collectorb"
]
BAD REQUEST Error in the request sent
{
"code": "SNMP_COLLECTOR_API_006",
"reason": "No Snmp collector running, discovery cannot be performed",
"status": "404 Not Found"
}
This code refers to the internal error codes used in the code base.
This specifies the reason for failure.
This specifies the HTTP status code error
INERNAL SERVER ERROR Error on the server
{
"code": "SNMP_COLLECTOR_API_006",
"reason": "No Snmp collector running, discovery cannot be performed",
"status": "404 Not Found"
}
This code refers to the internal error codes used in the code base.
This specifies the reason for failure.
This specifies the HTTP status code error