| asdm_version |
str |
The target ASDM software version to upgrade the device to. |
[optional] |
| device_uids |
List[str] |
<p>List of device identifiers to upgrade in Security Cloud Control.</p> <p>Each entry must meet all of the following:</p> <ul> <li>The identifier is a UUID (unique identifier).</li> <li>The device is managed by the MSSP portal.</li> <li>The device type is <code>ASA</code>.</li> <li>The connectivity state is <code>ONLINE</code>.</li> <li>The device is compatible with the specified software version.</li> </ul> |
|
| force_upgrade |
bool |
A boolean value, indicating whether the upgrade should be forced. If this is set to true, the upgrade (staged or not) will be executed even if any staged upgrade exists on the device |
[optional] [default to False] |
| ignore_maintenance_window |
bool |
A boolean flag that determines whether device maintenance windows should be ignored during a full upgrade |
[optional] |
| name |
str |
Specify a human-readable name for the upgrade run. |
[optional] |
| software_version |
str |
Specify the software version to which all devices will be upgraded. |
[optional] |
| stage_upgrade_only |
bool |
A boolean value, indicating whether the upgrade should be staged. If set to true, the image will be downloaded onto the devices and readiness checks will be performed. However, the upgrade will not be applied to the devices. |
[optional] [default to False] |