avi 31.1.1 published on Monday, Apr 14, 2025 by vmware
avi.getUpgradestatusinfo
Explore with Pulumi AI
<!–
Copyright 2021 VMware, Inc.
SPDX-License-Identifier: Mozilla Public License 2.0
–>
layout: “avi”
page_title: “AVI: avi.Upgradestatusinfo” sidebar_current: “docs-avi-datasource-upgradestatusinfo” description: |- Get information of Avi UpgradeStatusInfo.
avi.Upgradestatusinfo
This data source is used to to get avi.Upgradestatusinfo objects.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as avi from "@pulumi/avi";
const fooUpgradestatusinfo = avi.getUpgradestatusinfo({
name: "foo",
uuid: "upgradestatusinfo-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
});
import pulumi
import pulumi_avi as avi
foo_upgradestatusinfo = avi.get_upgradestatusinfo(name="foo",
uuid="upgradestatusinfo-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/avi/v31/avi"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := avi.LookupUpgradestatusinfo(ctx, &avi.LookupUpgradestatusinfoArgs{
Name: pulumi.StringRef("foo"),
Uuid: pulumi.StringRef("upgradestatusinfo-f9cf6b3e-a411-436f-95e2-2982ba2b217b"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Avi = Pulumi.Avi;
return await Deployment.RunAsync(() =>
{
var fooUpgradestatusinfo = Avi.GetUpgradestatusinfo.Invoke(new()
{
Name = "foo",
Uuid = "upgradestatusinfo-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.avi.AviFunctions;
import com.pulumi.avi.inputs.GetUpgradestatusinfoArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var fooUpgradestatusinfo = AviFunctions.getUpgradestatusinfo(GetUpgradestatusinfoArgs.builder()
.name("foo")
.uuid("upgradestatusinfo-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
.build());
}
}
variables:
fooUpgradestatusinfo:
fn::invoke:
function: avi:getUpgradestatusinfo
arguments:
name: foo
uuid: upgradestatusinfo-f9cf6b3e-a411-436f-95e2-2982ba2b217b
Using getUpgradestatusinfo
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getUpgradestatusinfo(args: GetUpgradestatusinfoArgs, opts?: InvokeOptions): Promise<GetUpgradestatusinfoResult>
function getUpgradestatusinfoOutput(args: GetUpgradestatusinfoOutputArgs, opts?: InvokeOptions): Output<GetUpgradestatusinfoResult>
def get_upgradestatusinfo(id: Optional[str] = None,
name: Optional[str] = None,
tenant_ref: Optional[str] = None,
uuid: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetUpgradestatusinfoResult
def get_upgradestatusinfo_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
tenant_ref: Optional[pulumi.Input[str]] = None,
uuid: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetUpgradestatusinfoResult]
func LookupUpgradestatusinfo(ctx *Context, args *LookupUpgradestatusinfoArgs, opts ...InvokeOption) (*LookupUpgradestatusinfoResult, error)
func LookupUpgradestatusinfoOutput(ctx *Context, args *LookupUpgradestatusinfoOutputArgs, opts ...InvokeOption) LookupUpgradestatusinfoResultOutput
> Note: This function is named LookupUpgradestatusinfo
in the Go SDK.
public static class GetUpgradestatusinfo
{
public static Task<GetUpgradestatusinfoResult> InvokeAsync(GetUpgradestatusinfoArgs args, InvokeOptions? opts = null)
public static Output<GetUpgradestatusinfoResult> Invoke(GetUpgradestatusinfoInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetUpgradestatusinfoResult> getUpgradestatusinfo(GetUpgradestatusinfoArgs args, InvokeOptions options)
public static Output<GetUpgradestatusinfoResult> getUpgradestatusinfo(GetUpgradestatusinfoArgs args, InvokeOptions options)
fn::invoke:
function: avi:index/getUpgradestatusinfo:getUpgradestatusinfo
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- Name string
- Search UpgradeStatusInfo by name.
- Tenant
Ref string - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Uuid string
- Search UpgradeStatusInfo by uuid.
- Id string
- Name string
- Search UpgradeStatusInfo by name.
- Tenant
Ref string - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Uuid string
- Search UpgradeStatusInfo by uuid.
- id String
- name String
- Search UpgradeStatusInfo by name.
- tenant
Ref String - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid String
- Search UpgradeStatusInfo by uuid.
- id string
- name string
- Search UpgradeStatusInfo by name.
- tenant
Ref string - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid string
- Search UpgradeStatusInfo by uuid.
- id str
- name str
- Search UpgradeStatusInfo by name.
- tenant_
ref str - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid str
- Search UpgradeStatusInfo by uuid.
- id String
- name String
- Search UpgradeStatusInfo by name.
- tenant
Ref String - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid String
- Search UpgradeStatusInfo by uuid.
getUpgradestatusinfo Result
The following output properties are available:
- After
Reboot stringRollback Fnc - Backward compatible abort function name. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- After
Reboot stringTask Name - Backward compatible task dict name. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Clean string
- Flag for clean installation. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Dryrun
Infos List<GetUpgradestatusinfo Dryrun Info> - Upgrade dry-run operation details. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Enable
Patch stringRollback - Check if the patch rollback is possible on this node. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Enable
Rollback string - Check if the rollback is possible on this node. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- End
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Enqueue
Time string - Enqueue time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Fips
Mode string - Fips mode for the entire system. Field introduced in 20.1.5. Allowed with any value in enterprise, enterprise with cloud services edition.
- Histories
List<Get
Upgradestatusinfo History> - Record of past operations on this node. Field introduced in 20.1.4. Allowed with any value in enterprise, enterprise with cloud services edition.
- Id string
- Image
Path string - Image path of current base image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Image
Ref string - Image uuid for identifying the current base image. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Name string
- Name of the system such as cluster name, se group name and se name. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Node
Type string - Type of the system such as controller_cluster, se_group or se. Enum options - NODE_CONTROLLER_CLUSTER, NODE_SE_GROUP, NODE_SE_TYPE. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Obj
Cloud stringRef - Cloud that this object belongs to. It is a reference to an object of type cloud. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Params
List<Get
Upgradestatusinfo Param> - Parameters associated with the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Patch
Image stringPath - Image path of current patch image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Patch
Image stringRef - Image uuid for identifying the current patch.example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Patch
Lists List<GetUpgradestatusinfo Patch List> - List of patches applied to this node. Example base-image is 18.2.6 and a patch 6p1 is applied, then a patch 6p5 applied. This field will indicate the [{'6p1', '6p1_image_uuid'}, {'6p5', '6p5_image_uuid'}] value. Field introduced in 18.2.8, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Patch
Reboot string - Flag for patch op with reboot. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Patch
Version string - Current patch version applied to this node. Example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Prev
Image stringPath - Image path of previous base image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Prev
Patch stringImage Path - Image path of previous patch image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Prev
Remote stringImage Ref - Remote image reference of previous base image. Field introduced in 30.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Previous
Image stringRef - Image uuid for identifying previous base image.example base-image was 18.2.5 and an upgrade was done to 18.2.6, then this field will indicate the 18.2.5 value. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Previous
Patch stringImage Ref - Image uuid for identifying previous patch.example base-image was 18.2.6 with a patch 6p1. Upgrade was initiated to 18.2.8 with patch 8p1. The previous_image field will contain 18.2.6 and this field will indicate the 6p1 value. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Previous
Patch List<GetLists Upgradestatusinfo Previous Patch List> - List of patches applied to this node on previous major version. Field introduced in 18.2.8, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Previous
Patch stringVersion - Previous patch version applied to this node.example base-image was 18.2.6 with a patch 6p1. Upgrade was initiated to 18.2.8 with patch 8p1. The previous_image field will contain 18.2.6 and this field will indicate the 6p1 value. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Previous
Version string - Previous version prior to upgrade.example base-image was 18.2.5 and an upgrade was done to 18.2.6, then this field will indicate the 18.2.5 value. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Progress string
- Upgrade operations progress which holds value between 0-100. Allowed values are 0-100. Field introduced in 18.2.8, 20.1.1. Unit is percent. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Reason string
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Remote
Image stringRef - Remote image reference of current base image. Field introduced in 30.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Se
Patch stringImage Path - Image path of se patch image.(required in case of reimage and upgrade + patch). Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Se
Patch stringImage Ref - Image uuid for identifying the current se patch required in case of system upgrade(re-image) with se patch. It is a reference to an object of type image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Se
Upgrade List<GetEvents Upgradestatusinfo Se Upgrade Event> - Serviceenginegroup upgrade errors. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Seg
Params List<GetUpgradestatusinfo Seg Param> - Se_patch may be different from the controller_patch. It has to be saved in the journal for subsequent consumption. The segroup params will be saved in the controller entry as seg_params. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Seg
Statuses List<GetUpgradestatusinfo Seg Status> - Detailed segroup status. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Statediff
Ref string - Record of pre/post snapshot captured for current upgrade operation. It is a reference to an object of type statediffoperation. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- States
List<Get
Upgradestatusinfo State> - Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- System string
- Flag is set only in the cluster if the upgrade is initiated as a system-upgrade. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- System
Report List<string>Refs - Tracks the list of reports created for node. It is a reference to an object of type systemreport. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Tasks
Completed string - Completed set of tasks in the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Tenant
Ref string - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Total
Tasks string - Total number of tasks in the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Upgrade
Events List<GetUpgradestatusinfo Upgrade Event> - Events performed for upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Upgrade
Ops string - Upgrade operations requested. Enum options - UPGRADE, PATCH, ROLLBACK, ROLLBACKPATCH, SEGROUP_RESUME, EVAL_UPGRADE, EVAL_PATCH, EVAL_ROLLBACK, EVAL_ROLLBACKPATCH, EVAL_SEGROUP_RESUME, EVAL_RESTORE, RESTORE, UPGRADE_DRYRUN. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Upgrade
Readinesses List<GetUpgradestatusinfo Upgrade Readiness> - Upgrade readiness check execution detail. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Uuid string
- Uuid identifier for the system such as cluster, se group and se. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Version string
- Current base image applied to this node. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- After
Reboot stringRollback Fnc - Backward compatible abort function name. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- After
Reboot stringTask Name - Backward compatible task dict name. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Clean string
- Flag for clean installation. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Dryrun
Infos []GetUpgradestatusinfo Dryrun Info - Upgrade dry-run operation details. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Enable
Patch stringRollback - Check if the patch rollback is possible on this node. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Enable
Rollback string - Check if the rollback is possible on this node. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- End
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Enqueue
Time string - Enqueue time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Fips
Mode string - Fips mode for the entire system. Field introduced in 20.1.5. Allowed with any value in enterprise, enterprise with cloud services edition.
- Histories
[]Get
Upgradestatusinfo History - Record of past operations on this node. Field introduced in 20.1.4. Allowed with any value in enterprise, enterprise with cloud services edition.
- Id string
- Image
Path string - Image path of current base image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Image
Ref string - Image uuid for identifying the current base image. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Name string
- Name of the system such as cluster name, se group name and se name. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Node
Type string - Type of the system such as controller_cluster, se_group or se. Enum options - NODE_CONTROLLER_CLUSTER, NODE_SE_GROUP, NODE_SE_TYPE. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Obj
Cloud stringRef - Cloud that this object belongs to. It is a reference to an object of type cloud. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Params
[]Get
Upgradestatusinfo Param - Parameters associated with the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Patch
Image stringPath - Image path of current patch image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Patch
Image stringRef - Image uuid for identifying the current patch.example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Patch
Lists []GetUpgradestatusinfo Patch List - List of patches applied to this node. Example base-image is 18.2.6 and a patch 6p1 is applied, then a patch 6p5 applied. This field will indicate the [{'6p1', '6p1_image_uuid'}, {'6p5', '6p5_image_uuid'}] value. Field introduced in 18.2.8, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Patch
Reboot string - Flag for patch op with reboot. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Patch
Version string - Current patch version applied to this node. Example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Prev
Image stringPath - Image path of previous base image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Prev
Patch stringImage Path - Image path of previous patch image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Prev
Remote stringImage Ref - Remote image reference of previous base image. Field introduced in 30.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Previous
Image stringRef - Image uuid for identifying previous base image.example base-image was 18.2.5 and an upgrade was done to 18.2.6, then this field will indicate the 18.2.5 value. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Previous
Patch stringImage Ref - Image uuid for identifying previous patch.example base-image was 18.2.6 with a patch 6p1. Upgrade was initiated to 18.2.8 with patch 8p1. The previous_image field will contain 18.2.6 and this field will indicate the 6p1 value. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Previous
Patch []GetLists Upgradestatusinfo Previous Patch List - List of patches applied to this node on previous major version. Field introduced in 18.2.8, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Previous
Patch stringVersion - Previous patch version applied to this node.example base-image was 18.2.6 with a patch 6p1. Upgrade was initiated to 18.2.8 with patch 8p1. The previous_image field will contain 18.2.6 and this field will indicate the 6p1 value. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Previous
Version string - Previous version prior to upgrade.example base-image was 18.2.5 and an upgrade was done to 18.2.6, then this field will indicate the 18.2.5 value. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Progress string
- Upgrade operations progress which holds value between 0-100. Allowed values are 0-100. Field introduced in 18.2.8, 20.1.1. Unit is percent. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Reason string
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Remote
Image stringRef - Remote image reference of current base image. Field introduced in 30.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Se
Patch stringImage Path - Image path of se patch image.(required in case of reimage and upgrade + patch). Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Se
Patch stringImage Ref - Image uuid for identifying the current se patch required in case of system upgrade(re-image) with se patch. It is a reference to an object of type image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Se
Upgrade []GetEvents Upgradestatusinfo Se Upgrade Event - Serviceenginegroup upgrade errors. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Seg
Params []GetUpgradestatusinfo Seg Param - Se_patch may be different from the controller_patch. It has to be saved in the journal for subsequent consumption. The segroup params will be saved in the controller entry as seg_params. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Seg
Statuses []GetUpgradestatusinfo Seg Status - Detailed segroup status. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Statediff
Ref string - Record of pre/post snapshot captured for current upgrade operation. It is a reference to an object of type statediffoperation. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- States
[]Get
Upgradestatusinfo State - Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- System string
- Flag is set only in the cluster if the upgrade is initiated as a system-upgrade. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- System
Report []stringRefs - Tracks the list of reports created for node. It is a reference to an object of type systemreport. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Tasks
Completed string - Completed set of tasks in the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Tenant
Ref string - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Total
Tasks string - Total number of tasks in the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Upgrade
Events []GetUpgradestatusinfo Upgrade Event - Events performed for upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Upgrade
Ops string - Upgrade operations requested. Enum options - UPGRADE, PATCH, ROLLBACK, ROLLBACKPATCH, SEGROUP_RESUME, EVAL_UPGRADE, EVAL_PATCH, EVAL_ROLLBACK, EVAL_ROLLBACKPATCH, EVAL_SEGROUP_RESUME, EVAL_RESTORE, RESTORE, UPGRADE_DRYRUN. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Upgrade
Readinesses []GetUpgradestatusinfo Upgrade Readiness - Upgrade readiness check execution detail. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Uuid string
- Uuid identifier for the system such as cluster, se group and se. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Version string
- Current base image applied to this node. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- after
Reboot StringRollback Fnc - Backward compatible abort function name. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- after
Reboot StringTask Name - Backward compatible task dict name. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- clean String
- Flag for clean installation. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- dryrun
Infos List<GetUpgradestatusinfo Dryrun Info> - Upgrade dry-run operation details. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- duration String
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enable
Patch StringRollback - Check if the patch rollback is possible on this node. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enable
Rollback String - Check if the rollback is possible on this node. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time String - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enqueue
Time String - Enqueue time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- fips
Mode String - Fips mode for the entire system. Field introduced in 20.1.5. Allowed with any value in enterprise, enterprise with cloud services edition.
- histories
List<Get
Upgradestatusinfo History> - Record of past operations on this node. Field introduced in 20.1.4. Allowed with any value in enterprise, enterprise with cloud services edition.
- id String
- image
Path String - Image path of current base image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- image
Ref String - Image uuid for identifying the current base image. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name String
- Name of the system such as cluster name, se group name and se name. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- node
Type String - Type of the system such as controller_cluster, se_group or se. Enum options - NODE_CONTROLLER_CLUSTER, NODE_SE_GROUP, NODE_SE_TYPE. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- obj
Cloud StringRef - Cloud that this object belongs to. It is a reference to an object of type cloud. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- params
List<Get
Upgradestatusinfo Param> - Parameters associated with the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Image StringPath - Image path of current patch image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Image StringRef - Image uuid for identifying the current patch.example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Lists List<GetUpgradestatusinfo Patch List> - List of patches applied to this node. Example base-image is 18.2.6 and a patch 6p1 is applied, then a patch 6p5 applied. This field will indicate the [{'6p1', '6p1_image_uuid'}, {'6p5', '6p5_image_uuid'}] value. Field introduced in 18.2.8, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Reboot String - Flag for patch op with reboot. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Version String - Current patch version applied to this node. Example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- prev
Image StringPath - Image path of previous base image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- prev
Patch StringImage Path - Image path of previous patch image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- prev
Remote StringImage Ref - Remote image reference of previous base image. Field introduced in 30.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- previous
Image StringRef - Image uuid for identifying previous base image.example base-image was 18.2.5 and an upgrade was done to 18.2.6, then this field will indicate the 18.2.5 value. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- previous
Patch StringImage Ref - Image uuid for identifying previous patch.example base-image was 18.2.6 with a patch 6p1. Upgrade was initiated to 18.2.8 with patch 8p1. The previous_image field will contain 18.2.6 and this field will indicate the 6p1 value. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- previous
Patch List<GetLists Upgradestatusinfo Previous Patch List> - List of patches applied to this node on previous major version. Field introduced in 18.2.8, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- previous
Patch StringVersion - Previous patch version applied to this node.example base-image was 18.2.6 with a patch 6p1. Upgrade was initiated to 18.2.8 with patch 8p1. The previous_image field will contain 18.2.6 and this field will indicate the 6p1 value. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- previous
Version String - Previous version prior to upgrade.example base-image was 18.2.5 and an upgrade was done to 18.2.6, then this field will indicate the 18.2.5 value. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- progress String
- Upgrade operations progress which holds value between 0-100. Allowed values are 0-100. Field introduced in 18.2.8, 20.1.1. Unit is percent. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- reason String
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- remote
Image StringRef - Remote image reference of current base image. Field introduced in 30.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- se
Patch StringImage Path - Image path of se patch image.(required in case of reimage and upgrade + patch). Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se
Patch StringImage Ref - Image uuid for identifying the current se patch required in case of system upgrade(re-image) with se patch. It is a reference to an object of type image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se
Upgrade List<GetEvents Upgradestatusinfo Se Upgrade Event> - Serviceenginegroup upgrade errors. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- seg
Params List<GetUpgradestatusinfo Seg Param> - Se_patch may be different from the controller_patch. It has to be saved in the journal for subsequent consumption. The segroup params will be saved in the controller entry as seg_params. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- seg
Statuses List<GetUpgradestatusinfo Seg Status> - Detailed segroup status. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- start
Time String - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- statediff
Ref String - Record of pre/post snapshot captured for current upgrade operation. It is a reference to an object of type statediffoperation. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- states
List<Get
Upgradestatusinfo State> - Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- system String
- Flag is set only in the cluster if the upgrade is initiated as a system-upgrade. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- system
Report List<String>Refs - Tracks the list of reports created for node. It is a reference to an object of type systemreport. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- tasks
Completed String - Completed set of tasks in the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref String - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- total
Tasks String - Total number of tasks in the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- upgrade
Events List<GetUpgradestatusinfo Upgrade Event> - Events performed for upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- upgrade
Ops String - Upgrade operations requested. Enum options - UPGRADE, PATCH, ROLLBACK, ROLLBACKPATCH, SEGROUP_RESUME, EVAL_UPGRADE, EVAL_PATCH, EVAL_ROLLBACK, EVAL_ROLLBACKPATCH, EVAL_SEGROUP_RESUME, EVAL_RESTORE, RESTORE, UPGRADE_DRYRUN. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- upgrade
Readinesses List<GetUpgradestatusinfo Upgrade Readiness> - Upgrade readiness check execution detail. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- uuid String
- Uuid identifier for the system such as cluster, se group and se. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- version String
- Current base image applied to this node. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- after
Reboot stringRollback Fnc - Backward compatible abort function name. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- after
Reboot stringTask Name - Backward compatible task dict name. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- clean string
- Flag for clean installation. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- dryrun
Infos GetUpgradestatusinfo Dryrun Info[] - Upgrade dry-run operation details. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enable
Patch stringRollback - Check if the patch rollback is possible on this node. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enable
Rollback string - Check if the rollback is possible on this node. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enqueue
Time string - Enqueue time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- fips
Mode string - Fips mode for the entire system. Field introduced in 20.1.5. Allowed with any value in enterprise, enterprise with cloud services edition.
- histories
Get
Upgradestatusinfo History[] - Record of past operations on this node. Field introduced in 20.1.4. Allowed with any value in enterprise, enterprise with cloud services edition.
- id string
- image
Path string - Image path of current base image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- image
Ref string - Image uuid for identifying the current base image. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name string
- Name of the system such as cluster name, se group name and se name. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- node
Type string - Type of the system such as controller_cluster, se_group or se. Enum options - NODE_CONTROLLER_CLUSTER, NODE_SE_GROUP, NODE_SE_TYPE. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- obj
Cloud stringRef - Cloud that this object belongs to. It is a reference to an object of type cloud. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- params
Get
Upgradestatusinfo Param[] - Parameters associated with the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Image stringPath - Image path of current patch image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Image stringRef - Image uuid for identifying the current patch.example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Lists GetUpgradestatusinfo Patch List[] - List of patches applied to this node. Example base-image is 18.2.6 and a patch 6p1 is applied, then a patch 6p5 applied. This field will indicate the [{'6p1', '6p1_image_uuid'}, {'6p5', '6p5_image_uuid'}] value. Field introduced in 18.2.8, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Reboot string - Flag for patch op with reboot. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Version string - Current patch version applied to this node. Example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- prev
Image stringPath - Image path of previous base image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- prev
Patch stringImage Path - Image path of previous patch image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- prev
Remote stringImage Ref - Remote image reference of previous base image. Field introduced in 30.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- previous
Image stringRef - Image uuid for identifying previous base image.example base-image was 18.2.5 and an upgrade was done to 18.2.6, then this field will indicate the 18.2.5 value. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- previous
Patch stringImage Ref - Image uuid for identifying previous patch.example base-image was 18.2.6 with a patch 6p1. Upgrade was initiated to 18.2.8 with patch 8p1. The previous_image field will contain 18.2.6 and this field will indicate the 6p1 value. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- previous
Patch GetLists Upgradestatusinfo Previous Patch List[] - List of patches applied to this node on previous major version. Field introduced in 18.2.8, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- previous
Patch stringVersion - Previous patch version applied to this node.example base-image was 18.2.6 with a patch 6p1. Upgrade was initiated to 18.2.8 with patch 8p1. The previous_image field will contain 18.2.6 and this field will indicate the 6p1 value. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- previous
Version string - Previous version prior to upgrade.example base-image was 18.2.5 and an upgrade was done to 18.2.6, then this field will indicate the 18.2.5 value. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- progress string
- Upgrade operations progress which holds value between 0-100. Allowed values are 0-100. Field introduced in 18.2.8, 20.1.1. Unit is percent. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- reason string
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- remote
Image stringRef - Remote image reference of current base image. Field introduced in 30.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- se
Patch stringImage Path - Image path of se patch image.(required in case of reimage and upgrade + patch). Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se
Patch stringImage Ref - Image uuid for identifying the current se patch required in case of system upgrade(re-image) with se patch. It is a reference to an object of type image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se
Upgrade GetEvents Upgradestatusinfo Se Upgrade Event[] - Serviceenginegroup upgrade errors. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- seg
Params GetUpgradestatusinfo Seg Param[] - Se_patch may be different from the controller_patch. It has to be saved in the journal for subsequent consumption. The segroup params will be saved in the controller entry as seg_params. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- seg
Statuses GetUpgradestatusinfo Seg Status[] - Detailed segroup status. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- statediff
Ref string - Record of pre/post snapshot captured for current upgrade operation. It is a reference to an object of type statediffoperation. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- states
Get
Upgradestatusinfo State[] - Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- system string
- Flag is set only in the cluster if the upgrade is initiated as a system-upgrade. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- system
Report string[]Refs - Tracks the list of reports created for node. It is a reference to an object of type systemreport. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- tasks
Completed string - Completed set of tasks in the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref string - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- total
Tasks string - Total number of tasks in the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- upgrade
Events GetUpgradestatusinfo Upgrade Event[] - Events performed for upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- upgrade
Ops string - Upgrade operations requested. Enum options - UPGRADE, PATCH, ROLLBACK, ROLLBACKPATCH, SEGROUP_RESUME, EVAL_UPGRADE, EVAL_PATCH, EVAL_ROLLBACK, EVAL_ROLLBACKPATCH, EVAL_SEGROUP_RESUME, EVAL_RESTORE, RESTORE, UPGRADE_DRYRUN. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- upgrade
Readinesses GetUpgradestatusinfo Upgrade Readiness[] - Upgrade readiness check execution detail. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- uuid string
- Uuid identifier for the system such as cluster, se group and se. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- version string
- Current base image applied to this node. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- after_
reboot_ strrollback_ fnc - Backward compatible abort function name. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- after_
reboot_ strtask_ name - Backward compatible task dict name. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- clean str
- Flag for clean installation. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- dryrun_
infos Sequence[GetUpgradestatusinfo Dryrun Info] - Upgrade dry-run operation details. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- duration str
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enable_
patch_ strrollback - Check if the patch rollback is possible on this node. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enable_
rollback str - Check if the rollback is possible on this node. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end_
time str - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enqueue_
time str - Enqueue time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- fips_
mode str - Fips mode for the entire system. Field introduced in 20.1.5. Allowed with any value in enterprise, enterprise with cloud services edition.
- histories
Sequence[Get
Upgradestatusinfo History] - Record of past operations on this node. Field introduced in 20.1.4. Allowed with any value in enterprise, enterprise with cloud services edition.
- id str
- image_
path str - Image path of current base image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- image_
ref str - Image uuid for identifying the current base image. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name str
- Name of the system such as cluster name, se group name and se name. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- node_
type str - Type of the system such as controller_cluster, se_group or se. Enum options - NODE_CONTROLLER_CLUSTER, NODE_SE_GROUP, NODE_SE_TYPE. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- obj_
cloud_ strref - Cloud that this object belongs to. It is a reference to an object of type cloud. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- params
Sequence[Get
Upgradestatusinfo Param] - Parameters associated with the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch_
image_ strpath - Image path of current patch image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch_
image_ strref - Image uuid for identifying the current patch.example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch_
lists Sequence[GetUpgradestatusinfo Patch List] - List of patches applied to this node. Example base-image is 18.2.6 and a patch 6p1 is applied, then a patch 6p5 applied. This field will indicate the [{'6p1', '6p1_image_uuid'}, {'6p5', '6p5_image_uuid'}] value. Field introduced in 18.2.8, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch_
reboot str - Flag for patch op with reboot. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch_
version str - Current patch version applied to this node. Example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- prev_
image_ strpath - Image path of previous base image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- prev_
patch_ strimage_ path - Image path of previous patch image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- prev_
remote_ strimage_ ref - Remote image reference of previous base image. Field introduced in 30.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- previous_
image_ strref - Image uuid for identifying previous base image.example base-image was 18.2.5 and an upgrade was done to 18.2.6, then this field will indicate the 18.2.5 value. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- previous_
patch_ strimage_ ref - Image uuid for identifying previous patch.example base-image was 18.2.6 with a patch 6p1. Upgrade was initiated to 18.2.8 with patch 8p1. The previous_image field will contain 18.2.6 and this field will indicate the 6p1 value. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- previous_
patch_ Sequence[Getlists Upgradestatusinfo Previous Patch List] - List of patches applied to this node on previous major version. Field introduced in 18.2.8, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- previous_
patch_ strversion - Previous patch version applied to this node.example base-image was 18.2.6 with a patch 6p1. Upgrade was initiated to 18.2.8 with patch 8p1. The previous_image field will contain 18.2.6 and this field will indicate the 6p1 value. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- previous_
version str - Previous version prior to upgrade.example base-image was 18.2.5 and an upgrade was done to 18.2.6, then this field will indicate the 18.2.5 value. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- progress str
- Upgrade operations progress which holds value between 0-100. Allowed values are 0-100. Field introduced in 18.2.8, 20.1.1. Unit is percent. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- reason str
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- remote_
image_ strref - Remote image reference of current base image. Field introduced in 30.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- se_
patch_ strimage_ path - Image path of se patch image.(required in case of reimage and upgrade + patch). Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se_
patch_ strimage_ ref - Image uuid for identifying the current se patch required in case of system upgrade(re-image) with se patch. It is a reference to an object of type image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se_
upgrade_ Sequence[Getevents Upgradestatusinfo Se Upgrade Event] - Serviceenginegroup upgrade errors. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- seg_
params Sequence[GetUpgradestatusinfo Seg Param] - Se_patch may be different from the controller_patch. It has to be saved in the journal for subsequent consumption. The segroup params will be saved in the controller entry as seg_params. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- seg_
statuses Sequence[GetUpgradestatusinfo Seg Status] - Detailed segroup status. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- start_
time str - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- statediff_
ref str - Record of pre/post snapshot captured for current upgrade operation. It is a reference to an object of type statediffoperation. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- states
Sequence[Get
Upgradestatusinfo State] - Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- system str
- Flag is set only in the cluster if the upgrade is initiated as a system-upgrade. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- system_
report_ Sequence[str]refs - Tracks the list of reports created for node. It is a reference to an object of type systemreport. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- tasks_
completed str - Completed set of tasks in the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant_
ref str - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- total_
tasks str - Total number of tasks in the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- upgrade_
events Sequence[GetUpgradestatusinfo Upgrade Event] - Events performed for upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- upgrade_
ops str - Upgrade operations requested. Enum options - UPGRADE, PATCH, ROLLBACK, ROLLBACKPATCH, SEGROUP_RESUME, EVAL_UPGRADE, EVAL_PATCH, EVAL_ROLLBACK, EVAL_ROLLBACKPATCH, EVAL_SEGROUP_RESUME, EVAL_RESTORE, RESTORE, UPGRADE_DRYRUN. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- upgrade_
readinesses Sequence[GetUpgradestatusinfo Upgrade Readiness] - Upgrade readiness check execution detail. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- uuid str
- Uuid identifier for the system such as cluster, se group and se. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- version str
- Current base image applied to this node. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- after
Reboot StringRollback Fnc - Backward compatible abort function name. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- after
Reboot StringTask Name - Backward compatible task dict name. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- clean String
- Flag for clean installation. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- dryrun
Infos List<Property Map> - Upgrade dry-run operation details. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- duration String
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enable
Patch StringRollback - Check if the patch rollback is possible on this node. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enable
Rollback String - Check if the rollback is possible on this node. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time String - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enqueue
Time String - Enqueue time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- fips
Mode String - Fips mode for the entire system. Field introduced in 20.1.5. Allowed with any value in enterprise, enterprise with cloud services edition.
- histories List<Property Map>
- Record of past operations on this node. Field introduced in 20.1.4. Allowed with any value in enterprise, enterprise with cloud services edition.
- id String
- image
Path String - Image path of current base image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- image
Ref String - Image uuid for identifying the current base image. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name String
- Name of the system such as cluster name, se group name and se name. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- node
Type String - Type of the system such as controller_cluster, se_group or se. Enum options - NODE_CONTROLLER_CLUSTER, NODE_SE_GROUP, NODE_SE_TYPE. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- obj
Cloud StringRef - Cloud that this object belongs to. It is a reference to an object of type cloud. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- params List<Property Map>
- Parameters associated with the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Image StringPath - Image path of current patch image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Image StringRef - Image uuid for identifying the current patch.example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Lists List<Property Map> - List of patches applied to this node. Example base-image is 18.2.6 and a patch 6p1 is applied, then a patch 6p5 applied. This field will indicate the [{'6p1', '6p1_image_uuid'}, {'6p5', '6p5_image_uuid'}] value. Field introduced in 18.2.8, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Reboot String - Flag for patch op with reboot. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Version String - Current patch version applied to this node. Example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- prev
Image StringPath - Image path of previous base image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- prev
Patch StringImage Path - Image path of previous patch image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- prev
Remote StringImage Ref - Remote image reference of previous base image. Field introduced in 30.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- previous
Image StringRef - Image uuid for identifying previous base image.example base-image was 18.2.5 and an upgrade was done to 18.2.6, then this field will indicate the 18.2.5 value. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- previous
Patch StringImage Ref - Image uuid for identifying previous patch.example base-image was 18.2.6 with a patch 6p1. Upgrade was initiated to 18.2.8 with patch 8p1. The previous_image field will contain 18.2.6 and this field will indicate the 6p1 value. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- previous
Patch List<Property Map>Lists - List of patches applied to this node on previous major version. Field introduced in 18.2.8, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- previous
Patch StringVersion - Previous patch version applied to this node.example base-image was 18.2.6 with a patch 6p1. Upgrade was initiated to 18.2.8 with patch 8p1. The previous_image field will contain 18.2.6 and this field will indicate the 6p1 value. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- previous
Version String - Previous version prior to upgrade.example base-image was 18.2.5 and an upgrade was done to 18.2.6, then this field will indicate the 18.2.5 value. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- progress String
- Upgrade operations progress which holds value between 0-100. Allowed values are 0-100. Field introduced in 18.2.8, 20.1.1. Unit is percent. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- reason String
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- remote
Image StringRef - Remote image reference of current base image. Field introduced in 30.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- se
Patch StringImage Path - Image path of se patch image.(required in case of reimage and upgrade + patch). Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se
Patch StringImage Ref - Image uuid for identifying the current se patch required in case of system upgrade(re-image) with se patch. It is a reference to an object of type image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se
Upgrade List<Property Map>Events - Serviceenginegroup upgrade errors. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- seg
Params List<Property Map> - Se_patch may be different from the controller_patch. It has to be saved in the journal for subsequent consumption. The segroup params will be saved in the controller entry as seg_params. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- seg
Statuses List<Property Map> - Detailed segroup status. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- start
Time String - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- statediff
Ref String - Record of pre/post snapshot captured for current upgrade operation. It is a reference to an object of type statediffoperation. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- states List<Property Map>
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- system String
- Flag is set only in the cluster if the upgrade is initiated as a system-upgrade. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- system
Report List<String>Refs - Tracks the list of reports created for node. It is a reference to an object of type systemreport. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- tasks
Completed String - Completed set of tasks in the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref String - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- total
Tasks String - Total number of tasks in the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- upgrade
Events List<Property Map> - Events performed for upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- upgrade
Ops String - Upgrade operations requested. Enum options - UPGRADE, PATCH, ROLLBACK, ROLLBACKPATCH, SEGROUP_RESUME, EVAL_UPGRADE, EVAL_PATCH, EVAL_ROLLBACK, EVAL_ROLLBACKPATCH, EVAL_SEGROUP_RESUME, EVAL_RESTORE, RESTORE, UPGRADE_DRYRUN. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- upgrade
Readinesses List<Property Map> - Upgrade readiness check execution detail. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- uuid String
- Uuid identifier for the system such as cluster, se group and se. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- version String
- Current base image applied to this node. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
Supporting Types
GetUpgradestatusinfoDryrunInfo
- Duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- End
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Operation string
- Params
List<Get
Upgradestatusinfo Dryrun Info Param> - Parameters associated with the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Progress string
- Upgrade operations progress which holds value between 0-100. Allowed values are 0-100. Field introduced in 18.2.8, 20.1.1. Unit is percent. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- States
List<Get
Upgradestatusinfo Dryrun Info State> - Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Tasks
Completed string - Completed set of tasks in the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Total
Tasks string - Total number of tasks in the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Upgrade
Events List<GetUpgradestatusinfo Dryrun Info Upgrade Event> - Events performed for upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Worker string
- Duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- End
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Operation string
- Params
[]Get
Upgradestatusinfo Dryrun Info Param - Parameters associated with the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Progress string
- Upgrade operations progress which holds value between 0-100. Allowed values are 0-100. Field introduced in 18.2.8, 20.1.1. Unit is percent. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- States
[]Get
Upgradestatusinfo Dryrun Info State - Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Tasks
Completed string - Completed set of tasks in the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Total
Tasks string - Total number of tasks in the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Upgrade
Events []GetUpgradestatusinfo Dryrun Info Upgrade Event - Events performed for upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Worker string
- duration String
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time String - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- operation String
- params
List<Get
Upgradestatusinfo Dryrun Info Param> - Parameters associated with the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- progress String
- Upgrade operations progress which holds value between 0-100. Allowed values are 0-100. Field introduced in 18.2.8, 20.1.1. Unit is percent. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- start
Time String - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- states
List<Get
Upgradestatusinfo Dryrun Info State> - Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tasks
Completed String - Completed set of tasks in the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- total
Tasks String - Total number of tasks in the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- upgrade
Events List<GetUpgradestatusinfo Dryrun Info Upgrade Event> - Events performed for upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- worker String
- duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- operation string
- params
Get
Upgradestatusinfo Dryrun Info Param[] - Parameters associated with the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- progress string
- Upgrade operations progress which holds value between 0-100. Allowed values are 0-100. Field introduced in 18.2.8, 20.1.1. Unit is percent. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- states
Get
Upgradestatusinfo Dryrun Info State[] - Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tasks
Completed string - Completed set of tasks in the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- total
Tasks string - Total number of tasks in the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- upgrade
Events GetUpgradestatusinfo Dryrun Info Upgrade Event[] - Events performed for upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- worker string
- duration str
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end_
time str - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- operation str
- params
Sequence[Get
Upgradestatusinfo Dryrun Info Param] - Parameters associated with the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- progress str
- Upgrade operations progress which holds value between 0-100. Allowed values are 0-100. Field introduced in 18.2.8, 20.1.1. Unit is percent. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- start_
time str - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- states
Sequence[Get
Upgradestatusinfo Dryrun Info State] - Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tasks_
completed str - Completed set of tasks in the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- total_
tasks str - Total number of tasks in the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- upgrade_
events Sequence[GetUpgradestatusinfo Dryrun Info Upgrade Event] - Events performed for upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- worker str
- duration String
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time String - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- operation String
- params List<Property Map>
- Parameters associated with the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- progress String
- Upgrade operations progress which holds value between 0-100. Allowed values are 0-100. Field introduced in 18.2.8, 20.1.1. Unit is percent. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- start
Time String - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- states List<Property Map>
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tasks
Completed String - Completed set of tasks in the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- total
Tasks String - Total number of tasks in the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- upgrade
Events List<Property Map> - Events performed for upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- worker String
GetUpgradestatusinfoDryrunInfoParam
- Controller
Patch stringRef - Dryrun string
- Image
Ref string - Image uuid for identifying the current base image. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Prechecks
Only string - Se
Group List<GetOptions Upgradestatusinfo Dryrun Info Param Se Group Option> - Se
Group List<string>Refs - Se
Patch stringRef - Skip
Warnings string - System string
- Flag is set only in the cluster if the upgrade is initiated as a system-upgrade. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Controller
Patch stringRef - Dryrun string
- Image
Ref string - Image uuid for identifying the current base image. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Prechecks
Only string - Se
Group []GetOptions Upgradestatusinfo Dryrun Info Param Se Group Option - Se
Group []stringRefs - Se
Patch stringRef - Skip
Warnings string - System string
- Flag is set only in the cluster if the upgrade is initiated as a system-upgrade. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- controller
Patch StringRef - dryrun String
- image
Ref String - Image uuid for identifying the current base image. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- prechecks
Only String - se
Group List<GetOptions Upgradestatusinfo Dryrun Info Param Se Group Option> - se
Group List<String>Refs - se
Patch StringRef - skip
Warnings String - system String
- Flag is set only in the cluster if the upgrade is initiated as a system-upgrade. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- controller
Patch stringRef - dryrun string
- image
Ref string - Image uuid for identifying the current base image. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- prechecks
Only string - se
Group GetOptions Upgradestatusinfo Dryrun Info Param Se Group Option[] - se
Group string[]Refs - se
Patch stringRef - skip
Warnings string - system string
- Flag is set only in the cluster if the upgrade is initiated as a system-upgrade. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- controller_
patch_ strref - dryrun str
- image_
ref str - Image uuid for identifying the current base image. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- prechecks_
only str - se_
group_ Sequence[Getoptions Upgradestatusinfo Dryrun Info Param Se Group Option] - se_
group_ Sequence[str]refs - se_
patch_ strref - skip_
warnings str - system str
- Flag is set only in the cluster if the upgrade is initiated as a system-upgrade. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- controller
Patch StringRef - dryrun String
- image
Ref String - Image uuid for identifying the current base image. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- prechecks
Only String - se
Group List<Property Map>Options - se
Group List<String>Refs - se
Patch StringRef - skip
Warnings String - system String
- Flag is set only in the cluster if the upgrade is initiated as a system-upgrade. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
GetUpgradestatusinfoDryrunInfoParamSeGroupOption
- Action
On stringError - Disruptive string
- Action
On stringError - Disruptive string
- action
On StringError - disruptive String
- action
On stringError - disruptive string
- action_
on_ strerror - disruptive str
- action
On StringError - disruptive String
GetUpgradestatusinfoDryrunInfoState
- Last
Changed List<GetTimes Upgradestatusinfo Dryrun Info State Last Changed Time> - Reason string
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Rebooted string
- State string
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Last
Changed []GetTimes Upgradestatusinfo Dryrun Info State Last Changed Time - Reason string
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Rebooted string
- State string
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- last
Changed List<GetTimes Upgradestatusinfo Dryrun Info State Last Changed Time> - reason String
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- rebooted String
- state String
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- last
Changed GetTimes Upgradestatusinfo Dryrun Info State Last Changed Time[] - reason string
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- rebooted string
- state string
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- last_
changed_ Sequence[Gettimes Upgradestatusinfo Dryrun Info State Last Changed Time] - reason str
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- rebooted str
- state str
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- last
Changed List<Property Map>Times - reason String
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- rebooted String
- state String
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
GetUpgradestatusinfoDryrunInfoStateLastChangedTime
GetUpgradestatusinfoDryrunInfoUpgradeEvent
GetUpgradestatusinfoDryrunInfoUpgradeEventNodesEvent
- Duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- End
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Ips
List<Get
Upgradestatusinfo Dryrun Info Upgrade Event Nodes Event Ip> - Message string
- Start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Status string
- Sub
Tasks List<string>
- Duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- End
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Ips
[]Get
Upgradestatusinfo Dryrun Info Upgrade Event Nodes Event Ip - Message string
- Start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Status string
- Sub
Tasks []string
- duration String
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time String - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ips
List<Get
Upgradestatusinfo Dryrun Info Upgrade Event Nodes Event Ip> - message String
- start
Time String - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- status String
- sub
Tasks List<String>
- duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ips
Get
Upgradestatusinfo Dryrun Info Upgrade Event Nodes Event Ip[] - message string
- start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- status string
- sub
Tasks string[]
- duration str
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end_
time str - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ips
Sequence[Get
Upgradestatusinfo Dryrun Info Upgrade Event Nodes Event Ip] - message str
- start_
time str - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- status str
- sub_
tasks Sequence[str]
- duration String
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time String - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ips List<Property Map>
- message String
- start
Time String - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- status String
- sub
Tasks List<String>
GetUpgradestatusinfoDryrunInfoUpgradeEventNodesEventIp
GetUpgradestatusinfoDryrunInfoUpgradeEventSubEvent
- Duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- End
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Ips
List<Get
Upgradestatusinfo Dryrun Info Upgrade Event Sub Event Ip> - Message string
- Start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Status string
- Sub
Tasks List<string>
- Duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- End
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Ips
[]Get
Upgradestatusinfo Dryrun Info Upgrade Event Sub Event Ip - Message string
- Start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Status string
- Sub
Tasks []string
- duration String
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time String - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ips
List<Get
Upgradestatusinfo Dryrun Info Upgrade Event Sub Event Ip> - message String
- start
Time String - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- status String
- sub
Tasks List<String>
- duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ips
Get
Upgradestatusinfo Dryrun Info Upgrade Event Sub Event Ip[] - message string
- start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- status string
- sub
Tasks string[]
- duration str
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end_
time str - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ips
Sequence[Get
Upgradestatusinfo Dryrun Info Upgrade Event Sub Event Ip] - message str
- start_
time str - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- status str
- sub_
tasks Sequence[str]
- duration String
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time String - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ips List<Property Map>
- message String
- start
Time String - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- status String
- sub
Tasks List<String>
GetUpgradestatusinfoDryrunInfoUpgradeEventSubEventIp
GetUpgradestatusinfoHistory
- Duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- End
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Ops string
- Patch
Version string - Current patch version applied to this node. Example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Se
Upgrade List<GetEvents Upgradestatusinfo History Se Upgrade Event> - Serviceenginegroup upgrade errors. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Seg
Statuses List<GetUpgradestatusinfo History Seg Status> - Detailed segroup status. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Statediff
Ref string - Record of pre/post snapshot captured for current upgrade operation. It is a reference to an object of type statediffoperation. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- States
List<Get
Upgradestatusinfo History State> - Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Upgrade
Events List<GetUpgradestatusinfo History Upgrade Event> - Events performed for upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Version string
- Current base image applied to this node. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- End
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Ops string
- Patch
Version string - Current patch version applied to this node. Example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Se
Upgrade []GetEvents Upgradestatusinfo History Se Upgrade Event - Serviceenginegroup upgrade errors. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Seg
Statuses []GetUpgradestatusinfo History Seg Status - Detailed segroup status. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Statediff
Ref string - Record of pre/post snapshot captured for current upgrade operation. It is a reference to an object of type statediffoperation. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- States
[]Get
Upgradestatusinfo History State - Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Upgrade
Events []GetUpgradestatusinfo History Upgrade Event - Events performed for upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Version string
- Current base image applied to this node. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- duration String
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time String - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ops String
- patch
Version String - Current patch version applied to this node. Example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se
Upgrade List<GetEvents Upgradestatusinfo History Se Upgrade Event> - Serviceenginegroup upgrade errors. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- seg
Statuses List<GetUpgradestatusinfo History Seg Status> - Detailed segroup status. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- start
Time String - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- statediff
Ref String - Record of pre/post snapshot captured for current upgrade operation. It is a reference to an object of type statediffoperation. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- states
List<Get
Upgradestatusinfo History State> - Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- upgrade
Events List<GetUpgradestatusinfo History Upgrade Event> - Events performed for upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- version String
- Current base image applied to this node. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ops string
- patch
Version string - Current patch version applied to this node. Example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se
Upgrade GetEvents Upgradestatusinfo History Se Upgrade Event[] - Serviceenginegroup upgrade errors. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- seg
Statuses GetUpgradestatusinfo History Seg Status[] - Detailed segroup status. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- statediff
Ref string - Record of pre/post snapshot captured for current upgrade operation. It is a reference to an object of type statediffoperation. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- states
Get
Upgradestatusinfo History State[] - Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- upgrade
Events GetUpgradestatusinfo History Upgrade Event[] - Events performed for upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- version string
- Current base image applied to this node. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- duration str
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end_
time str - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ops str
- patch_
version str - Current patch version applied to this node. Example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se_
upgrade_ Sequence[Getevents Upgradestatusinfo History Se Upgrade Event] - Serviceenginegroup upgrade errors. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- seg_
statuses Sequence[GetUpgradestatusinfo History Seg Status] - Detailed segroup status. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- start_
time str - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- statediff_
ref str - Record of pre/post snapshot captured for current upgrade operation. It is a reference to an object of type statediffoperation. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- states
Sequence[Get
Upgradestatusinfo History State] - Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- upgrade_
events Sequence[GetUpgradestatusinfo History Upgrade Event] - Events performed for upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- version str
- Current base image applied to this node. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- duration String
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time String - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ops String
- patch
Version String - Current patch version applied to this node. Example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- se
Upgrade List<Property Map>Events - Serviceenginegroup upgrade errors. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- seg
Statuses List<Property Map> - Detailed segroup status. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- start
Time String - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- statediff
Ref String - Record of pre/post snapshot captured for current upgrade operation. It is a reference to an object of type statediffoperation. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- states List<Property Map>
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- upgrade
Events List<Property Map> - Events performed for upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- version String
- Current base image applied to this node. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
GetUpgradestatusinfoHistorySeUpgradeEvent
- From
Se stringRef - Num
Se string - Num
Se stringGroup - Num
Vs string - Reasons List<string>
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Se
Group stringHa Mode - Se
Group stringRef - Se
Ref string - Sub
Tasks List<string> - Task string
- To
Se stringRef - Traffic
Status string - Vs
Ref string
- From
Se stringRef - Num
Se string - Num
Se stringGroup - Num
Vs string - Reasons []string
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Se
Group stringHa Mode - Se
Group stringRef - Se
Ref string - Sub
Tasks []string - Task string
- To
Se stringRef - Traffic
Status string - Vs
Ref string
- from
Se StringRef - num
Se String - num
Se StringGroup - num
Vs String - reasons List<String>
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se
Group StringHa Mode - se
Group StringRef - se
Ref String - sub
Tasks List<String> - task String
- to
Se StringRef - traffic
Status String - vs
Ref String
- from
Se stringRef - num
Se string - num
Se stringGroup - num
Vs string - reasons string[]
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se
Group stringHa Mode - se
Group stringRef - se
Ref string - sub
Tasks string[] - task string
- to
Se stringRef - traffic
Status string - vs
Ref string
- from_
se_ strref - num_
se str - num_
se_ strgroup - num_
vs str - reasons Sequence[str]
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se_
group_ strha_ mode - se_
group_ strref - se_
ref str - sub_
tasks Sequence[str] - task str
- to_
se_ strref - traffic_
status str - vs_
ref str
- from
Se StringRef - num
Se String - num
Se StringGroup - num
Vs String - reasons List<String>
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se
Group StringHa Mode - se
Group StringRef - se
Ref String - sub
Tasks List<String> - task String
- to
Se StringRef - traffic
Status String - vs
Ref String
GetUpgradestatusinfoHistorySegStatus
- Controller
Version string - Disrupted
Vs List<string>Reves - Duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- End
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Enqueue
Time string - Enqueue time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Ha
Mode string - In
Progress string - Notes List<string>
- Num
Se string - Num
Se stringWith No Vs - Num
Se stringWith Vs Not Scaledout - Num
Se stringWith Vs Scaledout - Num
Vs string - Num
Vs stringDisrupted - Progress string
- Upgrade operations progress which holds value between 0-100. Allowed values are 0-100. Field introduced in 18.2.8, 20.1.1. Unit is percent. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Reasons List<string>
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Request
Time string - Se
Already List<string>Upgraded At Starts - Se
Disconnected List<string>At Starts - Se
Group stringName - Se
Group stringUuid - Se
Ip List<string>Missing At Starts - Se
Poweredoff List<string>At Starts - Se
Reboot stringIn Progress Ref - Se
Upgrade List<string>Completeds - Se
Upgrade List<GetErrors Upgradestatusinfo History Seg Status Se Upgrade Error> - Se
Upgrade List<string>Faileds - Se
Upgrade List<string>In Progresses - Se
Upgrade List<string>Not Starteds - Se
Upgrade List<string>Skip Suspendeds - Se
Upgrade List<string>Suspendeds - Se
With List<string>No Vs - Se
With List<string>Vs Not Scaledouts - Se
With List<string>Vs Scaledouts - Start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- State string
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Tenant
Ref string - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Thread string
- Traffic
Status string - Vs
Errors List<GetUpgradestatusinfo History Seg Status Vs Error> - Vs
Migrate List<string>In Progress Reves - Vs
Scalein List<string>In Progress Reves - Vs
Scaleout List<string>In Progress Reves - Worker string
- Controller
Version string - Disrupted
Vs []stringReves - Duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- End
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Enqueue
Time string - Enqueue time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Ha
Mode string - In
Progress string - Notes []string
- Num
Se string - Num
Se stringWith No Vs - Num
Se stringWith Vs Not Scaledout - Num
Se stringWith Vs Scaledout - Num
Vs string - Num
Vs stringDisrupted - Progress string
- Upgrade operations progress which holds value between 0-100. Allowed values are 0-100. Field introduced in 18.2.8, 20.1.1. Unit is percent. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Reasons []string
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Request
Time string - Se
Already []stringUpgraded At Starts - Se
Disconnected []stringAt Starts - Se
Group stringName - Se
Group stringUuid - Se
Ip []stringMissing At Starts - Se
Poweredoff []stringAt Starts - Se
Reboot stringIn Progress Ref - Se
Upgrade []stringCompleteds - Se
Upgrade []GetErrors Upgradestatusinfo History Seg Status Se Upgrade Error - Se
Upgrade []stringFaileds - Se
Upgrade []stringIn Progresses - Se
Upgrade []stringNot Starteds - Se
Upgrade []stringSkip Suspendeds - Se
Upgrade []stringSuspendeds - Se
With []stringNo Vs - Se
With []stringVs Not Scaledouts - Se
With []stringVs Scaledouts - Start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- State string
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Tenant
Ref string - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Thread string
- Traffic
Status string - Vs
Errors []GetUpgradestatusinfo History Seg Status Vs Error - Vs
Migrate []stringIn Progress Reves - Vs
Scalein []stringIn Progress Reves - Vs
Scaleout []stringIn Progress Reves - Worker string
- controller
Version String - disrupted
Vs List<String>Reves - duration String
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time String - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enqueue
Time String - Enqueue time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ha
Mode String - in
Progress String - notes List<String>
- num
Se String - num
Se StringWith No Vs - num
Se StringWith Vs Not Scaledout - num
Se StringWith Vs Scaledout - num
Vs String - num
Vs StringDisrupted - progress String
- Upgrade operations progress which holds value between 0-100. Allowed values are 0-100. Field introduced in 18.2.8, 20.1.1. Unit is percent. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- reasons List<String>
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- request
Time String - se
Already List<String>Upgraded At Starts - se
Disconnected List<String>At Starts - se
Group StringName - se
Group StringUuid - se
Ip List<String>Missing At Starts - se
Poweredoff List<String>At Starts - se
Reboot StringIn Progress Ref - se
Upgrade List<String>Completeds - se
Upgrade List<GetErrors Upgradestatusinfo History Seg Status Se Upgrade Error> - se
Upgrade List<String>Faileds - se
Upgrade List<String>In Progresses - se
Upgrade List<String>Not Starteds - se
Upgrade List<String>Skip Suspendeds - se
Upgrade List<String>Suspendeds - se
With List<String>No Vs - se
With List<String>Vs Not Scaledouts - se
With List<String>Vs Scaledouts - start
Time String - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- state String
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref String - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- thread String
- traffic
Status String - vs
Errors List<GetUpgradestatusinfo History Seg Status Vs Error> - vs
Migrate List<String>In Progress Reves - vs
Scalein List<String>In Progress Reves - vs
Scaleout List<String>In Progress Reves - worker String
- controller
Version string - disrupted
Vs string[]Reves - duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enqueue
Time string - Enqueue time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ha
Mode string - in
Progress string - notes string[]
- num
Se string - num
Se stringWith No Vs - num
Se stringWith Vs Not Scaledout - num
Se stringWith Vs Scaledout - num
Vs string - num
Vs stringDisrupted - progress string
- Upgrade operations progress which holds value between 0-100. Allowed values are 0-100. Field introduced in 18.2.8, 20.1.1. Unit is percent. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- reasons string[]
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- request
Time string - se
Already string[]Upgraded At Starts - se
Disconnected string[]At Starts - se
Group stringName - se
Group stringUuid - se
Ip string[]Missing At Starts - se
Poweredoff string[]At Starts - se
Reboot stringIn Progress Ref - se
Upgrade string[]Completeds - se
Upgrade GetErrors Upgradestatusinfo History Seg Status Se Upgrade Error[] - se
Upgrade string[]Faileds - se
Upgrade string[]In Progresses - se
Upgrade string[]Not Starteds - se
Upgrade string[]Skip Suspendeds - se
Upgrade string[]Suspendeds - se
With string[]No Vs - se
With string[]Vs Not Scaledouts - se
With string[]Vs Scaledouts - start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- state string
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref string - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- thread string
- traffic
Status string - vs
Errors GetUpgradestatusinfo History Seg Status Vs Error[] - vs
Migrate string[]In Progress Reves - vs
Scalein string[]In Progress Reves - vs
Scaleout string[]In Progress Reves - worker string
- controller_
version str - disrupted_
vs_ Sequence[str]reves - duration str
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end_
time str - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enqueue_
time str - Enqueue time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ha_
mode str - in_
progress str - notes Sequence[str]
- num_
se str - num_
se_ strwith_ no_ vs - num_
se_ strwith_ vs_ not_ scaledout - num_
se_ strwith_ vs_ scaledout - num_
vs str - num_
vs_ strdisrupted - progress str
- Upgrade operations progress which holds value between 0-100. Allowed values are 0-100. Field introduced in 18.2.8, 20.1.1. Unit is percent. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- reasons Sequence[str]
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- request_
time str - se_
already_ Sequence[str]upgraded_ at_ starts - se_
disconnected_ Sequence[str]at_ starts - se_
group_ strname - se_
group_ struuid - se_
ip_ Sequence[str]missing_ at_ starts - se_
poweredoff_ Sequence[str]at_ starts - se_
reboot_ strin_ progress_ ref - se_
upgrade_ Sequence[str]completeds - se_
upgrade_ Sequence[Geterrors Upgradestatusinfo History Seg Status Se Upgrade Error] - se_
upgrade_ Sequence[str]faileds - se_
upgrade_ Sequence[str]in_ progresses - se_
upgrade_ Sequence[str]not_ starteds - se_
upgrade_ Sequence[str]skip_ suspendeds - se_
upgrade_ Sequence[str]suspendeds - se_
with_ Sequence[str]no_ vs - se_
with_ Sequence[str]vs_ not_ scaledouts - se_
with_ Sequence[str]vs_ scaledouts - start_
time str - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- state str
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant_
ref str - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- thread str
- traffic_
status str - vs_
errors Sequence[GetUpgradestatusinfo History Seg Status Vs Error] - vs_
migrate_ Sequence[str]in_ progress_ reves - vs_
scalein_ Sequence[str]in_ progress_ reves - vs_
scaleout_ Sequence[str]in_ progress_ reves - worker str
- controller
Version String - disrupted
Vs List<String>Reves - duration String
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time String - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enqueue
Time String - Enqueue time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ha
Mode String - in
Progress String - notes List<String>
- num
Se String - num
Se StringWith No Vs - num
Se StringWith Vs Not Scaledout - num
Se StringWith Vs Scaledout - num
Vs String - num
Vs StringDisrupted - progress String
- Upgrade operations progress which holds value between 0-100. Allowed values are 0-100. Field introduced in 18.2.8, 20.1.1. Unit is percent. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- reasons List<String>
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- request
Time String - se
Already List<String>Upgraded At Starts - se
Disconnected List<String>At Starts - se
Group StringName - se
Group StringUuid - se
Ip List<String>Missing At Starts - se
Poweredoff List<String>At Starts - se
Reboot StringIn Progress Ref - se
Upgrade List<String>Completeds - se
Upgrade List<Property Map>Errors - se
Upgrade List<String>Faileds - se
Upgrade List<String>In Progresses - se
Upgrade List<String>Not Starteds - se
Upgrade List<String>Skip Suspendeds - se
Upgrade List<String>Suspendeds - se
With List<String>No Vs - se
With List<String>Vs Not Scaledouts - se
With List<String>Vs Scaledouts - start
Time String - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- state String
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref String - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- thread String
- traffic
Status String - vs
Errors List<Property Map> - vs
Migrate List<String>In Progress Reves - vs
Scalein List<String>In Progress Reves - vs
Scaleout List<String>In Progress Reves - worker String
GetUpgradestatusinfoHistorySegStatusSeUpgradeError
- From
Se stringRef - Num
Se string - Num
Se stringGroup - Num
Vs string - Reasons List<string>
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Se
Group stringHa Mode - Se
Group stringRef - Se
Ref string - Sub
Tasks List<string> - Task string
- To
Se stringRef - Traffic
Status string - Vs
Ref string
- From
Se stringRef - Num
Se string - Num
Se stringGroup - Num
Vs string - Reasons []string
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Se
Group stringHa Mode - Se
Group stringRef - Se
Ref string - Sub
Tasks []string - Task string
- To
Se stringRef - Traffic
Status string - Vs
Ref string
- from
Se StringRef - num
Se String - num
Se StringGroup - num
Vs String - reasons List<String>
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se
Group StringHa Mode - se
Group StringRef - se
Ref String - sub
Tasks List<String> - task String
- to
Se StringRef - traffic
Status String - vs
Ref String
- from
Se stringRef - num
Se string - num
Se stringGroup - num
Vs string - reasons string[]
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se
Group stringHa Mode - se
Group stringRef - se
Ref string - sub
Tasks string[] - task string
- to
Se stringRef - traffic
Status string - vs
Ref string
- from_
se_ strref - num_
se str - num_
se_ strgroup - num_
vs str - reasons Sequence[str]
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se_
group_ strha_ mode - se_
group_ strref - se_
ref str - sub_
tasks Sequence[str] - task str
- to_
se_ strref - traffic_
status str - vs_
ref str
- from
Se StringRef - num
Se String - num
Se StringGroup - num
Vs String - reasons List<String>
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se
Group StringHa Mode - se
Group StringRef - se
Ref String - sub
Tasks List<String> - task String
- to
Se StringRef - traffic
Status String - vs
Ref String
GetUpgradestatusinfoHistorySegStatusVsError
- Event
Timestamps List<GetUpgradestatusinfo History Seg Status Vs Error Event Timestamp> - Reasons List<string>
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Se
Group stringHa Mode - Se
Group stringRef - Se
Ref string - Tenant
Ref string - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Traffic
Status string - Vip
Id string - Vs
Ref string
- Event
Timestamps []GetUpgradestatusinfo History Seg Status Vs Error Event Timestamp - Reasons []string
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Se
Group stringHa Mode - Se
Group stringRef - Se
Ref string - Tenant
Ref string - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Traffic
Status string - Vip
Id string - Vs
Ref string
- event
Timestamps List<GetUpgradestatusinfo History Seg Status Vs Error Event Timestamp> - reasons List<String>
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se
Group StringHa Mode - se
Group StringRef - se
Ref String - tenant
Ref String - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- traffic
Status String - vip
Id String - vs
Ref String
- event
Timestamps GetUpgradestatusinfo History Seg Status Vs Error Event Timestamp[] - reasons string[]
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se
Group stringHa Mode - se
Group stringRef - se
Ref string - tenant
Ref string - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- traffic
Status string - vip
Id string - vs
Ref string
- event_
timestamps Sequence[GetUpgradestatusinfo History Seg Status Vs Error Event Timestamp] - reasons Sequence[str]
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se_
group_ strha_ mode - se_
group_ strref - se_
ref str - tenant_
ref str - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- traffic_
status str - vip_
id str - vs_
ref str
- event
Timestamps List<Property Map> - reasons List<String>
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se
Group StringHa Mode - se
Group StringRef - se
Ref String - tenant
Ref String - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- traffic
Status String - vip
Id String - vs
Ref String
GetUpgradestatusinfoHistorySegStatusVsErrorEventTimestamp
GetUpgradestatusinfoHistoryState
- Last
Changed List<GetTimes Upgradestatusinfo History State Last Changed Time> - Reason string
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Rebooted string
- State string
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Last
Changed []GetTimes Upgradestatusinfo History State Last Changed Time - Reason string
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Rebooted string
- State string
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- last
Changed List<GetTimes Upgradestatusinfo History State Last Changed Time> - reason String
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- rebooted String
- state String
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- last
Changed GetTimes Upgradestatusinfo History State Last Changed Time[] - reason string
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- rebooted string
- state string
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- last_
changed_ Sequence[Gettimes Upgradestatusinfo History State Last Changed Time] - reason str
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- rebooted str
- state str
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- last
Changed List<Property Map>Times - reason String
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- rebooted String
- state String
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
GetUpgradestatusinfoHistoryStateLastChangedTime
GetUpgradestatusinfoHistoryUpgradeEvent
GetUpgradestatusinfoHistoryUpgradeEventNodesEvent
- Duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- End
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Ips
List<Get
Upgradestatusinfo History Upgrade Event Nodes Event Ip> - Message string
- Start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Status string
- Sub
Tasks List<string>
- Duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- End
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Ips
[]Get
Upgradestatusinfo History Upgrade Event Nodes Event Ip - Message string
- Start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Status string
- Sub
Tasks []string
- duration String
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time String - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ips
List<Get
Upgradestatusinfo History Upgrade Event Nodes Event Ip> - message String
- start
Time String - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- status String
- sub
Tasks List<String>
- duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ips
Get
Upgradestatusinfo History Upgrade Event Nodes Event Ip[] - message string
- start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- status string
- sub
Tasks string[]
- duration str
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end_
time str - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ips
Sequence[Get
Upgradestatusinfo History Upgrade Event Nodes Event Ip] - message str
- start_
time str - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- status str
- sub_
tasks Sequence[str]
- duration String
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time String - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ips List<Property Map>
- message String
- start
Time String - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- status String
- sub
Tasks List<String>
GetUpgradestatusinfoHistoryUpgradeEventNodesEventIp
GetUpgradestatusinfoHistoryUpgradeEventSubEvent
- Duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- End
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Ips
List<Get
Upgradestatusinfo History Upgrade Event Sub Event Ip> - Message string
- Start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Status string
- Sub
Tasks List<string>
- Duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- End
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Ips
[]Get
Upgradestatusinfo History Upgrade Event Sub Event Ip - Message string
- Start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Status string
- Sub
Tasks []string
- duration String
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time String - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ips
List<Get
Upgradestatusinfo History Upgrade Event Sub Event Ip> - message String
- start
Time String - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- status String
- sub
Tasks List<String>
- duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ips
Get
Upgradestatusinfo History Upgrade Event Sub Event Ip[] - message string
- start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- status string
- sub
Tasks string[]
- duration str
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end_
time str - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ips
Sequence[Get
Upgradestatusinfo History Upgrade Event Sub Event Ip] - message str
- start_
time str - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- status str
- sub_
tasks Sequence[str]
- duration String
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time String - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ips List<Property Map>
- message String
- start
Time String - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- status String
- sub
Tasks List<String>
GetUpgradestatusinfoHistoryUpgradeEventSubEventIp
GetUpgradestatusinfoParam
- Controllers
List<Get
Upgradestatusinfo Param Controller> - Image
Ref string - Image uuid for identifying the current base image. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Patch
Ref string - Se
Group List<GetOptions Upgradestatusinfo Param Se Group Option> - Se
Group List<GetResume Options Upgradestatusinfo Param Se Group Resume Option> - Service
Engines List<GetUpgradestatusinfo Param Service Engine>
- Controllers
[]Get
Upgradestatusinfo Param Controller - Image
Ref string - Image uuid for identifying the current base image. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Patch
Ref string - Se
Group []GetOptions Upgradestatusinfo Param Se Group Option - Se
Group []GetResume Options Upgradestatusinfo Param Se Group Resume Option - Service
Engines []GetUpgradestatusinfo Param Service Engine
- controllers
List<Get
Upgradestatusinfo Param Controller> - image
Ref String - Image uuid for identifying the current base image. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Ref String - se
Group List<GetOptions Upgradestatusinfo Param Se Group Option> - se
Group List<GetResume Options Upgradestatusinfo Param Se Group Resume Option> - service
Engines List<GetUpgradestatusinfo Param Service Engine>
- controllers
Get
Upgradestatusinfo Param Controller[] - image
Ref string - Image uuid for identifying the current base image. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Ref string - se
Group GetOptions Upgradestatusinfo Param Se Group Option[] - se
Group GetResume Options Upgradestatusinfo Param Se Group Resume Option[] - service
Engines GetUpgradestatusinfo Param Service Engine[]
- controllers
Sequence[Get
Upgradestatusinfo Param Controller] - image_
ref str - Image uuid for identifying the current base image. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch_
ref str - se_
group_ Sequence[Getoptions Upgradestatusinfo Param Se Group Option] - se_
group_ Sequence[Getresume_ options Upgradestatusinfo Param Se Group Resume Option] - service_
engines Sequence[GetUpgradestatusinfo Param Service Engine]
- controllers List<Property Map>
- image
Ref String - Image uuid for identifying the current base image. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Ref String - se
Group List<Property Map>Options - se
Group List<Property Map>Resume Options - service
Engines List<Property Map>
GetUpgradestatusinfoParamController
- Task
Base stringTimeout
- Task
Base stringTimeout
- task
Base StringTimeout
- task
Base stringTimeout
- task
Base StringTimeout
GetUpgradestatusinfoParamSeGroupOption
- Action
On stringError - Disruptive string
- Action
On stringError - Disruptive string
- action
On StringError - disruptive String
- action
On stringError - disruptive string
- action_
on_ strerror - disruptive str
- action
On StringError - disruptive String
GetUpgradestatusinfoParamSeGroupResumeOption
- Action
On stringError - Disruptive string
- Skip
Suspended string
- Action
On stringError - Disruptive string
- Skip
Suspended string
- action
On StringError - disruptive String
- skip
Suspended String
- action
On stringError - disruptive string
- skip
Suspended string
- action_
on_ strerror - disruptive str
- skip_
suspended str
- action
On StringError - disruptive String
- skip
Suspended String
GetUpgradestatusinfoParamServiceEngine
- Concurrent
Segroup stringUpgrades - Image
Data stringTransfer Size - Large
Se stringConnect Timeout - Se
Connect stringTimeout - Simultaneous
Image stringDownloads - Task
Base stringTimeout
- Concurrent
Segroup stringUpgrades - Image
Data stringTransfer Size - Large
Se stringConnect Timeout - Se
Connect stringTimeout - Simultaneous
Image stringDownloads - Task
Base stringTimeout
- concurrent
Segroup StringUpgrades - image
Data StringTransfer Size - large
Se StringConnect Timeout - se
Connect StringTimeout - simultaneous
Image StringDownloads - task
Base StringTimeout
- concurrent
Segroup stringUpgrades - image
Data stringTransfer Size - large
Se stringConnect Timeout - se
Connect stringTimeout - simultaneous
Image stringDownloads - task
Base stringTimeout
- concurrent
Segroup StringUpgrades - image
Data StringTransfer Size - large
Se StringConnect Timeout - se
Connect StringTimeout - simultaneous
Image StringDownloads - task
Base StringTimeout
GetUpgradestatusinfoPatchList
- Patch
Image stringPath - Image path of current patch image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Patch
Image stringRef - Image uuid for identifying the current patch.example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Patch
Version string - Current patch version applied to this node. Example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Patch
Image stringPath - Image path of current patch image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Patch
Image stringRef - Image uuid for identifying the current patch.example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Patch
Version string - Current patch version applied to this node. Example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Image StringPath - Image path of current patch image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Image StringRef - Image uuid for identifying the current patch.example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Version String - Current patch version applied to this node. Example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Image stringPath - Image path of current patch image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Image stringRef - Image uuid for identifying the current patch.example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Version string - Current patch version applied to this node. Example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch_
image_ strpath - Image path of current patch image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch_
image_ strref - Image uuid for identifying the current patch.example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch_
version str - Current patch version applied to this node. Example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Image StringPath - Image path of current patch image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Image StringRef - Image uuid for identifying the current patch.example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Version String - Current patch version applied to this node. Example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
GetUpgradestatusinfoPreviousPatchList
- Patch
Image stringPath - Image path of current patch image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Patch
Image stringRef - Image uuid for identifying the current patch.example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Patch
Version string - Current patch version applied to this node. Example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Patch
Image stringPath - Image path of current patch image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Patch
Image stringRef - Image uuid for identifying the current patch.example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Patch
Version string - Current patch version applied to this node. Example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Image StringPath - Image path of current patch image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Image StringRef - Image uuid for identifying the current patch.example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Version String - Current patch version applied to this node. Example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Image stringPath - Image path of current patch image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Image stringRef - Image uuid for identifying the current patch.example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Version string - Current patch version applied to this node. Example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch_
image_ strpath - Image path of current patch image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch_
image_ strref - Image uuid for identifying the current patch.example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch_
version str - Current patch version applied to this node. Example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Image StringPath - Image path of current patch image. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Image StringRef - Image uuid for identifying the current patch.example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Version String - Current patch version applied to this node. Example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
GetUpgradestatusinfoSeUpgradeEvent
- From
Se stringRef - Num
Se string - Num
Se stringGroup - Num
Vs string - Reasons List<string>
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Se
Group stringHa Mode - Se
Group stringRef - Se
Ref string - Sub
Tasks List<string> - Task string
- To
Se stringRef - Traffic
Status string - Vs
Ref string
- From
Se stringRef - Num
Se string - Num
Se stringGroup - Num
Vs string - Reasons []string
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Se
Group stringHa Mode - Se
Group stringRef - Se
Ref string - Sub
Tasks []string - Task string
- To
Se stringRef - Traffic
Status string - Vs
Ref string
- from
Se StringRef - num
Se String - num
Se StringGroup - num
Vs String - reasons List<String>
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se
Group StringHa Mode - se
Group StringRef - se
Ref String - sub
Tasks List<String> - task String
- to
Se StringRef - traffic
Status String - vs
Ref String
- from
Se stringRef - num
Se string - num
Se stringGroup - num
Vs string - reasons string[]
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se
Group stringHa Mode - se
Group stringRef - se
Ref string - sub
Tasks string[] - task string
- to
Se stringRef - traffic
Status string - vs
Ref string
- from_
se_ strref - num_
se str - num_
se_ strgroup - num_
vs str - reasons Sequence[str]
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se_
group_ strha_ mode - se_
group_ strref - se_
ref str - sub_
tasks Sequence[str] - task str
- to_
se_ strref - traffic_
status str - vs_
ref str
- from
Se StringRef - num
Se String - num
Se StringGroup - num
Vs String - reasons List<String>
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se
Group StringHa Mode - se
Group StringRef - se
Ref String - sub
Tasks List<String> - task String
- to
Se StringRef - traffic
Status String - vs
Ref String
GetUpgradestatusinfoSegParam
- Controllers
List<Get
Upgradestatusinfo Seg Param Controller> - Image
Ref string - Image uuid for identifying the current base image. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Patch
Ref string - Se
Group List<GetOptions Upgradestatusinfo Seg Param Se Group Option> - Se
Group List<GetResume Options Upgradestatusinfo Seg Param Se Group Resume Option> - Service
Engines List<GetUpgradestatusinfo Seg Param Service Engine>
- Controllers
[]Get
Upgradestatusinfo Seg Param Controller - Image
Ref string - Image uuid for identifying the current base image. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Patch
Ref string - Se
Group []GetOptions Upgradestatusinfo Seg Param Se Group Option - Se
Group []GetResume Options Upgradestatusinfo Seg Param Se Group Resume Option - Service
Engines []GetUpgradestatusinfo Seg Param Service Engine
- controllers
List<Get
Upgradestatusinfo Seg Param Controller> - image
Ref String - Image uuid for identifying the current base image. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Ref String - se
Group List<GetOptions Upgradestatusinfo Seg Param Se Group Option> - se
Group List<GetResume Options Upgradestatusinfo Seg Param Se Group Resume Option> - service
Engines List<GetUpgradestatusinfo Seg Param Service Engine>
- controllers
Get
Upgradestatusinfo Seg Param Controller[] - image
Ref string - Image uuid for identifying the current base image. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Ref string - se
Group GetOptions Upgradestatusinfo Seg Param Se Group Option[] - se
Group GetResume Options Upgradestatusinfo Seg Param Se Group Resume Option[] - service
Engines GetUpgradestatusinfo Seg Param Service Engine[]
- controllers
Sequence[Get
Upgradestatusinfo Seg Param Controller] - image_
ref str - Image uuid for identifying the current base image. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch_
ref str - se_
group_ Sequence[Getoptions Upgradestatusinfo Seg Param Se Group Option] - se_
group_ Sequence[Getresume_ options Upgradestatusinfo Seg Param Se Group Resume Option] - service_
engines Sequence[GetUpgradestatusinfo Seg Param Service Engine]
- controllers List<Property Map>
- image
Ref String - Image uuid for identifying the current base image. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Ref String - se
Group List<Property Map>Options - se
Group List<Property Map>Resume Options - service
Engines List<Property Map>
GetUpgradestatusinfoSegParamController
- Task
Base stringTimeout
- Task
Base stringTimeout
- task
Base StringTimeout
- task
Base stringTimeout
- task
Base StringTimeout
GetUpgradestatusinfoSegParamSeGroupOption
- Action
On stringError - Disruptive string
- Action
On stringError - Disruptive string
- action
On StringError - disruptive String
- action
On stringError - disruptive string
- action_
on_ strerror - disruptive str
- action
On StringError - disruptive String
GetUpgradestatusinfoSegParamSeGroupResumeOption
- Action
On stringError - Disruptive string
- Skip
Suspended string
- Action
On stringError - Disruptive string
- Skip
Suspended string
- action
On StringError - disruptive String
- skip
Suspended String
- action
On stringError - disruptive string
- skip
Suspended string
- action_
on_ strerror - disruptive str
- skip_
suspended str
- action
On StringError - disruptive String
- skip
Suspended String
GetUpgradestatusinfoSegParamServiceEngine
- Concurrent
Segroup stringUpgrades - Image
Data stringTransfer Size - Large
Se stringConnect Timeout - Se
Connect stringTimeout - Simultaneous
Image stringDownloads - Task
Base stringTimeout
- Concurrent
Segroup stringUpgrades - Image
Data stringTransfer Size - Large
Se stringConnect Timeout - Se
Connect stringTimeout - Simultaneous
Image stringDownloads - Task
Base stringTimeout
- concurrent
Segroup StringUpgrades - image
Data StringTransfer Size - large
Se StringConnect Timeout - se
Connect StringTimeout - simultaneous
Image StringDownloads - task
Base StringTimeout
- concurrent
Segroup stringUpgrades - image
Data stringTransfer Size - large
Se stringConnect Timeout - se
Connect stringTimeout - simultaneous
Image stringDownloads - task
Base stringTimeout
- concurrent
Segroup StringUpgrades - image
Data StringTransfer Size - large
Se StringConnect Timeout - se
Connect StringTimeout - simultaneous
Image StringDownloads - task
Base StringTimeout
GetUpgradestatusinfoSegStatus
- Controller
Version string - Disrupted
Vs List<string>Reves - Duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- End
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Enqueue
Time string - Enqueue time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Ha
Mode string - In
Progress string - Notes List<string>
- Num
Se string - Num
Se stringWith No Vs - Num
Se stringWith Vs Not Scaledout - Num
Se stringWith Vs Scaledout - Num
Vs string - Num
Vs stringDisrupted - Progress string
- Upgrade operations progress which holds value between 0-100. Allowed values are 0-100. Field introduced in 18.2.8, 20.1.1. Unit is percent. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Reasons List<string>
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Request
Time string - Se
Already List<string>Upgraded At Starts - Se
Disconnected List<string>At Starts - Se
Group stringName - Se
Group stringUuid - Se
Ip List<string>Missing At Starts - Se
Poweredoff List<string>At Starts - Se
Reboot stringIn Progress Ref - Se
Upgrade List<string>Completeds - Se
Upgrade List<GetErrors Upgradestatusinfo Seg Status Se Upgrade Error> - Se
Upgrade List<string>Faileds - Se
Upgrade List<string>In Progresses - Se
Upgrade List<string>Not Starteds - Se
Upgrade List<string>Skip Suspendeds - Se
Upgrade List<string>Suspendeds - Se
With List<string>No Vs - Se
With List<string>Vs Not Scaledouts - Se
With List<string>Vs Scaledouts - Start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- State string
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Tenant
Ref string - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Thread string
- Traffic
Status string - Vs
Errors List<GetUpgradestatusinfo Seg Status Vs Error> - Vs
Migrate List<string>In Progress Reves - Vs
Scalein List<string>In Progress Reves - Vs
Scaleout List<string>In Progress Reves - Worker string
- Controller
Version string - Disrupted
Vs []stringReves - Duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- End
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Enqueue
Time string - Enqueue time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Ha
Mode string - In
Progress string - Notes []string
- Num
Se string - Num
Se stringWith No Vs - Num
Se stringWith Vs Not Scaledout - Num
Se stringWith Vs Scaledout - Num
Vs string - Num
Vs stringDisrupted - Progress string
- Upgrade operations progress which holds value between 0-100. Allowed values are 0-100. Field introduced in 18.2.8, 20.1.1. Unit is percent. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Reasons []string
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Request
Time string - Se
Already []stringUpgraded At Starts - Se
Disconnected []stringAt Starts - Se
Group stringName - Se
Group stringUuid - Se
Ip []stringMissing At Starts - Se
Poweredoff []stringAt Starts - Se
Reboot stringIn Progress Ref - Se
Upgrade []stringCompleteds - Se
Upgrade []GetErrors Upgradestatusinfo Seg Status Se Upgrade Error - Se
Upgrade []stringFaileds - Se
Upgrade []stringIn Progresses - Se
Upgrade []stringNot Starteds - Se
Upgrade []stringSkip Suspendeds - Se
Upgrade []stringSuspendeds - Se
With []stringNo Vs - Se
With []stringVs Not Scaledouts - Se
With []stringVs Scaledouts - Start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- State string
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Tenant
Ref string - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Thread string
- Traffic
Status string - Vs
Errors []GetUpgradestatusinfo Seg Status Vs Error - Vs
Migrate []stringIn Progress Reves - Vs
Scalein []stringIn Progress Reves - Vs
Scaleout []stringIn Progress Reves - Worker string
- controller
Version String - disrupted
Vs List<String>Reves - duration String
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time String - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enqueue
Time String - Enqueue time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ha
Mode String - in
Progress String - notes List<String>
- num
Se String - num
Se StringWith No Vs - num
Se StringWith Vs Not Scaledout - num
Se StringWith Vs Scaledout - num
Vs String - num
Vs StringDisrupted - progress String
- Upgrade operations progress which holds value between 0-100. Allowed values are 0-100. Field introduced in 18.2.8, 20.1.1. Unit is percent. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- reasons List<String>
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- request
Time String - se
Already List<String>Upgraded At Starts - se
Disconnected List<String>At Starts - se
Group StringName - se
Group StringUuid - se
Ip List<String>Missing At Starts - se
Poweredoff List<String>At Starts - se
Reboot StringIn Progress Ref - se
Upgrade List<String>Completeds - se
Upgrade List<GetErrors Upgradestatusinfo Seg Status Se Upgrade Error> - se
Upgrade List<String>Faileds - se
Upgrade List<String>In Progresses - se
Upgrade List<String>Not Starteds - se
Upgrade List<String>Skip Suspendeds - se
Upgrade List<String>Suspendeds - se
With List<String>No Vs - se
With List<String>Vs Not Scaledouts - se
With List<String>Vs Scaledouts - start
Time String - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- state String
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref String - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- thread String
- traffic
Status String - vs
Errors List<GetUpgradestatusinfo Seg Status Vs Error> - vs
Migrate List<String>In Progress Reves - vs
Scalein List<String>In Progress Reves - vs
Scaleout List<String>In Progress Reves - worker String
- controller
Version string - disrupted
Vs string[]Reves - duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enqueue
Time string - Enqueue time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ha
Mode string - in
Progress string - notes string[]
- num
Se string - num
Se stringWith No Vs - num
Se stringWith Vs Not Scaledout - num
Se stringWith Vs Scaledout - num
Vs string - num
Vs stringDisrupted - progress string
- Upgrade operations progress which holds value between 0-100. Allowed values are 0-100. Field introduced in 18.2.8, 20.1.1. Unit is percent. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- reasons string[]
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- request
Time string - se
Already string[]Upgraded At Starts - se
Disconnected string[]At Starts - se
Group stringName - se
Group stringUuid - se
Ip string[]Missing At Starts - se
Poweredoff string[]At Starts - se
Reboot stringIn Progress Ref - se
Upgrade string[]Completeds - se
Upgrade GetErrors Upgradestatusinfo Seg Status Se Upgrade Error[] - se
Upgrade string[]Faileds - se
Upgrade string[]In Progresses - se
Upgrade string[]Not Starteds - se
Upgrade string[]Skip Suspendeds - se
Upgrade string[]Suspendeds - se
With string[]No Vs - se
With string[]Vs Not Scaledouts - se
With string[]Vs Scaledouts - start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- state string
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref string - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- thread string
- traffic
Status string - vs
Errors GetUpgradestatusinfo Seg Status Vs Error[] - vs
Migrate string[]In Progress Reves - vs
Scalein string[]In Progress Reves - vs
Scaleout string[]In Progress Reves - worker string
- controller_
version str - disrupted_
vs_ Sequence[str]reves - duration str
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end_
time str - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enqueue_
time str - Enqueue time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ha_
mode str - in_
progress str - notes Sequence[str]
- num_
se str - num_
se_ strwith_ no_ vs - num_
se_ strwith_ vs_ not_ scaledout - num_
se_ strwith_ vs_ scaledout - num_
vs str - num_
vs_ strdisrupted - progress str
- Upgrade operations progress which holds value between 0-100. Allowed values are 0-100. Field introduced in 18.2.8, 20.1.1. Unit is percent. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- reasons Sequence[str]
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- request_
time str - se_
already_ Sequence[str]upgraded_ at_ starts - se_
disconnected_ Sequence[str]at_ starts - se_
group_ strname - se_
group_ struuid - se_
ip_ Sequence[str]missing_ at_ starts - se_
poweredoff_ Sequence[str]at_ starts - se_
reboot_ strin_ progress_ ref - se_
upgrade_ Sequence[str]completeds - se_
upgrade_ Sequence[Geterrors Upgradestatusinfo Seg Status Se Upgrade Error] - se_
upgrade_ Sequence[str]faileds - se_
upgrade_ Sequence[str]in_ progresses - se_
upgrade_ Sequence[str]not_ starteds - se_
upgrade_ Sequence[str]skip_ suspendeds - se_
upgrade_ Sequence[str]suspendeds - se_
with_ Sequence[str]no_ vs - se_
with_ Sequence[str]vs_ not_ scaledouts - se_
with_ Sequence[str]vs_ scaledouts - start_
time str - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- state str
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant_
ref str - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- thread str
- traffic_
status str - vs_
errors Sequence[GetUpgradestatusinfo Seg Status Vs Error] - vs_
migrate_ Sequence[str]in_ progress_ reves - vs_
scalein_ Sequence[str]in_ progress_ reves - vs_
scaleout_ Sequence[str]in_ progress_ reves - worker str
- controller
Version String - disrupted
Vs List<String>Reves - duration String
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time String - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- enqueue
Time String - Enqueue time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ha
Mode String - in
Progress String - notes List<String>
- num
Se String - num
Se StringWith No Vs - num
Se StringWith Vs Not Scaledout - num
Se StringWith Vs Scaledout - num
Vs String - num
Vs StringDisrupted - progress String
- Upgrade operations progress which holds value between 0-100. Allowed values are 0-100. Field introduced in 18.2.8, 20.1.1. Unit is percent. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- reasons List<String>
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- request
Time String - se
Already List<String>Upgraded At Starts - se
Disconnected List<String>At Starts - se
Group StringName - se
Group StringUuid - se
Ip List<String>Missing At Starts - se
Poweredoff List<String>At Starts - se
Reboot StringIn Progress Ref - se
Upgrade List<String>Completeds - se
Upgrade List<Property Map>Errors - se
Upgrade List<String>Faileds - se
Upgrade List<String>In Progresses - se
Upgrade List<String>Not Starteds - se
Upgrade List<String>Skip Suspendeds - se
Upgrade List<String>Suspendeds - se
With List<String>No Vs - se
With List<String>Vs Not Scaledouts - se
With List<String>Vs Scaledouts - start
Time String - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- state String
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref String - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- thread String
- traffic
Status String - vs
Errors List<Property Map> - vs
Migrate List<String>In Progress Reves - vs
Scalein List<String>In Progress Reves - vs
Scaleout List<String>In Progress Reves - worker String
GetUpgradestatusinfoSegStatusSeUpgradeError
- From
Se stringRef - Num
Se string - Num
Se stringGroup - Num
Vs string - Reasons List<string>
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Se
Group stringHa Mode - Se
Group stringRef - Se
Ref string - Sub
Tasks List<string> - Task string
- To
Se stringRef - Traffic
Status string - Vs
Ref string
- From
Se stringRef - Num
Se string - Num
Se stringGroup - Num
Vs string - Reasons []string
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Se
Group stringHa Mode - Se
Group stringRef - Se
Ref string - Sub
Tasks []string - Task string
- To
Se stringRef - Traffic
Status string - Vs
Ref string
- from
Se StringRef - num
Se String - num
Se StringGroup - num
Vs String - reasons List<String>
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se
Group StringHa Mode - se
Group StringRef - se
Ref String - sub
Tasks List<String> - task String
- to
Se StringRef - traffic
Status String - vs
Ref String
- from
Se stringRef - num
Se string - num
Se stringGroup - num
Vs string - reasons string[]
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se
Group stringHa Mode - se
Group stringRef - se
Ref string - sub
Tasks string[] - task string
- to
Se stringRef - traffic
Status string - vs
Ref string
- from_
se_ strref - num_
se str - num_
se_ strgroup - num_
vs str - reasons Sequence[str]
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se_
group_ strha_ mode - se_
group_ strref - se_
ref str - sub_
tasks Sequence[str] - task str
- to_
se_ strref - traffic_
status str - vs_
ref str
- from
Se StringRef - num
Se String - num
Se StringGroup - num
Vs String - reasons List<String>
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se
Group StringHa Mode - se
Group StringRef - se
Ref String - sub
Tasks List<String> - task String
- to
Se StringRef - traffic
Status String - vs
Ref String
GetUpgradestatusinfoSegStatusVsError
- Event
Timestamps List<GetUpgradestatusinfo Seg Status Vs Error Event Timestamp> - Reasons List<string>
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Se
Group stringHa Mode - Se
Group stringRef - Se
Ref string - Tenant
Ref string - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Traffic
Status string - Vip
Id string - Vs
Ref string
- Event
Timestamps []GetUpgradestatusinfo Seg Status Vs Error Event Timestamp - Reasons []string
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Se
Group stringHa Mode - Se
Group stringRef - Se
Ref string - Tenant
Ref string - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Traffic
Status string - Vip
Id string - Vs
Ref string
- event
Timestamps List<GetUpgradestatusinfo Seg Status Vs Error Event Timestamp> - reasons List<String>
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se
Group StringHa Mode - se
Group StringRef - se
Ref String - tenant
Ref String - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- traffic
Status String - vip
Id String - vs
Ref String
- event
Timestamps GetUpgradestatusinfo Seg Status Vs Error Event Timestamp[] - reasons string[]
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se
Group stringHa Mode - se
Group stringRef - se
Ref string - tenant
Ref string - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- traffic
Status string - vip
Id string - vs
Ref string
- event_
timestamps Sequence[GetUpgradestatusinfo Seg Status Vs Error Event Timestamp] - reasons Sequence[str]
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se_
group_ strha_ mode - se_
group_ strref - se_
ref str - tenant_
ref str - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- traffic_
status str - vip_
id str - vs_
ref str
- event
Timestamps List<Property Map> - reasons List<String>
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- se
Group StringHa Mode - se
Group StringRef - se
Ref String - tenant
Ref String - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- traffic
Status String - vip
Id String - vs
Ref String
GetUpgradestatusinfoSegStatusVsErrorEventTimestamp
GetUpgradestatusinfoState
- Last
Changed List<GetTimes Upgradestatusinfo State Last Changed Time> - Reason string
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Rebooted string
- State string
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Last
Changed []GetTimes Upgradestatusinfo State Last Changed Time - Reason string
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Rebooted string
- State string
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- last
Changed List<GetTimes Upgradestatusinfo State Last Changed Time> - reason String
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- rebooted String
- state String
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- last
Changed GetTimes Upgradestatusinfo State Last Changed Time[] - reason string
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- rebooted string
- state string
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- last_
changed_ Sequence[Gettimes Upgradestatusinfo State Last Changed Time] - reason str
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- rebooted str
- state str
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- last
Changed List<Property Map>Times - reason String
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- rebooted String
- state String
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
GetUpgradestatusinfoStateLastChangedTime
GetUpgradestatusinfoUpgradeEvent
GetUpgradestatusinfoUpgradeEventNodesEvent
- Duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- End
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Ips
List<Get
Upgradestatusinfo Upgrade Event Nodes Event Ip> - Message string
- Start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Status string
- Sub
Tasks List<string>
- Duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- End
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Ips
[]Get
Upgradestatusinfo Upgrade Event Nodes Event Ip - Message string
- Start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Status string
- Sub
Tasks []string
- duration String
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time String - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ips
List<Get
Upgradestatusinfo Upgrade Event Nodes Event Ip> - message String
- start
Time String - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- status String
- sub
Tasks List<String>
- duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ips
Get
Upgradestatusinfo Upgrade Event Nodes Event Ip[] - message string
- start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- status string
- sub
Tasks string[]
- duration str
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end_
time str - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ips
Sequence[Get
Upgradestatusinfo Upgrade Event Nodes Event Ip] - message str
- start_
time str - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- status str
- sub_
tasks Sequence[str]
- duration String
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time String - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ips List<Property Map>
- message String
- start
Time String - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- status String
- sub
Tasks List<String>
GetUpgradestatusinfoUpgradeEventNodesEventIp
GetUpgradestatusinfoUpgradeEventSubEvent
- Duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- End
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Ips
List<Get
Upgradestatusinfo Upgrade Event Sub Event Ip> - Message string
- Start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Status string
- Sub
Tasks List<string>
- Duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- End
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Ips
[]Get
Upgradestatusinfo Upgrade Event Sub Event Ip - Message string
- Start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Status string
- Sub
Tasks []string
- duration String
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time String - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ips
List<Get
Upgradestatusinfo Upgrade Event Sub Event Ip> - message String
- start
Time String - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- status String
- sub
Tasks List<String>
- duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ips
Get
Upgradestatusinfo Upgrade Event Sub Event Ip[] - message string
- start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- status string
- sub
Tasks string[]
- duration str
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end_
time str - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ips
Sequence[Get
Upgradestatusinfo Upgrade Event Sub Event Ip] - message str
- start_
time str - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- status str
- sub_
tasks Sequence[str]
- duration String
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time String - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ips List<Property Map>
- message String
- start
Time String - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- status String
- sub
Tasks List<String>
GetUpgradestatusinfoUpgradeEventSubEventIp
GetUpgradestatusinfoUpgradeReadiness
- Checks
List<Get
Upgradestatusinfo Upgrade Readiness Check> - Checks
Completed string - Duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- End
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Image
Ref string - Image uuid for identifying the current base image. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Patch
Image stringRef - Image uuid for identifying the current patch.example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Progress string
- Upgrade operations progress which holds value between 0-100. Allowed values are 0-100. Field introduced in 18.2.8, 20.1.1. Unit is percent. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- States
List<Get
Upgradestatusinfo Upgrade Readiness State> - Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Total
Checks string - Upgrade
Ops string - Upgrade operations requested. Enum options - UPGRADE, PATCH, ROLLBACK, ROLLBACKPATCH, SEGROUP_RESUME, EVAL_UPGRADE, EVAL_PATCH, EVAL_ROLLBACK, EVAL_ROLLBACKPATCH, EVAL_SEGROUP_RESUME, EVAL_RESTORE, RESTORE, UPGRADE_DRYRUN. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Checks
[]Get
Upgradestatusinfo Upgrade Readiness Check - Checks
Completed string - Duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- End
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Image
Ref string - Image uuid for identifying the current base image. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Patch
Image stringRef - Image uuid for identifying the current patch.example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Progress string
- Upgrade operations progress which holds value between 0-100. Allowed values are 0-100. Field introduced in 18.2.8, 20.1.1. Unit is percent. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- States
[]Get
Upgradestatusinfo Upgrade Readiness State - Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Total
Checks string - Upgrade
Ops string - Upgrade operations requested. Enum options - UPGRADE, PATCH, ROLLBACK, ROLLBACKPATCH, SEGROUP_RESUME, EVAL_UPGRADE, EVAL_PATCH, EVAL_ROLLBACK, EVAL_ROLLBACKPATCH, EVAL_SEGROUP_RESUME, EVAL_RESTORE, RESTORE, UPGRADE_DRYRUN. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- checks
List<Get
Upgradestatusinfo Upgrade Readiness Check> - checks
Completed String - duration String
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time String - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- image
Ref String - Image uuid for identifying the current base image. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Image StringRef - Image uuid for identifying the current patch.example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- progress String
- Upgrade operations progress which holds value between 0-100. Allowed values are 0-100. Field introduced in 18.2.8, 20.1.1. Unit is percent. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- start
Time String - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- states
List<Get
Upgradestatusinfo Upgrade Readiness State> - Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- total
Checks String - upgrade
Ops String - Upgrade operations requested. Enum options - UPGRADE, PATCH, ROLLBACK, ROLLBACKPATCH, SEGROUP_RESUME, EVAL_UPGRADE, EVAL_PATCH, EVAL_ROLLBACK, EVAL_ROLLBACKPATCH, EVAL_SEGROUP_RESUME, EVAL_RESTORE, RESTORE, UPGRADE_DRYRUN. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- checks
Get
Upgradestatusinfo Upgrade Readiness Check[] - checks
Completed string - duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- image
Ref string - Image uuid for identifying the current base image. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Image stringRef - Image uuid for identifying the current patch.example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- progress string
- Upgrade operations progress which holds value between 0-100. Allowed values are 0-100. Field introduced in 18.2.8, 20.1.1. Unit is percent. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- states
Get
Upgradestatusinfo Upgrade Readiness State[] - Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- total
Checks string - upgrade
Ops string - Upgrade operations requested. Enum options - UPGRADE, PATCH, ROLLBACK, ROLLBACKPATCH, SEGROUP_RESUME, EVAL_UPGRADE, EVAL_PATCH, EVAL_ROLLBACK, EVAL_ROLLBACKPATCH, EVAL_SEGROUP_RESUME, EVAL_RESTORE, RESTORE, UPGRADE_DRYRUN. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- checks
Sequence[Get
Upgradestatusinfo Upgrade Readiness Check] - checks_
completed str - duration str
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end_
time str - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- image_
ref str - Image uuid for identifying the current base image. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch_
image_ strref - Image uuid for identifying the current patch.example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- progress str
- Upgrade operations progress which holds value between 0-100. Allowed values are 0-100. Field introduced in 18.2.8, 20.1.1. Unit is percent. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- start_
time str - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- states
Sequence[Get
Upgradestatusinfo Upgrade Readiness State] - Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- total_
checks str - upgrade_
ops str - Upgrade operations requested. Enum options - UPGRADE, PATCH, ROLLBACK, ROLLBACKPATCH, SEGROUP_RESUME, EVAL_UPGRADE, EVAL_PATCH, EVAL_ROLLBACK, EVAL_ROLLBACKPATCH, EVAL_SEGROUP_RESUME, EVAL_RESTORE, RESTORE, UPGRADE_DRYRUN. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- checks List<Property Map>
- checks
Completed String - duration String
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time String - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- image
Ref String - Image uuid for identifying the current base image. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- patch
Image StringRef - Image uuid for identifying the current patch.example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. It is a reference to an object of type image. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- progress String
- Upgrade operations progress which holds value between 0-100. Allowed values are 0-100. Field introduced in 18.2.8, 20.1.1. Unit is percent. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- start
Time String - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- states List<Property Map>
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- total
Checks String - upgrade
Ops String - Upgrade operations requested. Enum options - UPGRADE, PATCH, ROLLBACK, ROLLBACKPATCH, SEGROUP_RESUME, EVAL_UPGRADE, EVAL_PATCH, EVAL_ROLLBACK, EVAL_ROLLBACKPATCH, EVAL_SEGROUP_RESUME, EVAL_RESTORE, RESTORE, UPGRADE_DRYRUN. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
GetUpgradestatusinfoUpgradeReadinessCheck
- Check
Code string - Description string
- Details List<string>
- Duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- End
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Error
Details List<string> - Start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- State string
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Check
Code string - Description string
- Details []string
- Duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- End
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Error
Details []string - Start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- State string
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- check
Code String - description String
- details List<String>
- duration String
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time String - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- error
Details List<String> - start
Time String - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- state String
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- check
Code string - description string
- details string[]
- duration string
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time string - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- error
Details string[] - start
Time string - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- state string
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- check_
code str - description str
- details Sequence[str]
- duration str
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end_
time str - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- error_
details Sequence[str] - start_
time str - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- state str
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- check
Code String - description String
- details List<String>
- duration String
- Duration of upgrade operation in seconds. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- end
Time String - End time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- error
Details List<String> - start
Time String - Start time of upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- state String
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
GetUpgradestatusinfoUpgradeReadinessState
- Last
Changed List<GetTimes Upgradestatusinfo Upgrade Readiness State Last Changed Time> - Reason string
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Rebooted string
- State string
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Last
Changed []GetTimes Upgradestatusinfo Upgrade Readiness State Last Changed Time - Reason string
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Rebooted string
- State string
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- last
Changed List<GetTimes Upgradestatusinfo Upgrade Readiness State Last Changed Time> - reason String
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- rebooted String
- state String
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- last
Changed GetTimes Upgradestatusinfo Upgrade Readiness State Last Changed Time[] - reason string
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- rebooted string
- state string
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- last_
changed_ Sequence[Gettimes Upgradestatusinfo Upgrade Readiness State Last Changed Time] - reason str
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- rebooted str
- state str
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- last
Changed List<Property Map>Times - reason String
- Descriptive reason for the upgrade state. Field introduced in 22.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- rebooted String
- state String
- Current status of the upgrade operation. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
GetUpgradestatusinfoUpgradeReadinessStateLastChangedTime
Package Details
- Repository
- avi vmware/terraform-provider-avi
- License
- Notes
- This Pulumi package is based on the
avi
Terraform Provider.