avi 31.1.1 published on Monday, Apr 14, 2025 by vmware
avi.getSystemreport
Explore with Pulumi AI
<!–
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.
- Tenant
Ref 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.
- Tenant
Ref 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.
- tenant
Ref 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.
- tenant
Ref 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.
- tenant
Ref 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:
- Archive
Ref 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.
- Controller
Patch stringImage Ref - 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.
- Dryrun
Infos List<GetSystemreport Dryrun Info> - Dry-run report. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Events
List<Get
Systemreport Event> - 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
- Image
Ref 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.
- Readiness
Reports List<GetSystemreport Readiness Report> - 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 stringImage Ref - 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<Get
Systemreport State> - 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<Get
Systemreport Summary> - 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<Get
Systemreport Task> - 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 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 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.
- Controller
Patch stringImage Ref - 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.
- Dryrun
Infos []GetSystemreport Dryrun Info - Dry-run report. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Events
[]Get
Systemreport Event - 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
- Image
Ref 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.
- Readiness
Reports []GetSystemreport Readiness Report - 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 stringImage Ref - 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
[]Get
Systemreport State - 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
[]Get
Systemreport Summary - 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
[]Get
Systemreport Task - 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 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 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.
- controller
Patch StringImage Ref - 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.
- dryrun
Infos List<GetSystemreport Dryrun Info> - Dry-run report. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- events
List<Get
Systemreport Event> - 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
- image
Ref 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.
- readiness
Reports List<GetSystemreport Readiness Report> - 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 StringImage Ref - 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<Get
Systemreport State> - 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<Get
Systemreport Summary> - 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<Get
Systemreport Task> - 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 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 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.
- controller
Patch stringImage Ref - 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.
- dryrun
Infos GetSystemreport Dryrun Info[] - Dry-run report. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- events
Get
Systemreport Event[] - 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
- image
Ref 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.
- readiness
Reports GetSystemreport Readiness Report[] - 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 stringImage Ref - 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
Get
Systemreport State[] - 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
Get
Systemreport Summary[] - 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
Get
Systemreport Task[] - 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 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_ strimage_ ref - 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[GetSystemreport Dryrun Info] - Dry-run report. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- events
Sequence[Get
Systemreport Event] - 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[GetSystemreport Readiness Report] - 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_ strimage_ ref - 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[Get
Systemreport State] - 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[Get
Systemreport Summary] - 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[Get
Systemreport Task] - 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.
- archive
Ref 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.
- controller
Patch StringImage Ref - 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.
- dryrun
Infos 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
- image
Ref 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.
- readiness
Reports 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.
- se
Patch StringImage Ref - 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.
- tenant
Ref 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
- End
Time 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<Get
Systemreport Dryrun Info Param> - Progress string
- Start
Time string - States
List<Get
Systemreport Dryrun Info State> - 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 string - Total
Tasks string - Upgrade
Events List<GetSystemreport Dryrun Info Upgrade Event> - Worker string
- Duration string
- End
Time 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
[]Get
Systemreport Dryrun Info Param - Progress string
- Start
Time string - States
[]Get
Systemreport Dryrun Info State - 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 string - Total
Tasks string - Upgrade
Events []GetSystemreport Dryrun Info Upgrade Event - Worker string
- duration String
- end
Time 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<Get
Systemreport Dryrun Info Param> - progress String
- start
Time String - states
List<Get
Systemreport Dryrun Info State> - 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 String - total
Tasks String - upgrade
Events List<GetSystemreport Dryrun Info Upgrade Event> - worker String
- duration string
- end
Time 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
Get
Systemreport Dryrun Info Param[] - progress string
- start
Time string - states
Get
Systemreport Dryrun Info State[] - 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 string - total
Tasks string - upgrade
Events GetSystemreport Dryrun Info Upgrade Event[] - 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[Get
Systemreport Dryrun Info Param] - progress str
- start_
time str - states
Sequence[Get
Systemreport Dryrun Info State] - 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[GetSystemreport Dryrun Info Upgrade Event] - worker str
- duration String
- end
Time 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
- start
Time 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.
- tasks
Completed String - total
Tasks String - upgrade
Events List<Property Map> - worker String
GetSystemreportDryrunInfoParam
- Controller
Patch stringRef - Dryrun string
- Image
Ref 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.
- Prechecks
Only string - Se
Group List<GetOptions Systemreport Dryrun Info Param Se Group Option> - Se
Group List<string>Refs - Se
Patch stringRef - Skip
Warnings string - System string
- Controller
Patch stringRef - Dryrun string
- Image
Ref 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.
- Prechecks
Only string - Se
Group []GetOptions Systemreport Dryrun Info Param Se Group Option - Se
Group []stringRefs - Se
Patch stringRef - Skip
Warnings string - System string
- controller
Patch StringRef - dryrun String
- image
Ref 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.
- prechecks
Only String - se
Group List<GetOptions Systemreport Dryrun Info Param Se Group Option> - se
Group List<String>Refs - se
Patch StringRef - skip
Warnings String - system String
- controller
Patch stringRef - dryrun string
- image
Ref 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.
- prechecks
Only string - se
Group GetOptions Systemreport Dryrun Info Param Se Group Option[] - se
Group string[]Refs - se
Patch stringRef - skip
Warnings string - system string
- controller_
patch_ strref - 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_ Sequence[Getoptions Systemreport Dryrun Info Param Se Group Option] - se_
group_ Sequence[str]refs - se_
patch_ strref - skip_
warnings str - system str
- controller
Patch StringRef - dryrun String
- image
Ref 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.
- prechecks
Only String - se
Group List<Property Map>Options - se
Group List<String>Refs - se
Patch StringRef - skip
Warnings String - system String
GetSystemreportDryrunInfoParamSeGroupOption
- 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
GetSystemreportDryrunInfoState
- Last
Changed List<GetTimes Systemreport Dryrun Info State Last Changed Time> - 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 []GetTimes Systemreport Dryrun Info State Last Changed Time - 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 List<GetTimes Systemreport Dryrun Info State Last Changed Time> - 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 GetTimes Systemreport Dryrun Info State Last Changed Time[] - 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_ Sequence[Gettimes Systemreport Dryrun Info State Last Changed Time] - 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.
- last
Changed List<Property Map>Times - 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
GetSystemreportDryrunInfoUpgradeEvent
GetSystemreportDryrunInfoUpgradeEventNodesEvent
- duration str
- end_
time str - ips
Sequence[Get
Systemreport Dryrun Info Upgrade Event Nodes Event Ip] - message str
- start_
time str - status str
- sub_
tasks Sequence[str]
GetSystemreportDryrunInfoUpgradeEventNodesEventIp
GetSystemreportDryrunInfoUpgradeEventSubEvent
- duration str
- end_
time str - ips
Sequence[Get
Systemreport Dryrun Info Upgrade Event Sub Event Ip] - message str
- start_
time str - status str
- sub_
tasks Sequence[str]
GetSystemreportDryrunInfoUpgradeEventSubEventIp
GetSystemreportEvent
- duration str
- end_
time str - event_
name str - messages Sequence[str]
- start_
time str - status str
GetSystemreportReadinessReport
- Name string
- Search SystemReport by name.
- Node
Ref string - Node
Type string - Obj
Cloud stringRef - System
Readinesses List<GetSystemreport Readiness Report System Readiness>
- Name string
- Search SystemReport by name.
- Node
Ref string - Node
Type string - Obj
Cloud stringRef - System
Readinesses []GetSystemreport Readiness Report System Readiness
- name String
- Search SystemReport by name.
- node
Ref String - node
Type String - obj
Cloud StringRef - system
Readinesses List<GetSystemreport Readiness Report System Readiness>
- name string
- Search SystemReport by name.
- node
Ref string - node
Type string - obj
Cloud stringRef - system
Readinesses GetSystemreport Readiness Report System Readiness[]
- name str
- Search SystemReport by name.
- node_
ref str - node_
type str - obj_
cloud_ strref - system_
readinesses Sequence[GetSystemreport Readiness Report System Readiness]
- name String
- Search SystemReport by name.
- node
Ref String - node
Type String - obj
Cloud StringRef - system
Readinesses List<Property Map>
GetSystemreportReadinessReportSystemReadiness
- Checks
List<Get
Systemreport Readiness Report System Readiness Check> - Checks
Completed string - Duration string
- End
Time string - Image
Ref 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.
- Patch
Image stringRef - Progress string
- Start
Time string - States
List<Get
Systemreport Readiness Report System Readiness State> - 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 string - Upgrade
Ops string
- Checks
[]Get
Systemreport Readiness Report System Readiness Check - Checks
Completed string - Duration string
- End
Time string - Image
Ref 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.
- Patch
Image stringRef - Progress string
- Start
Time string - States
[]Get
Systemreport Readiness Report System Readiness State - 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 string - Upgrade
Ops string
- checks
List<Get
Systemreport Readiness Report System Readiness Check> - checks
Completed String - duration String
- end
Time String - image
Ref 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.
- patch
Image StringRef - progress String
- start
Time String - states
List<Get
Systemreport Readiness Report System Readiness State> - 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 String - upgrade
Ops String
- checks
Get
Systemreport Readiness Report System Readiness Check[] - checks
Completed string - duration string
- end
Time string - image
Ref 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.
- patch
Image stringRef - progress string
- start
Time string - states
Get
Systemreport Readiness Report System Readiness State[] - 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 string - upgrade
Ops string
- checks
Sequence[Get
Systemreport Readiness Report System Readiness Check] - 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_ strref - progress str
- start_
time str - states
Sequence[Get
Systemreport Readiness Report System Readiness State] - 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>
- checks
Completed String - duration String
- end
Time String - image
Ref 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.
- patch
Image StringRef - progress String
- start
Time 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.
- total
Checks String - upgrade
Ops String
GetSystemreportReadinessReportSystemReadinessCheck
- Check
Code string - Description string
- Details List<string>
- Duration string
- End
Time string - Error
Details List<string> - Start
Time 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 string - Description string
- Details []string
- Duration string
- End
Time string - Error
Details []string - Start
Time 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 String - description String
- details List<String>
- duration String
- end
Time String - error
Details List<String> - start
Time 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 string - description string
- details string[]
- duration string
- end
Time string - error
Details string[] - start
Time 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.
- check
Code String - description String
- details List<String>
- duration String
- end
Time String - error
Details List<String> - start
Time 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
- Last
Changed List<GetTimes Systemreport Readiness Report System Readiness State Last Changed Time> - 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 []GetTimes Systemreport Readiness Report System Readiness State Last Changed Time - 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 List<GetTimes Systemreport Readiness Report System Readiness State Last Changed Time> - 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 GetTimes Systemreport Readiness Report System Readiness State Last Changed Time[] - 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_ Sequence[Gettimes Systemreport Readiness Report System Readiness State Last Changed Time] - 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.
- last
Changed List<Property Map>Times - 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
GetSystemreportState
- Last
Changed List<GetTimes Systemreport State Last Changed Time> - 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 []GetTimes Systemreport State Last Changed Time - 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 List<GetTimes Systemreport State Last Changed Time> - 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 GetTimes Systemreport State Last Changed Time[] - 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_ Sequence[Gettimes Systemreport State Last Changed Time] - 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.
- last
Changed List<Property Map>Times - 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
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<Get
Systemreport Task Summary> - 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 stringRef
- Name string
- Search SystemReport by name.
- Reason string
- Summaries
[]Get
Systemreport Task Summary - 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 stringRef
- name String
- Search SystemReport by name.
- reason String
- summaries
List<Get
Systemreport Task Summary> - 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 StringRef
- name string
- Search SystemReport by name.
- reason string
- summaries
Get
Systemreport Task Summary[] - 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 stringRef
- name str
- Search SystemReport by name.
- reason str
- summaries
Sequence[Get
Systemreport Task Summary] - 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_ strref
- 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.
- task
Journal StringRef
GetSystemreportTaskSummary
- Description string
- Duration string
- End
Time string - Error
Count string - Reason string
- Start
Time 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
- End
Time string - Error
Count string - Reason string
- Start
Time 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
- end
Time String - error
Count String - reason String
- start
Time 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
- end
Time string - error
Count string - reason string
- start
Time 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
- end
Time String - error
Count String - reason String
- start
Time 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.