Unsolved
2 Posts
0
785
July 8th, 2021 06:00
Retrieve more columns from DeviceService/Devices API
Hello - I have a daily task that runs the Get-DeviceList.ps1 that is on the GitHub (https://github.com/dell/OpenManage-Enterprise/tree/master/PowerShell)
, however I am wanting to add more columns to the grab. I want processor model/memory/ and iDRAC IP.
Any help would be much appreciated.
/api/DeviceService/Devices
Version 3.3.1 (Build 12)
No Events found!
Dell-DylanJ
4 Operator
•
2.9K Posts
0
July 8th, 2021 10:00
Hello,
The GitHub resources are not supported on this forum, unfortunately. Someone in the community may be able to further comment on customizing the script, however. I wanted to at least acknowledge your question with a reply. Apologies for not being able to provide further information.
DELL-Erman O
Moderator
•
2.9K Posts
0
July 9th, 2021 03:00
Hi, I'm not sure if can be done but you can check these documents.
End to End Automation with REST API in Dell EMC OpenManage Enterprise pg 8, pg 13 https://downloads.dell.com/manuals/all-products/esuprt_software_int/esuprt_software_ent_systems_mgmt/dell-openmanage-enterprise_white-papers4_en-us.pdf
RESTful API Guide https://dl.dell.com/topicspdf/dell-openmanage-enterprise_api-guide5_en-us.pdf
It would be helpful if someone from the community could share their experiences.
JCG2021
2 Posts
0
July 9th, 2021 03:00
Thanks! GitHub aside then, can you provide how to obtain more columns from DeviceService/Devices API? DeviceService/Devices can be found in the dell manual, so that you should be able to support Thanks!