API Guide

Table Of Contents
}]
}
/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
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"
}]
APIs specific to OpenManage Enterprise
619