Start a Conversation

Solved!

Go to Solution

894

June 8th, 2021 08:00

All OpenManage Enterprise report definitions. not getting listed

Hello,

I am using /api/ReportService/ReportDefs to list "Id" of all in-built and custom reports defined in my Dell-OME application.

However the output contains only 20 results (first page).

also if will be a great help if someone can help with an alternate way to find "Id" of the custom reports.

 

Thanks

Moderator

 • 

8.5K Posts

June 8th, 2021 13:00

https://dell.to/3x0Q5y2,

 
It looks like you are running a GET against /api/ReportService/ReportDefs
​which what you could do is
 
https://IP ADDRESS/api/ReportService/ReportDefs?top=25
 
​adding ?top=XX displays the top results. 25 encompasses all built-in
​could do any number though. by default it show 20 just like the GUI
 
Let me know if this helps.
 
 

June 9th, 2021 03:00

Hello,

 

I am using /api/AlertService/AlertSeverities'(16)' to fetch all critical alarms from my DELL-OME application.

but it does not lists any alarms.

Tried /api/AlertService/Alerts?$filter=SeverityType eq 16, but no luck.

Requirement is to list all Alarms based on SeverityType

 

Thanks

 

Moderator

 • 

3.2K Posts

June 9th, 2021 06:00

Hi gaurav,

 

please check this thread maybe this helps you.

https://dell.to/354Sg7K

 

Regards Martin

No Events found!

Top