API Guide

Table Of Contents
/api/MIBImportService/Actions/MIBImportService.Parse
This URI represents the trap information by parsing MIBs.
POST method for MIBImportService.Parse
This method parses MIB files to get trap information. This URI accepts absolute file paths of the MIB file that need to be parsed.
Description Parses MIB files to get trap information.
Privilege TRAP_MANAGEMENT
HTTP response
codes
200
Example request
body
["/tmp/parseMib/10892.mib"]
/api/MIBImportService/Actions/MIBImportService.Delete
This URI represents the deletion of MIBs.
POST method for MIBImportService.Delete
This method deletes all the MIB files and the corresponding traps from the system.
Description
Deletes all the MIB files and the corresponding traps from the system.
Privilege TRAP_MANAGEMENT
HTTP response
codes
200
Example request
body
[1005]
/api/MIBImportService/MIBImportService/EventSeverities
This URI represents the event severities.
GET method for EventSeverities
This method returns the event severities.
Description
Returns the event severities.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/
$metadata#Collection(MIBImportService.MIBEventSeverity)",
"@odata.count": 5,
"value": [{
"@odata.type": "#MIBImportService.MIBEventSeverity",
"@odata.id": "/api/MIBImportService/EventSeverities(1)",
"Id": 1,
620 APIs specific to OpenManage Enterprise