Upload Mib
API to uplaod a mib file. Files with the same name are over-written
Request
URI
POST
https://{api_host}/dcc/v1/mibs
COPY
Request Body
MibUploadRequest of type(s) multipart/form-data
Required
{
"file": "string",
"name": "RFC-MIB"
}
string As binary As binary
file
Required
The file to upload. These are usually text files
string
name
Required
The name parameter for the request. This specifies the name of the file uplaoded
Responses
200
OK Returned name of uploaded MIB
Returns MibUploadResponse of type(s) application/json
"MibUploadResponse Object"
string
name
Optional
Name of the file uploaded
string
message
Optional
Message indicating success or failure
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 -X POST -H 'Authorization: <value>' -H 'Content-Type: multipart/form-data' -d '{"file:"string","name:"string"}' 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