API Guide
/api/ReportService/Actions/ReportService.CloneReport
This URI represents cloning of a report.
POST method for ReportService.CloneReport
This method clones a report.
Description Clones a group.
Privilege REPORT_MANAGEMENT
HTTP response
codes
200
Example
Input:
{
"ReportDefId":"25074",
"ReportDefName":"new clone report"
}
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
Input:
{
"@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",
APIs specific to OpenManage Enterprise
395