API Guide

"Id": 1000,
"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"
}]
Sample Json output
"SUCCESS"
2.7.3 /api/MIBImportService/Actions/MIBImportService.Parse
POST
Description
Parse MIB for getting trap information. This URL accepts absolute file paths of the MIB file that need to be parsed.
Privilege
TRAP_MANAGEMENT
HTTP Response Codes
200
Sample Json Input
["/tmp/parseMib/10892.mib"]
Sample Json Output
{
"ResponseMap": {
"response": {
"ErrorDescription": null,
"MissingModules": [],
"Success": true,
"ParseDetails": ""
},
"trapList": [{
"EnterpriseOid": ".1.3.6.1.4.1.318",
"EventDefinition": {
"EventCatalog": {
"EventCatalogId": 0,
"Name": "PowerNet-MIB",
"ReleaseVersion": null
},
"EventCategory": {
"Id": 1000,
"EventCategoryName": "System Health"
},
"EventDefinitionId": 0,
52
OpenManage Enterprise–Specific resource model