API Guide
/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
Output:
{
"@odata.context": "/api/
$metadata#Collection(MIBImportService.MIBEventCatalog)",
"@odata.count": 46,
"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
Output:
{
"@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"
}]
}
APIs specific to OpenManage Enterprise 431