Download Snmp Agents

Download Snmp Agents

API to download the all the agents. Agents can be downloaded in csv format or tab separated format. These downloaded files can be used for upload.

Request
URI
GET
https://{api_host}/tcsa.host.com/tcsa/api/v1/snmp/agents/download
COPY
Query Parameters
string
snmpIntegration
Optional

The name of the current snmp integration

snmpIntegration example
snmp-integration
string
separator
Optional

The separator type of the format required

separator example
tab
Possible values are : comma, tab,

Authentication
This operation uses the following authentication methods.
Responses
200

OK Retruned file containing all agents

Returns file of type(s) application/octet-stream
Operation doesn't return any data structure

400

BAD REQUEST Error in the request sent

Returns SnmpError of type(s) application/json
{
    "code": "SNMP_COLLECTOR_API_006",
    "reason": "No Snmp collector running, discovery cannot be performed",
    "status": "404 Not Found"
}
string
code
Optional

This code refers to the internal error codes used in the code base.

string
reason
Optional

This specifies the reason for failure.

string
status
Optional

This specifies the HTTP status code error


500

INTERNAL SERVER ERROR Error on the server

Returns SnmpError of type(s) application/json
{
    "code": "SNMP_COLLECTOR_API_006",
    "reason": "No Snmp collector running, discovery cannot be performed",
    "status": "404 Not Found"
}
string
code
Optional

This code refers to the internal error codes used in the code base.

string
reason
Optional

This specifies the reason for failure.

string
status
Optional

This specifies the HTTP status code error