API Guide

/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,
"Name": "Unknown",
"Description": "Unknown"
}]
}
/api/MIBImportService/MIBImportService/EventCatalogs
This URI represents the event catalogs.
GET method for EventCatalogs
This method returns the event catalogs.
Description
Returns the event catalogs.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context": "/api/
$metadata#Collection(MIBImportService.MIBEventCatalog)",
"@odata.count": 46,
574 APIs specific to OpenManage Enterprise