API Guide

2.7.6 /api/MIBImportService/MIBImportService/EventCatalogs
GET
GET Event Catalogs
Privilege
VIEW
HTTP Response Codes
200
Sample Json Output
{
"@odata.context": "/api/$metadata#Collection(MIBImportService.MIBEventCatalog)",
"@odata.count": 46,
"value": [{
"@odata.id": "/api/MIBImportService/EventCatalogs(1001)",
"BuiltIn": true,
"EventCatalogId": 1001,
"CatalogName": "iDRAC",
"InternalName": "IDRAC-MIB-SMIv2",
"ReleaseVersion": "v3.3"
}]
}
2.7.7 /api/MIBImportService/MIBImportService/EventCategories
GET
GET Event Categories
Privilege
VIEW
HTTP Response Codes
200
Sample Json Output
{
"@odata.context": "/api/$metadata#Collection(MIBImportService.MIBEventCategory)",
"@odata.count": 7,
"value": [{
"@odata.id": "/api/MIBImportService/EventCategories(1000)",
"Id": 1000,
"EventCategoryName": "System Health"
}]
}
Troubleshoot service
2.8.1 /api/JobService/Jobs
POST
Description
Create a TSR/Diagnostic job.
Privilege
JOB_MANAGEMENT, DEVICE_CONFIGURATION
HTTP Response Codes
200
POST Usage Examples : Create a TSR Job
Input:
{
54
OpenManage Enterprise–Specific resource model