API Guide

Table Of Contents
Privilege TRAP_MANAGEMENT
HTTP response
codes
200
Example
Input:
["/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
Input:
[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
Output:
{
"@odata.context": "/api/
$metadata#Collection(MIBImportService.MIBEventSeverity)",
"@odata.count": 5,
"value": [{
"@odata.type": "#MIBImportService.MIBEventSeverity",
"@odata.id": "/api/MIBImportService/EventSeverities(1)",
"Id": 1,
"Name": "Unknown",
"Description": "Unknown"
}]
}
APIs specific to OpenManage Enterprise 413