API Guide

MIB import service
/api/MIBImportService/MIBS
This URI represents the MIB traps.
GET method for MIBS
This method returns the traps imported from all the MIBs. All the traps with information are listed and they an be grouped based on the
catalog name.
Description Returns the traps imported from all the MIBs.
Privilege VIEW
HTTP response
codes
200
Example request
body
{
"@odata.context": "/api/
$metadata#Collection(MIBImportService.GetTrapsPayload)",
"@odata.count": 2269,
"value": [{
"@odata.type": "#MIBImportService.GetTrapsPayload",
"EnterpriseOid": ".1.3.6.1.4.1.674.10892.1",
"EventDefinition": {
"Name": "enhancedAlertMemoryDeviceNonRecoverable",
"EventCategory": {
"Id": 1000,
"EventCategoryName": "System Health"
},
"EventCatalog": {
"EventCatalogId": 1000,
"Name": "OMSA",
"ReleaseVersion": "7.4.0"
},
"EventSubCategory": null,
"EventType": {
"EventTypeId": 1003,
"Name": "SNMP",
"Description": "SNMP event"
},
"Severity": {
"Id": 16,
"Name": "Critical",
"Description": "Critical"
},
"EventDefinitionId": 1098064858,
"Description": "Memory device status is non-recoverable."
},
"FormatString": "$3",
"GenericTrapId": 6,
"SnmpEventId": 1000,
"SpecificTrapId": 5405
}]
}
/api/MIBImportService/Actions/MIBImportService.Save
This URI represents the saved traps from MIBs.
POST method for MIBImportService.Save
This method saves parsed traps from MIB in the appliance. This URI provides functionality to save traps already parsed from the MIB.
Description
Saves parsed traps from MIB in the appliance.
Privilege TRAP_MANAGEMENT
572 APIs specific to OpenManage Enterprise