-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or request
Description
With 10.14 the 'Advanced Software Management Microservice' got introduced to Cumulocity. It can be used to:
- list all software packages installed on a device via
GET /service/advanced-software-mgmt/software?deviceId=<deviceId> - set a list of installed software packages on a device via
POST /service/advanced-software-mgmt/software?deviceId=<deviceId> - append software packages to the list of installed software via
PUT /service/advanced-software-mgmt/software?deviceId=<deviceId> - remove software from a device
DELETE /service/advanced-software-mgmt/software?deviceId=<deviceId>
See details in docs here: https://cumulocity.com/guides/reference/device-management-library/#advanced-software-management.
=> Would be benefitial to support this new service in go-c8y-cli. Maybe with a c8y devices software sub-command?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request