Resources | Methods |
---|---|
https://localhost:8443/api/rest//installed-software |
GET
Retrieves details of current software version, package details and upgrade
history.
|
https://localhost:8443/api/rest//installed-software/upgrade-package |
POST It will upload the software upgrade image.
|
https://localhost:8443/api/rest//installed-software/upgrade-package/url |
POST It will upload the file specified by the software upgrade ufl.
|
https://localhost:8443/api/rest//installed-software/upgrade-history |
GET
Retrieves details of history of installed software versions.
|
https://localhost:8443/api/rest//installed-software/upgrade-package/apply |
POST It will upgrade the software image.
|
https://localhost:8443/api/rest//installed-software/rollback |
POST It will rollback the software image to previous version of
build.
|
https://localhost:8443/api/rest//installed-software/softclient-roster/rollback |
POST It will rollback the softclient / roster software image to previous version of
build.
|
GETRetrieves details of current software version, package details and upgrade history. [tags: DMA] Response
|
POSTIt will upload the software upgrade image.[tags: DMA_INTERNAL] RequestRepresentations
Response
|
POSTIt will upload the file specified by the software upgrade ufl.[tags: DMA_INTERNAL] RequestRepresentations
Response
|
GETRetrieves details of history of installed software versions. [tags: DMA] Response
|
POSTIt will upgrade the software image.[tags: DMA_INTERNAL] RequestRepresentations
Response
|
POSTIt will rollback the software image to previous version ofbuild. [tags: DMA_INTERNAL] RequestResponse
|
POSTIt will rollback the softclient / roster software image to previous version ofbuild. [tags: DMA_INTERNAL] RequestResponse
|