dell / OpenManage-Enterprise

Script collateral leveraging the OME/OME-M REST APIs
Apache License 2.0
95 stars 49 forks source link

Need Powershell script to run inventory on selected devices / all devices within a group #45

Closed RaajeevKalyan closed 3 years ago

RaajeevKalyan commented 4 years ago

POST on JobService/Jobs with sample payload below tuned to specific devices

{ "Id": 0, "JobName": "Inventory job for foo devices ", "JobDescription": "Inventory job for foo devices", "Schedule": "startnow", "State": "Enabled", "JobType": { "Name": "Inventory_Task" }, "Targets": [ { "Id": , "Data": "", "TargetType": { "Id": 1000, "Name": "DEVICE" } } ] }

grantcurell commented 3 years ago

Since I already wrote https://github.com/dell/OpenManage-Enterprise/pull/70 I'll take this one if you want to assign it to me.

grantcurell commented 3 years ago

Completed in https://github.com/dell/OpenManage-Enterprise/pull/85