API Guide
HTTP response
codes
200
Example response
body
[{
"EnterpriseOid": ".1.3.6.1.4.1.674.10892.1123123",
"EventDefinition": {
"EventCatalog": {
"EventCatalogId": 1000,
"Name": "MIB-Dell-10892",
"ReleaseVersion": "7.4.0"
},
"EventCategory": {
"Id": 3300,
"EventCategoryName": "System Health"
},
"EventDefinitionId": 1004542258,
"EventSubCategory": {
"Description": "Removable Flash media events",
"Name": "vFlash Event",
"Id": 4500,
"Prefix": "RFM"
},
"EventType": {
"EventTypeId": 1001,
"Name": "SNMP",
"Description": "SNMP event"
},
"Name": "test new",
"Description": "test description",
"Severity": {
"Description": "Critical",
"Name": "Critical",
"Id": 16
}
},
"FormatString": "$3",
"GenericTrapId": 6,
"SnmpEventId": 1142,
"SpecificTrapId": 5754,
"SnmpEventStatus": "NEW"
}]
/api/MIBImportService/Actions/MIBImportService.Parse
This URI represents the trap information by parsing MIBs.
POST method for MIBImportService.Parse
This method parses MIB files to get trap information. This URI accepts absolute file paths of the MIB file that need to be parsed.
Description
Parses MIB files to get trap information.
Privilege TRAP_MANAGEMENT
HTTP response
codes
200
Example request
body
["/tmp/parseMib/10892.mib"]
APIs specific to OpenManage Enterprise 577