1. Packages
  2. Avi Provider
  3. API Docs
  4. getSystemreport
avi 31.1.1 published on Monday, Apr 14, 2025 by vmware

avi.getSystemreport

Explore with Pulumi AI

avi logo
avi 31.1.1 published on Monday, Apr 14, 2025 by vmware

    <!–

    Copyright 2021 VMware, Inc.
    SPDX-License-Identifier: Mozilla Public License 2.0
    

    –>

    layout: “avi”

    page_title: “AVI: avi.Systemreport” sidebar_current: “docs-avi-datasource-systemreport” description: |- Get information of Avi SystemReport.

    avi.Systemreport

    This data source is used to to get avi.Systemreport objects.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as avi from "@pulumi/avi";
    
    const fooSystemreport = avi.getSystemreport({
        name: "foo",
        uuid: "systemreport-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
    });
    
    import pulumi
    import pulumi_avi as avi
    
    foo_systemreport = avi.get_systemreport(name="foo",
        uuid="systemreport-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.LookupSystemreport(ctx, &avi.LookupSystemreportArgs{
    			Name: pulumi.StringRef("foo"),
    			Uuid: pulumi.StringRef("systemreport-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 fooSystemreport = Avi.GetSystemreport.Invoke(new()
        {
            Name = "foo",
            Uuid = "systemreport-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.GetSystemreportArgs;
    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 fooSystemreport = AviFunctions.getSystemreport(GetSystemreportArgs.builder()
                .name("foo")
                .uuid("systemreport-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
                .build());
    
        }
    }
    
    variables:
      fooSystemreport:
        fn::invoke:
          function: avi:getSystemreport
          arguments:
            name: foo
            uuid: systemreport-f9cf6b3e-a411-436f-95e2-2982ba2b217b
    

    Using getSystemreport

    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 getSystemreport(args: GetSystemreportArgs, opts?: InvokeOptions): Promise<GetSystemreportResult>
    function getSystemreportOutput(args: GetSystemreportOutputArgs, opts?: InvokeOptions): Output<GetSystemreportResult>
    def get_systemreport(id: Optional[str] = None,
                         name: Optional[str] = None,
                         tenant_ref: Optional[str] = None,
                         uuid: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetSystemreportResult
    def get_systemreport_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[GetSystemreportResult]
    func LookupSystemreport(ctx *Context, args *LookupSystemreportArgs, opts ...InvokeOption) (*LookupSystemreportResult, error)
    func LookupSystemreportOutput(ctx *Context, args *LookupSystemreportOutputArgs, opts ...InvokeOption) LookupSystemreportResultOutput

    > Note: This function is named LookupSystemreport in the Go SDK.

    public static class GetSystemreport 
    {
        public static Task<GetSystemreportResult> InvokeAsync(GetSystemreportArgs args, InvokeOptions? opts = null)
        public static Output<GetSystemreportResult> Invoke(GetSystemreportInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSystemreportResult> getSystemreport(GetSystemreportArgs args, InvokeOptions options)
    public static Output<GetSystemreportResult> getSystemreport(GetSystemreportArgs args, InvokeOptions options)
    
    fn::invoke:
      function: avi:index/getSystemreport:getSystemreport
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Name string
    Search SystemReport by name.
    TenantRef string
    Tenant uuid associated with the object. It is a reference to an object of type tenant. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Uuid string
    Search SystemReport by uuid.
    Id string
    Name string
    Search SystemReport by name.
    TenantRef string
    Tenant uuid associated with the object. It is a reference to an object of type tenant. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Uuid string
    Search SystemReport by uuid.
    id String
    name String
    Search SystemReport by name.
    tenantRef String
    Tenant uuid associated with the object. It is a reference to an object of type tenant. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid String
    Search SystemReport by uuid.
    id string
    name string
    Search SystemReport by name.
    tenantRef string
    Tenant uuid associated with the object. It is a reference to an object of type tenant. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid string
    Search SystemReport by uuid.
    id str
    name str
    Search SystemReport by name.
    tenant_ref str
    Tenant uuid associated with the object. It is a reference to an object of type tenant. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid str
    Search SystemReport by uuid.
    id String
    name String
    Search SystemReport by name.
    tenantRef String
    Tenant uuid associated with the object. It is a reference to an object of type tenant. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid String
    Search SystemReport by uuid.

    getSystemreport Result

    The following output properties are available:

    ArchiveRef string
    Relative path to the report archive file on filesystem.the archive includes exported system configuration and current object as json. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    ControllerPatchImageRef string
    Controller patch image associated with the report. It is a reference to an object of type image. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Downloadable string
    Indicates whether this report is downloadable as an archive. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    DryrunInfos List<GetSystemreportDryrunInfo>
    Dry-run report. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Events List<GetSystemreportEvent>
    List of events associated with the report. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Id string
    ImageRef string
    System image associated with the report. It is a reference to an object of type image. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Name string
    Name of the report derived from operation in a readable format. Ex upgrade_system_1a5c. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Operation string
    Nature of operation. Ex controller upgrade, system patch, etc. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    ReadinessReports List<GetSystemreportReadinessReport>
    Readiness state of the system. Ex upgrade pre-check results. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    SePatchImageRef string
    Se patch image associated with the report. It is a reference to an object of type image. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    States List<GetSystemreportState>
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Summaries List<GetSystemreportSummary>
    Summary of the report. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Tasks List<GetSystemreportTask>
    List of tasks associated with the report. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    TenantRef string
    Tenant uuid associated with the object. It is a reference to an object of type tenant. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Type string
    Type of report. Pre-checks, dry-run or an upgrade operation. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Uuid string
    Uuid identifier for the report. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    ArchiveRef string
    Relative path to the report archive file on filesystem.the archive includes exported system configuration and current object as json. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    ControllerPatchImageRef string
    Controller patch image associated with the report. It is a reference to an object of type image. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Downloadable string
    Indicates whether this report is downloadable as an archive. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    DryrunInfos []GetSystemreportDryrunInfo
    Dry-run report. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Events []GetSystemreportEvent
    List of events associated with the report. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Id string
    ImageRef string
    System image associated with the report. It is a reference to an object of type image. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Name string
    Name of the report derived from operation in a readable format. Ex upgrade_system_1a5c. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Operation string
    Nature of operation. Ex controller upgrade, system patch, etc. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    ReadinessReports []GetSystemreportReadinessReport
    Readiness state of the system. Ex upgrade pre-check results. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    SePatchImageRef string
    Se patch image associated with the report. It is a reference to an object of type image. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    States []GetSystemreportState
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Summaries []GetSystemreportSummary
    Summary of the report. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Tasks []GetSystemreportTask
    List of tasks associated with the report. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    TenantRef string
    Tenant uuid associated with the object. It is a reference to an object of type tenant. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Type string
    Type of report. Pre-checks, dry-run or an upgrade operation. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Uuid string
    Uuid identifier for the report. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    archiveRef String
    Relative path to the report archive file on filesystem.the archive includes exported system configuration and current object as json. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    controllerPatchImageRef String
    Controller patch image associated with the report. It is a reference to an object of type image. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    downloadable String
    Indicates whether this report is downloadable as an archive. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    dryrunInfos List<GetSystemreportDryrunInfo>
    Dry-run report. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    events List<GetSystemreportEvent>
    List of events associated with the report. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    id String
    imageRef String
    System image associated with the report. It is a reference to an object of type image. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    name String
    Name of the report derived from operation in a readable format. Ex upgrade_system_1a5c. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    operation String
    Nature of operation. Ex controller upgrade, system patch, etc. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    readinessReports List<GetSystemreportReadinessReport>
    Readiness state of the system. Ex upgrade pre-check results. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    sePatchImageRef String
    Se patch image associated with the report. It is a reference to an object of type image. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    states List<GetSystemreportState>
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    summaries List<GetSystemreportSummary>
    Summary of the report. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tasks List<GetSystemreportTask>
    List of tasks associated with the report. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tenantRef String
    Tenant uuid associated with the object. It is a reference to an object of type tenant. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    type String
    Type of report. Pre-checks, dry-run or an upgrade operation. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid String
    Uuid identifier for the report. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    archiveRef string
    Relative path to the report archive file on filesystem.the archive includes exported system configuration and current object as json. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    controllerPatchImageRef string
    Controller patch image associated with the report. It is a reference to an object of type image. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    downloadable string
    Indicates whether this report is downloadable as an archive. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    dryrunInfos GetSystemreportDryrunInfo[]
    Dry-run report. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    events GetSystemreportEvent[]
    List of events associated with the report. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    id string
    imageRef string
    System image associated with the report. It is a reference to an object of type image. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    name string
    Name of the report derived from operation in a readable format. Ex upgrade_system_1a5c. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    operation string
    Nature of operation. Ex controller upgrade, system patch, etc. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    readinessReports GetSystemreportReadinessReport[]
    Readiness state of the system. Ex upgrade pre-check results. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    sePatchImageRef string
    Se patch image associated with the report. It is a reference to an object of type image. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    states GetSystemreportState[]
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    summaries GetSystemreportSummary[]
    Summary of the report. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tasks GetSystemreportTask[]
    List of tasks associated with the report. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tenantRef string
    Tenant uuid associated with the object. It is a reference to an object of type tenant. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    type string
    Type of report. Pre-checks, dry-run or an upgrade operation. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid string
    Uuid identifier for the report. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    archive_ref str
    Relative path to the report archive file on filesystem.the archive includes exported system configuration and current object as json. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    controller_patch_image_ref str
    Controller patch image associated with the report. It is a reference to an object of type image. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    downloadable str
    Indicates whether this report is downloadable as an archive. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    dryrun_infos Sequence[GetSystemreportDryrunInfo]
    Dry-run report. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    events Sequence[GetSystemreportEvent]
    List of events associated with the report. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    id str
    image_ref str
    System image associated with the report. It is a reference to an object of type image. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    name str
    Name of the report derived from operation in a readable format. Ex upgrade_system_1a5c. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    operation str
    Nature of operation. Ex controller upgrade, system patch, etc. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    readiness_reports Sequence[GetSystemreportReadinessReport]
    Readiness state of the system. Ex upgrade pre-check results. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    se_patch_image_ref str
    Se patch image associated with the report. It is a reference to an object of type image. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    states Sequence[GetSystemreportState]
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    summaries Sequence[GetSystemreportSummary]
    Summary of the report. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tasks Sequence[GetSystemreportTask]
    List of tasks associated with the report. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tenant_ref str
    Tenant uuid associated with the object. It is a reference to an object of type tenant. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    type str
    Type of report. Pre-checks, dry-run or an upgrade operation. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid str
    Uuid identifier for the report. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    archiveRef String
    Relative path to the report archive file on filesystem.the archive includes exported system configuration and current object as json. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    controllerPatchImageRef String
    Controller patch image associated with the report. It is a reference to an object of type image. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    downloadable String
    Indicates whether this report is downloadable as an archive. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    dryrunInfos List<Property Map>
    Dry-run report. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    events List<Property Map>
    List of events associated with the report. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    id String
    imageRef String
    System image associated with the report. It is a reference to an object of type image. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    name String
    Name of the report derived from operation in a readable format. Ex upgrade_system_1a5c. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    operation String
    Nature of operation. Ex controller upgrade, system patch, etc. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    readinessReports List<Property Map>
    Readiness state of the system. Ex upgrade pre-check results. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    sePatchImageRef String
    Se patch image associated with the report. It is a reference to an object of type image. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    states List<Property Map>
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    summaries List<Property Map>
    Summary of the report. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tasks List<Property Map>
    List of tasks associated with the report. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tenantRef String
    Tenant uuid associated with the object. It is a reference to an object of type tenant. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    type String
    Type of report. Pre-checks, dry-run or an upgrade operation. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid String
    Uuid identifier for the report. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.

    Supporting Types

    GetSystemreportDryrunInfo

    Duration string
    EndTime string
    Operation string
    Nature of operation. Ex controller upgrade, system patch, etc. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Params List<GetSystemreportDryrunInfoParam>
    Progress string
    StartTime string
    States List<GetSystemreportDryrunInfoState>
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    TasksCompleted string
    TotalTasks string
    UpgradeEvents List<GetSystemreportDryrunInfoUpgradeEvent>
    Worker string
    Duration string
    EndTime string
    Operation string
    Nature of operation. Ex controller upgrade, system patch, etc. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Params []GetSystemreportDryrunInfoParam
    Progress string
    StartTime string
    States []GetSystemreportDryrunInfoState
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    TasksCompleted string
    TotalTasks string
    UpgradeEvents []GetSystemreportDryrunInfoUpgradeEvent
    Worker string
    duration String
    endTime String
    operation String
    Nature of operation. Ex controller upgrade, system patch, etc. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    params List<GetSystemreportDryrunInfoParam>
    progress String
    startTime String
    states List<GetSystemreportDryrunInfoState>
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tasksCompleted String
    totalTasks String
    upgradeEvents List<GetSystemreportDryrunInfoUpgradeEvent>
    worker String
    duration string
    endTime string
    operation string
    Nature of operation. Ex controller upgrade, system patch, etc. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    params GetSystemreportDryrunInfoParam[]
    progress string
    startTime string
    states GetSystemreportDryrunInfoState[]
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tasksCompleted string
    totalTasks string
    upgradeEvents GetSystemreportDryrunInfoUpgradeEvent[]
    worker string
    duration str
    end_time str
    operation str
    Nature of operation. Ex controller upgrade, system patch, etc. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    params Sequence[GetSystemreportDryrunInfoParam]
    progress str
    start_time str
    states Sequence[GetSystemreportDryrunInfoState]
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tasks_completed str
    total_tasks str
    upgrade_events Sequence[GetSystemreportDryrunInfoUpgradeEvent]
    worker str
    duration String
    endTime String
    operation String
    Nature of operation. Ex controller upgrade, system patch, etc. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    params List<Property Map>
    progress String
    startTime String
    states List<Property Map>
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tasksCompleted String
    totalTasks String
    upgradeEvents List<Property Map>
    worker String

    GetSystemreportDryrunInfoParam

    ControllerPatchRef string
    Dryrun string
    ImageRef string
    System image associated with the report. It is a reference to an object of type image. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    PrechecksOnly string
    SeGroupOptions List<GetSystemreportDryrunInfoParamSeGroupOption>
    SeGroupRefs List<string>
    SePatchRef string
    SkipWarnings string
    System string
    ControllerPatchRef string
    Dryrun string
    ImageRef string
    System image associated with the report. It is a reference to an object of type image. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    PrechecksOnly string
    SeGroupOptions []GetSystemreportDryrunInfoParamSeGroupOption
    SeGroupRefs []string
    SePatchRef string
    SkipWarnings string
    System string
    controllerPatchRef String
    dryrun String
    imageRef String
    System image associated with the report. It is a reference to an object of type image. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    prechecksOnly String
    seGroupOptions List<GetSystemreportDryrunInfoParamSeGroupOption>
    seGroupRefs List<String>
    sePatchRef String
    skipWarnings String
    system String
    controllerPatchRef string
    dryrun string
    imageRef string
    System image associated with the report. It is a reference to an object of type image. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    prechecksOnly string
    seGroupOptions GetSystemreportDryrunInfoParamSeGroupOption[]
    seGroupRefs string[]
    sePatchRef string
    skipWarnings string
    system string
    controller_patch_ref str
    dryrun str
    image_ref str
    System image associated with the report. It is a reference to an object of type image. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    prechecks_only str
    se_group_options Sequence[GetSystemreportDryrunInfoParamSeGroupOption]
    se_group_refs Sequence[str]
    se_patch_ref str
    skip_warnings str
    system str
    controllerPatchRef String
    dryrun String
    imageRef String
    System image associated with the report. It is a reference to an object of type image. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    prechecksOnly String
    seGroupOptions List<Property Map>
    seGroupRefs List<String>
    sePatchRef String
    skipWarnings String
    system String

    GetSystemreportDryrunInfoParamSeGroupOption

    GetSystemreportDryrunInfoState

    LastChangedTimes List<GetSystemreportDryrunInfoStateLastChangedTime>
    Reason string
    Rebooted string
    State string
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    LastChangedTimes []GetSystemreportDryrunInfoStateLastChangedTime
    Reason string
    Rebooted string
    State string
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    lastChangedTimes List<GetSystemreportDryrunInfoStateLastChangedTime>
    reason String
    rebooted String
    state String
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    lastChangedTimes GetSystemreportDryrunInfoStateLastChangedTime[]
    reason string
    rebooted string
    state string
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    last_changed_times Sequence[GetSystemreportDryrunInfoStateLastChangedTime]
    reason str
    rebooted str
    state str
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    lastChangedTimes List<Property Map>
    reason String
    rebooted String
    state String
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.

    GetSystemreportDryrunInfoStateLastChangedTime

    Secs string
    Usecs string
    Secs string
    Usecs string
    secs String
    usecs String
    secs string
    usecs string
    secs str
    usecs str
    secs String
    usecs String

    GetSystemreportDryrunInfoUpgradeEvent

    GetSystemreportDryrunInfoUpgradeEventNodesEvent

    duration String
    endTime String
    ips List<Property Map>
    message String
    startTime String
    status String
    subTasks List<String>

    GetSystemreportDryrunInfoUpgradeEventNodesEventIp

    Addr string
    Type string
    Type of report. Pre-checks, dry-run or an upgrade operation. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Addr string
    Type string
    Type of report. Pre-checks, dry-run or an upgrade operation. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    addr String
    type String
    Type of report. Pre-checks, dry-run or an upgrade operation. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    addr string
    type string
    Type of report. Pre-checks, dry-run or an upgrade operation. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    addr str
    type str
    Type of report. Pre-checks, dry-run or an upgrade operation. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    addr String
    type String
    Type of report. Pre-checks, dry-run or an upgrade operation. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.

    GetSystemreportDryrunInfoUpgradeEventSubEvent

    duration String
    endTime String
    ips List<Property Map>
    message String
    startTime String
    status String
    subTasks List<String>

    GetSystemreportDryrunInfoUpgradeEventSubEventIp

    Addr string
    Type string
    Type of report. Pre-checks, dry-run or an upgrade operation. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Addr string
    Type string
    Type of report. Pre-checks, dry-run or an upgrade operation. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    addr String
    type String
    Type of report. Pre-checks, dry-run or an upgrade operation. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    addr string
    type string
    Type of report. Pre-checks, dry-run or an upgrade operation. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    addr str
    type str
    Type of report. Pre-checks, dry-run or an upgrade operation. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    addr String
    type String
    Type of report. Pre-checks, dry-run or an upgrade operation. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.

    GetSystemreportEvent

    Duration string
    EndTime string
    EventName string
    Messages List<string>
    StartTime string
    Status string
    Duration string
    EndTime string
    EventName string
    Messages []string
    StartTime string
    Status string
    duration String
    endTime String
    eventName String
    messages List<String>
    startTime String
    status String
    duration string
    endTime string
    eventName string
    messages string[]
    startTime string
    status string
    duration str
    end_time str
    event_name str
    messages Sequence[str]
    start_time str
    status str
    duration String
    endTime String
    eventName String
    messages List<String>
    startTime String
    status String

    GetSystemreportReadinessReport

    name String
    Search SystemReport by name.
    nodeRef String
    nodeType String
    objCloudRef String
    systemReadinesses List<Property Map>

    GetSystemreportReadinessReportSystemReadiness

    Checks List<GetSystemreportReadinessReportSystemReadinessCheck>
    ChecksCompleted string
    Duration string
    EndTime string
    ImageRef string
    System image associated with the report. It is a reference to an object of type image. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    PatchImageRef string
    Progress string
    StartTime string
    States List<GetSystemreportReadinessReportSystemReadinessState>
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    TotalChecks string
    UpgradeOps string
    Checks []GetSystemreportReadinessReportSystemReadinessCheck
    ChecksCompleted string
    Duration string
    EndTime string
    ImageRef string
    System image associated with the report. It is a reference to an object of type image. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    PatchImageRef string
    Progress string
    StartTime string
    States []GetSystemreportReadinessReportSystemReadinessState
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    TotalChecks string
    UpgradeOps string
    checks List<GetSystemreportReadinessReportSystemReadinessCheck>
    checksCompleted String
    duration String
    endTime String
    imageRef String
    System image associated with the report. It is a reference to an object of type image. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    patchImageRef String
    progress String
    startTime String
    states List<GetSystemreportReadinessReportSystemReadinessState>
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    totalChecks String
    upgradeOps String
    checks GetSystemreportReadinessReportSystemReadinessCheck[]
    checksCompleted string
    duration string
    endTime string
    imageRef string
    System image associated with the report. It is a reference to an object of type image. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    patchImageRef string
    progress string
    startTime string
    states GetSystemreportReadinessReportSystemReadinessState[]
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    totalChecks string
    upgradeOps string
    checks Sequence[GetSystemreportReadinessReportSystemReadinessCheck]
    checks_completed str
    duration str
    end_time str
    image_ref str
    System image associated with the report. It is a reference to an object of type image. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    patch_image_ref str
    progress str
    start_time str
    states Sequence[GetSystemreportReadinessReportSystemReadinessState]
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    total_checks str
    upgrade_ops str
    checks List<Property Map>
    checksCompleted String
    duration String
    endTime String
    imageRef String
    System image associated with the report. It is a reference to an object of type image. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    patchImageRef String
    progress String
    startTime String
    states List<Property Map>
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    totalChecks String
    upgradeOps String

    GetSystemreportReadinessReportSystemReadinessCheck

    CheckCode string
    Description string
    Details List<string>
    Duration string
    EndTime string
    ErrorDetails List<string>
    StartTime string
    State string
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    CheckCode string
    Description string
    Details []string
    Duration string
    EndTime string
    ErrorDetails []string
    StartTime string
    State string
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    checkCode String
    description String
    details List<String>
    duration String
    endTime String
    errorDetails List<String>
    startTime String
    state String
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    checkCode string
    description string
    details string[]
    duration string
    endTime string
    errorDetails string[]
    startTime string
    state string
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    check_code str
    description str
    details Sequence[str]
    duration str
    end_time str
    error_details Sequence[str]
    start_time str
    state str
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    checkCode String
    description String
    details List<String>
    duration String
    endTime String
    errorDetails List<String>
    startTime String
    state String
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.

    GetSystemreportReadinessReportSystemReadinessState

    LastChangedTimes List<GetSystemreportReadinessReportSystemReadinessStateLastChangedTime>
    Reason string
    Rebooted string
    State string
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    LastChangedTimes []GetSystemreportReadinessReportSystemReadinessStateLastChangedTime
    Reason string
    Rebooted string
    State string
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    lastChangedTimes List<GetSystemreportReadinessReportSystemReadinessStateLastChangedTime>
    reason String
    rebooted String
    state String
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    lastChangedTimes GetSystemreportReadinessReportSystemReadinessStateLastChangedTime[]
    reason string
    rebooted string
    state string
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    last_changed_times Sequence[GetSystemreportReadinessReportSystemReadinessStateLastChangedTime]
    reason str
    rebooted str
    state str
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    lastChangedTimes List<Property Map>
    reason String
    rebooted String
    state String
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.

    GetSystemreportReadinessReportSystemReadinessStateLastChangedTime

    Secs string
    Usecs string
    Secs string
    Usecs string
    secs String
    usecs String
    secs string
    usecs string
    secs str
    usecs str
    secs String
    usecs String

    GetSystemreportState

    LastChangedTimes List<GetSystemreportStateLastChangedTime>
    Reason string
    State string
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    LastChangedTimes []GetSystemreportStateLastChangedTime
    Reason string
    State string
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    lastChangedTimes List<GetSystemreportStateLastChangedTime>
    reason String
    state String
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    lastChangedTimes GetSystemreportStateLastChangedTime[]
    reason string
    state string
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    last_changed_times Sequence[GetSystemreportStateLastChangedTime]
    reason str
    state str
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    lastChangedTimes List<Property Map>
    reason String
    state String
    Report state combines all applicable states. Ex readiness_reports.system_readiness.state. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.

    GetSystemreportStateLastChangedTime

    Secs string
    Usecs string
    Secs string
    Usecs string
    secs String
    usecs String
    secs string
    usecs string
    secs str
    usecs str
    secs String
    usecs String

    GetSystemreportSummary

    Description string
    Previews List<string>
    Title string
    Description string
    Previews []string
    Title string
    description String
    previews List<String>
    title String
    description string
    previews string[]
    title string
    description str
    previews Sequence[str]
    title str
    description String
    previews List<String>
    title String

    GetSystemreportTask

    Name string
    Search SystemReport by name.
    Reason string
    Summaries List<GetSystemreportTaskSummary>
    Summary of the report. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    TaskJournalRef string
    Name string
    Search SystemReport by name.
    Reason string
    Summaries []GetSystemreportTaskSummary
    Summary of the report. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    TaskJournalRef string
    name String
    Search SystemReport by name.
    reason String
    summaries List<GetSystemreportTaskSummary>
    Summary of the report. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    taskJournalRef String
    name string
    Search SystemReport by name.
    reason string
    summaries GetSystemreportTaskSummary[]
    Summary of the report. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    taskJournalRef string
    name str
    Search SystemReport by name.
    reason str
    summaries Sequence[GetSystemreportTaskSummary]
    Summary of the report. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    task_journal_ref str
    name String
    Search SystemReport by name.
    reason String
    summaries List<Property Map>
    Summary of the report. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    taskJournalRef String

    GetSystemreportTaskSummary

    Description string
    Duration string
    EndTime string
    ErrorCount string
    Reason string
    StartTime string
    Status string
    Type string
    Type of report. Pre-checks, dry-run or an upgrade operation. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Description string
    Duration string
    EndTime string
    ErrorCount string
    Reason string
    StartTime string
    Status string
    Type string
    Type of report. Pre-checks, dry-run or an upgrade operation. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    description String
    duration String
    endTime String
    errorCount String
    reason String
    startTime String
    status String
    type String
    Type of report. Pre-checks, dry-run or an upgrade operation. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    description string
    duration string
    endTime string
    errorCount string
    reason string
    startTime string
    status string
    type string
    Type of report. Pre-checks, dry-run or an upgrade operation. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    description str
    duration str
    end_time str
    error_count str
    reason str
    start_time str
    status str
    type str
    Type of report. Pre-checks, dry-run or an upgrade operation. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    description String
    duration String
    endTime String
    errorCount String
    reason String
    startTime String
    status String
    type String
    Type of report. Pre-checks, dry-run or an upgrade operation. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.

    Package Details

    Repository
    avi vmware/terraform-provider-avi
    License
    Notes
    This Pulumi package is based on the avi Terraform Provider.
    avi logo
    avi 31.1.1 published on Monday, Apr 14, 2025 by vmware