API Guide

"value": [{
"@odata.type": "#MIBImportService.MIBEventCatalog",
"@odata.id": "/api/MIBImportService/EventCatalogs(1000)",
"BuiltIn": true,
"EventCatalogId": 1000,
"CatalogName": "OMSA",
"InternalName": "MIB-Dell-10892",
"ReleaseVersion": "7.4.0"
}]
}
/api/MIBImportService/MIBImportService/EventCategories
This URI represents the event categories.
GET method for EventCategories
This method returns the event categories.
Description Returns the event categories.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context": "/api/
$metadata#Collection(MIBImportService.MIBEventCategory)",
"@odata.count": 7,
"value": [{
"@odata.type": "#MIBImportService.MIBEventCategory",
"@odata.id": "/api/MIBImportService/EventCategories(1000)",
"Id": 1000,
"EventCategoryName": "System Health"
}]
}
Plugin Manager
NOTE:
The APIs in this section can be used only when the Power Manager plug-in is installed on OpenManage
Enterprise.
/api/PluginService/Plugins
This URL returns the plug-in list.
GET method for Plugins
Description
This method returns all the available plug-in.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context": "/api/$metadata#Collection(PluginService.Plugin)",
"@odata.count": 1,
"value": [
APIs specific to OpenManage Enterprise 579