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}/dcc/v1/mibs
COPY
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
"MibError Object"
string
Error
Optional
Explanation of the error
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/dcc/v1/mibs
Snmp Operations
POST
Initialize Snmp Collector
PUT
Update Snmp Collector
GET
Get All Snmp Collectors
DELETE
Delete Snmp Collector
POST
Send Collector Configurations
GET
Retrieve Snmp Collectors
POST
Poll Collectors For Affected Polling Groups
POST
Update Snmp Integration
GET
Get Entire Snmp Integration
POST
Add Snmp Agent
PUT
Update Snmp Agent
GET
Get All Snmp Agents
DELETE
Delete Snmp Agent
GET
Retrieve Snmp Agent
POST
Poll Agents For Affected Polling Groups
POST
Discover Capabilities
GET
Download Snmp Agents
POST
Cancel Discovery
POST
Upload Snmp Agents
POST
Upload Snmp Mask
POST
Add Snmp Mask
PUT
Update Snmp Mask
GET
Get Snmp Masks
DELETE
Delete Snmp Mask
GET
Retrieve Snmp Mask
POST
Poll Masks For Affected Polling Groups
POST
Upload Snmp Translations
GET
Get Snmp Translations
POST
Upload Mib
GET
Get All Mib Files
POST
Upload Snmp Actions
GET
Get Snmp Actions
GET
Retrieve Snmp Action
POST
Add Polling Group
PUT
Update Polling Group
GET
Get Polling Groups
DELETE
Delete Polling Groups
GET
Retrieve Polling Group