Software_download
POST v1/groups/id/actions/software_download
Description
Download software update package.
Normal Response Codes
200
HTTP Error Codes
400 401 403 404 409 500 503
Detail Codes
Request
| Parameter | Type | JSON Type | Description | Mandatory |
|---|---|---|---|---|
| id | NsObjectID | string | ID of the group. A 42 digit hexadecimal number. Example: '2a0df0fe6f7dc7bb16000000000000000000004817'. | true |
| version | NsSoftwareVersion | string | Version string to download. Software version of storage array or group. | true |
| force | NsBoolean | boolean | Flag to force download. Possible values: 'true', 'false'. | false |
JSON Request
{
"data" : {
"force" : true
}
}
Response
Type:
JSON Response
{}