API Guide
HTTP Response Codes
200
POST Usage Examples
Input:
[19114]
2.3.6 /api/ReportService/Actions/ReportService.DownloadReport
POST
Description
Download Reports
Privilege
VIEW
HTTP Response Codes
200
POST Usage Examples
Input:
{"ReportDefId":2864,"Format":"csv"}
Output:
{
"FilePath": "/var/log/dell/omc/reports/Alert Counts per Device Report.csv"
}
Groups service
2.4.1 /api/GroupService/Groups
GET
Description
Get the groups
Privilege
VIEW
HTTP Response Codes
200
GET Usage Examples
Input:
Output:
{
"@odata.context": "/api/$metadata#Collection(GroupService.Group)",
"@odata.count": 1,
"value": [
{
"@odata.id": "/api/GroupService/Groups(1214)",
"Id": 1214,
"Name": "Dell Networking Switches",
"Description": "Dell network switches",
"GlobalStatus": 5000,
"ParentId": 1164,
"CreationTime": "2017-11-15 23:39:54.251",
"UpdatedTime": "2017-11-17 20:55:00.200",
"CreatedBy": "system",
"UpdatedBy": "",
"Visible": true,
"DefinitionId": 7000,
"DefinitionDescription": "Dell network switches",
28
OpenManage Enterprise–Specific resource model