public interface FirmwareBundleClient
| Modifier and Type | Interface and Description |
|---|---|
static class |
FirmwareBundleClient.UploadFirmwareBundleRequestInterceptor |
| Modifier and Type | Field and Description |
|---|---|
static String |
FIRMWARE_BUNDLE_URI |
| Modifier and Type | Method and Description |
|---|---|
TaskResource |
upload(File firmwareBundle,
RequestOption... options)
Uploads an SPP ISO image file or a hotfix file to the appliance.
|
static final String FIRMWARE_BUNDLE_URI
TaskResource upload(File firmwareBundle, RequestOption... options)
The API supports uploading one hotfix at a time into the system.
firmwareBundle - path to the SPP ISO image file or hotfix file.options - varargs of RequestOption, which can be used to specify
some request options.TaskResource containing the task status for the process.Copyright © 2016. All rights reserved.