NamespaceManagement_Software_Clusters_UpgradeProgress

NamespaceManagement_Software_Clusters_UpgradeProgress
NamespaceManagement_Software_Clusters_UpgradeProgress

The Clusters.UpgradeProgress structure contains detailed information about the cluster upgrade progess.

JSON Example
{
    "total": 0,
    "completed": 0,
    "message": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "params": {
            "params": {
                "s": "string",
                "dt": "string",
                "i": 0,
                "d": "number",
                "l": {
                    "id": "string",
                    "params": {
                        "params": "Std_LocalizationParam Object"
                    }
                },
                "format": "string",
                "precision": 0
            }
        },
        "localized": "string"
    }
}
integer As int64
total
Required

Total amount of the work for the operation. The work here represents the number of master nodes in the cluster need to be upgraded.

integer As int64
completed
Required

The amount of work completed for the operation. The value can only be incremented. The number or master nodes which upgrade completed.

message
Required

The LocalizableMessage structure represents localizable string and message template. Services include one or more localizable message templates in the errors they report so that clients can display diagnostic messages in the native language of the user. Services can include localizable strings in the data returned from operations to allow clients to display localized status information in the native language of the user.