AgentUpgradeSpec

AgentUpgradeSpec
AgentUpgradeSpec

Agent upgrade spec.

JSON Example
{
    "agent_installer_package_id": "2b6eaeb8-2e91-11ed-a261-0242ac120002",
    "batch_size": 20,
    "custom_install_parameters": "ADDLOCAL=Core,USB",
    "end_time": 1652079610000,
    "failure_threshold": 10,
    "machine_or_rds_server_ids": [
        "0103796c-102b-4ed3-953f-3dfe3d23e0fe",
        "7cdd624f-37d1-46c1-ab96-695a5d13956f"
    ],
    "skip_for_logged_in_users": true,
    "start_time": 1652079610000
}
string
agent_installer_package_id
Required

ID of the agent installer package.

integer As int32 As int32
batch_size
Optional

Indicates the size of the batch to be considered for agent upgrade, in percentage.

string
custom_install_parameters
Optional

Indicates any parameters to be used by the agent for silent install.

integer As int64 As int64
end_time
Required

Agent upgrade end time.

integer As int32 As int32
failure_threshold
Optional

Indicates the threshold for tolerating failures, beyond which upgrades will be skipped, in percentage.

array of string
machine_or_rds_server_ids
Required

Machines or RDS servers on which the upgrade is to be scheduled.

boolean
skip_for_logged_in_users
Optional

Indicates whether to skip agent upgrade for logged in users.

integer As int64 As int64
start_time
Required

Agent upgrade start time.