API Guide

Table Of Contents
Example request
body
{
"ReportDefId":10037,
"Format":"pdf",
"EmailIds":"abcd@xyz.com"
}
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
618
APIs specific to OpenManage Enterprise