AgentUpgradeHistoryInfo

AgentUpgradeHistoryInfo
AgentUpgradeHistoryInfo

Information about agent upgrade history.

JSON Example
{
    "agent_build": "8.10.0-12345678",
    "cancelled_count": 5,
    "failed_count": 10,
    "skipped_count": 10,
    "succeeded_count": 20,
    "task_id": "7e0db15d-9c07-47b1-8e3a-f450adcac002",
    "upgrade_window_end_time": 1665417715000,
    "upgrade_window_start_time": 1660417715000
}
string
agent_build
Optional

Build to which the agents were upgraded.

integer As int32 As int32
cancelled_count
Optional

Number of machines/RDS servers for which the upgrade was cancelled.

integer As int32 As int32
failed_count
Optional

Number of machines/RDS servers for which the upgrade failed.

integer As int32 As int32
skipped_count
Optional

Number of machines/RDS servers for which the upgrade was skipped.

integer As int32 As int32
succeeded_count
Optional

Number of machines/RDS servers for which the upgrade succeeded.

string
task_id
Optional

Task id for the agent upgrade.

integer As int64 As int64
upgrade_window_end_time
Optional

Time at which the upgrade window ended.

integer As int64 As int64
upgrade_window_start_time
Optional

Time at which the upgrade window started.