API Guide

"EventSubCategory": null,
"EventType": {
"EventTypeId": 1001,
"Name": "SNMP",
"Description": "SNMP event"
},
"Name": "apcUserScheduleViolationCleared",
"Description": "INFORMATIONAL: User schedule violation has been
cleared.\n The first argument is the host device serial number.\n The second
argument is the host device name.\n The third argument is the host device
location.\n The fourth argument is the door identifier, (1=front, 2=rear).",
"Severity": {
"Description": "Info",
"Name": "Info",
"Id": 2
}
},
"FormatString": "User schedule violation cleared.",
"GenericTrapId": 6,
"SnmpEventId": 0,
"SpecificTrapId": 695,
"SnmpEventStatus": "NEW"
}]
}
}
2.7.4 /api/MIBImportService/Actions/MIBImportService.Delete
POST
Description
Delete MIB and corresponding traps from the system.
Privilege
TRAP_MANAGEMENT
HTTP Response Codes
200
Sample Json Input
[1050]
Sample Json Output
Blank Response
HTTP HEADER – 200 Ok
2.7.5 /api/MIBImportService/MIBImportService/EventSeverities
GET
GET Event Severities
Privilege
VIEW
HTTP Response Codes
200
Sample Json Output
{
"@odata.context": "/api/$metadata#Collection(MIBImportService.MIBEventSeverity)",
"@odata.count": 5,
"value": [{
"@odata.id": "/api/MIBImportService/EventSeverities(1)",
"Id": 1,
"Name": "Unknown",
"Description": "Unknown"
}
]
}
OpenManage Enterprise–Specific resource model
53