Get All Mib Files

Get All Mib Files

API to get all the mib files uploaded. These include the default MIBs as well

Request
URI
GET
https://{api_host}/tcsa.host.com/dcc/v1/mibs
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK Return names of all MIB Files uploaded

Returns MibGetResponse of type(s) application/json
{
    "mibFiles": [
        "MIB-1",
        "MIB-2"
    ]
}
array of string
mibFiles
Optional

The list of mib files that exist


500

INTERNAL SERVER ERROR Error on the server

Returns MibError of type(s) application/json
{
    "Error": "Internal server error"
}
string
Error
Optional

Explanation of the error