avi.Systemreport
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-resource-systemreport” description: |- Creates and manages Avi SystemReport.
avi.Systemreport
The SystemReport resource allows the creation and management of Avi SystemReport
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as avi from "@pulumi/avi";
const foo = new avi.Systemreport("foo", {tenantRef: "/api/tenant/?name=admin"});
import pulumi
import pulumi_avi as avi
foo = avi.Systemreport("foo", tenant_ref="/api/tenant/?name=admin")
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.NewSystemreport(ctx, "foo", &avi.SystemreportArgs{
TenantRef: pulumi.String("/api/tenant/?name=admin"),
})
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 foo = new Avi.Systemreport("foo", new()
{
TenantRef = "/api/tenant/?name=admin",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.avi.Systemreport;
import com.pulumi.avi.SystemreportArgs;
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) {
var foo = new Systemreport("foo", SystemreportArgs.builder()
.tenantRef("/api/tenant/?name=admin")
.build());
}
}
resources:
foo:
type: avi:Systemreport
properties:
tenantRef: /api/tenant/?name=admin
Create Systemreport Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Systemreport(name: string, args?: SystemreportArgs, opts?: CustomResourceOptions);
@overload
def Systemreport(resource_name: str,
args: Optional[SystemreportArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def Systemreport(resource_name: str,
opts: Optional[ResourceOptions] = None,
archive_ref: Optional[str] = None,
controller_patch_image_ref: Optional[str] = None,
downloadable: Optional[str] = None,
dryrun_infos: Optional[Sequence[SystemreportDryrunInfoArgs]] = None,
events: Optional[Sequence[SystemreportEventArgs]] = None,
image_ref: Optional[str] = None,
name: Optional[str] = None,
operation: Optional[str] = None,
readiness_reports: Optional[Sequence[SystemreportReadinessReportArgs]] = None,
se_patch_image_ref: Optional[str] = None,
states: Optional[Sequence[SystemreportStateArgs]] = None,
summaries: Optional[Sequence[SystemreportSummaryArgs]] = None,
systemreport_id: Optional[str] = None,
tasks: Optional[Sequence[SystemreportTaskArgs]] = None,
tenant_ref: Optional[str] = None,
type: Optional[str] = None,
uuid: Optional[str] = None)
func NewSystemreport(ctx *Context, name string, args *SystemreportArgs, opts ...ResourceOption) (*Systemreport, error)
public Systemreport(string name, SystemreportArgs? args = null, CustomResourceOptions? opts = null)
public Systemreport(String name, SystemreportArgs args)
public Systemreport(String name, SystemreportArgs args, CustomResourceOptions options)
type: avi:Systemreport
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args SystemreportArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args SystemreportArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args SystemreportArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SystemreportArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SystemreportArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var systemreportResource = new Avi.Systemreport("systemreportResource", new()
{
ArchiveRef = "string",
ControllerPatchImageRef = "string",
Downloadable = "string",
DryrunInfos = new[]
{
new Avi.Inputs.SystemreportDryrunInfoArgs
{
Duration = "string",
EndTime = "string",
Operation = "string",
Params = new[]
{
new Avi.Inputs.SystemreportDryrunInfoParamArgs
{
ControllerPatchRef = "string",
Dryrun = "string",
ImageRef = "string",
PrechecksOnly = "string",
SeGroupOptions = new[]
{
new Avi.Inputs.SystemreportDryrunInfoParamSeGroupOptionArgs
{
ActionOnError = "string",
Disruptive = "string",
},
},
SeGroupRefs = new[]
{
"string",
},
SePatchRef = "string",
SkipWarnings = "string",
System = "string",
},
},
Progress = "string",
StartTime = "string",
States = new[]
{
new Avi.Inputs.SystemreportDryrunInfoStateArgs
{
LastChangedTimes = new[]
{
new Avi.Inputs.SystemreportDryrunInfoStateLastChangedTimeArgs
{
Secs = "string",
Usecs = "string",
},
},
Reason = "string",
Rebooted = "string",
State = "string",
},
},
TasksCompleted = "string",
TotalTasks = "string",
UpgradeEvents = new[]
{
new Avi.Inputs.SystemreportDryrunInfoUpgradeEventArgs
{
NodesEvents = new[]
{
new Avi.Inputs.SystemreportDryrunInfoUpgradeEventNodesEventArgs
{
Duration = "string",
EndTime = "string",
Ips = new[]
{
new Avi.Inputs.SystemreportDryrunInfoUpgradeEventNodesEventIpArgs
{
Addr = "string",
Type = "string",
},
},
Message = "string",
StartTime = "string",
Status = "string",
SubTasks = new[]
{
"string",
},
},
},
SubEvents = new[]
{
new Avi.Inputs.SystemreportDryrunInfoUpgradeEventSubEventArgs
{
Duration = "string",
EndTime = "string",
Ips = new[]
{
new Avi.Inputs.SystemreportDryrunInfoUpgradeEventSubEventIpArgs
{
Addr = "string",
Type = "string",
},
},
Message = "string",
StartTime = "string",
Status = "string",
SubTasks = new[]
{
"string",
},
},
},
Task = "string",
TaskName = "string",
},
},
Worker = "string",
},
},
Events = new[]
{
new Avi.Inputs.SystemreportEventArgs
{
Duration = "string",
EndTime = "string",
EventName = "string",
Messages = new[]
{
"string",
},
StartTime = "string",
Status = "string",
},
},
ImageRef = "string",
Name = "string",
Operation = "string",
ReadinessReports = new[]
{
new Avi.Inputs.SystemreportReadinessReportArgs
{
Name = "string",
NodeRef = "string",
NodeType = "string",
ObjCloudRef = "string",
SystemReadinesses = new[]
{
new Avi.Inputs.SystemreportReadinessReportSystemReadinessArgs
{
Checks = new[]
{
new Avi.Inputs.SystemreportReadinessReportSystemReadinessCheckArgs
{
CheckCode = "string",
Description = "string",
Details = new[]
{
"string",
},
Duration = "string",
EndTime = "string",
ErrorDetails = new[]
{
"string",
},
StartTime = "string",
State = "string",
},
},
ChecksCompleted = "string",
Duration = "string",
EndTime = "string",
ImageRef = "string",
PatchImageRef = "string",
Progress = "string",
StartTime = "string",
States = new[]
{
new Avi.Inputs.SystemreportReadinessReportSystemReadinessStateArgs
{
LastChangedTimes = new[]
{
new Avi.Inputs.SystemreportReadinessReportSystemReadinessStateLastChangedTimeArgs
{
Secs = "string",
Usecs = "string",
},
},
Reason = "string",
Rebooted = "string",
State = "string",
},
},
TotalChecks = "string",
UpgradeOps = "string",
},
},
},
},
SePatchImageRef = "string",
States = new[]
{
new Avi.Inputs.SystemreportStateArgs
{
LastChangedTimes = new[]
{
new Avi.Inputs.SystemreportStateLastChangedTimeArgs
{
Secs = "string",
Usecs = "string",
},
},
Reason = "string",
State = "string",
},
},
Summaries = new[]
{
new Avi.Inputs.SystemreportSummaryArgs
{
Description = "string",
Previews = new[]
{
"string",
},
Title = "string",
},
},
SystemreportId = "string",
Tasks = new[]
{
new Avi.Inputs.SystemreportTaskArgs
{
Name = "string",
Reason = "string",
Summaries = new[]
{
new Avi.Inputs.SystemreportTaskSummaryArgs
{
Type = "string",
Description = "string",
Duration = "string",
EndTime = "string",
ErrorCount = "string",
Reason = "string",
StartTime = "string",
Status = "string",
},
},
TaskJournalRef = "string",
},
},
TenantRef = "string",
Type = "string",
Uuid = "string",
});
example, err := avi.NewSystemreport(ctx, "systemreportResource", &avi.SystemreportArgs{
ArchiveRef: pulumi.String("string"),
ControllerPatchImageRef: pulumi.String("string"),
Downloadable: pulumi.String("string"),
DryrunInfos: avi.SystemreportDryrunInfoArray{
&avi.SystemreportDryrunInfoArgs{
Duration: pulumi.String("string"),
EndTime: pulumi.String("string"),
Operation: pulumi.String("string"),
Params: avi.SystemreportDryrunInfoParamArray{
&avi.SystemreportDryrunInfoParamArgs{
ControllerPatchRef: pulumi.String("string"),
Dryrun: pulumi.String("string"),
ImageRef: pulumi.String("string"),
PrechecksOnly: pulumi.String("string"),
SeGroupOptions: avi.SystemreportDryrunInfoParamSeGroupOptionArray{
&avi.SystemreportDryrunInfoParamSeGroupOptionArgs{
ActionOnError: pulumi.String("string"),
Disruptive: pulumi.String("string"),
},
},
SeGroupRefs: pulumi.StringArray{
pulumi.String("string"),
},
SePatchRef: pulumi.String("string"),
SkipWarnings: pulumi.String("string"),
System: pulumi.String("string"),
},
},
Progress: pulumi.String("string"),
StartTime: pulumi.String("string"),
States: avi.SystemreportDryrunInfoStateArray{
&avi.SystemreportDryrunInfoStateArgs{
LastChangedTimes: avi.SystemreportDryrunInfoStateLastChangedTimeArray{
&avi.SystemreportDryrunInfoStateLastChangedTimeArgs{
Secs: pulumi.String("string"),
Usecs: pulumi.String("string"),
},
},
Reason: pulumi.String("string"),
Rebooted: pulumi.String("string"),
State: pulumi.String("string"),
},
},
TasksCompleted: pulumi.String("string"),
TotalTasks: pulumi.String("string"),
UpgradeEvents: avi.SystemreportDryrunInfoUpgradeEventArray{
&avi.SystemreportDryrunInfoUpgradeEventArgs{
NodesEvents: avi.SystemreportDryrunInfoUpgradeEventNodesEventArray{
&avi.SystemreportDryrunInfoUpgradeEventNodesEventArgs{
Duration: pulumi.String("string"),
EndTime: pulumi.String("string"),
Ips: avi.SystemreportDryrunInfoUpgradeEventNodesEventIpArray{
&avi.SystemreportDryrunInfoUpgradeEventNodesEventIpArgs{
Addr: pulumi.String("string"),
Type: pulumi.String("string"),
},
},
Message: pulumi.String("string"),
StartTime: pulumi.String("string"),
Status: pulumi.String("string"),
SubTasks: pulumi.StringArray{
pulumi.String("string"),
},
},
},
SubEvents: avi.SystemreportDryrunInfoUpgradeEventSubEventArray{
&avi.SystemreportDryrunInfoUpgradeEventSubEventArgs{
Duration: pulumi.String("string"),
EndTime: pulumi.String("string"),
Ips: avi.SystemreportDryrunInfoUpgradeEventSubEventIpArray{
&avi.SystemreportDryrunInfoUpgradeEventSubEventIpArgs{
Addr: pulumi.String("string"),
Type: pulumi.String("string"),
},
},
Message: pulumi.String("string"),
StartTime: pulumi.String("string"),
Status: pulumi.String("string"),
SubTasks: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Task: pulumi.String("string"),
TaskName: pulumi.String("string"),
},
},
Worker: pulumi.String("string"),
},
},
Events: avi.SystemreportEventArray{
&avi.SystemreportEventArgs{
Duration: pulumi.String("string"),
EndTime: pulumi.String("string"),
EventName: pulumi.String("string"),
Messages: pulumi.StringArray{
pulumi.String("string"),
},
StartTime: pulumi.String("string"),
Status: pulumi.String("string"),
},
},
ImageRef: pulumi.String("string"),
Name: pulumi.String("string"),
Operation: pulumi.String("string"),
ReadinessReports: avi.SystemreportReadinessReportArray{
&avi.SystemreportReadinessReportArgs{
Name: pulumi.String("string"),
NodeRef: pulumi.String("string"),
NodeType: pulumi.String("string"),
ObjCloudRef: pulumi.String("string"),
SystemReadinesses: avi.SystemreportReadinessReportSystemReadinessArray{
&avi.SystemreportReadinessReportSystemReadinessArgs{
Checks: avi.SystemreportReadinessReportSystemReadinessCheckArray{
&avi.SystemreportReadinessReportSystemReadinessCheckArgs{
CheckCode: pulumi.String("string"),
Description: pulumi.String("string"),
Details: pulumi.StringArray{
pulumi.String("string"),
},
Duration: pulumi.String("string"),
EndTime: pulumi.String("string"),
ErrorDetails: pulumi.StringArray{
pulumi.String("string"),
},
StartTime: pulumi.String("string"),
State: pulumi.String("string"),
},
},
ChecksCompleted: pulumi.String("string"),
Duration: pulumi.String("string"),
EndTime: pulumi.String("string"),
ImageRef: pulumi.String("string"),
PatchImageRef: pulumi.String("string"),
Progress: pulumi.String("string"),
StartTime: pulumi.String("string"),
States: avi.SystemreportReadinessReportSystemReadinessStateArray{
&avi.SystemreportReadinessReportSystemReadinessStateArgs{
LastChangedTimes: avi.SystemreportReadinessReportSystemReadinessStateLastChangedTimeArray{
&avi.SystemreportReadinessReportSystemReadinessStateLastChangedTimeArgs{
Secs: pulumi.String("string"),
Usecs: pulumi.String("string"),
},
},
Reason: pulumi.String("string"),
Rebooted: pulumi.String("string"),
State: pulumi.String("string"),
},
},
TotalChecks: pulumi.String("string"),
UpgradeOps: pulumi.String("string"),
},
},
},
},
SePatchImageRef: pulumi.String("string"),
States: avi.SystemreportStateTypeArray{
&avi.SystemreportStateTypeArgs{
LastChangedTimes: avi.SystemreportStateLastChangedTimeArray{
&avi.SystemreportStateLastChangedTimeArgs{
Secs: pulumi.String("string"),
Usecs: pulumi.String("string"),
},
},
Reason: pulumi.String("string"),
State: pulumi.String("string"),
},
},
Summaries: avi.SystemreportSummaryArray{
&avi.SystemreportSummaryArgs{
Description: pulumi.String("string"),
Previews: pulumi.StringArray{
pulumi.String("string"),
},
Title: pulumi.String("string"),
},
},
SystemreportId: pulumi.String("string"),
Tasks: avi.SystemreportTaskArray{
&avi.SystemreportTaskArgs{
Name: pulumi.String("string"),
Reason: pulumi.String("string"),
Summaries: avi.SystemreportTaskSummaryArray{
&avi.SystemreportTaskSummaryArgs{
Type: pulumi.String("string"),
Description: pulumi.String("string"),
Duration: pulumi.String("string"),
EndTime: pulumi.String("string"),
ErrorCount: pulumi.String("string"),
Reason: pulumi.String("string"),
StartTime: pulumi.String("string"),
Status: pulumi.String("string"),
},
},
TaskJournalRef: pulumi.String("string"),
},
},
TenantRef: pulumi.String("string"),
Type: pulumi.String("string"),
Uuid: pulumi.String("string"),
})
var systemreportResource = new Systemreport("systemreportResource", SystemreportArgs.builder()
.archiveRef("string")
.controllerPatchImageRef("string")
.downloadable("string")
.dryrunInfos(SystemreportDryrunInfoArgs.builder()
.duration("string")
.endTime("string")
.operation("string")
.params(SystemreportDryrunInfoParamArgs.builder()
.controllerPatchRef("string")
.dryrun("string")
.imageRef("string")
.prechecksOnly("string")
.seGroupOptions(SystemreportDryrunInfoParamSeGroupOptionArgs.builder()
.actionOnError("string")
.disruptive("string")
.build())
.seGroupRefs("string")
.sePatchRef("string")
.skipWarnings("string")
.system("string")
.build())
.progress("string")
.startTime("string")
.states(SystemreportDryrunInfoStateArgs.builder()
.lastChangedTimes(SystemreportDryrunInfoStateLastChangedTimeArgs.builder()
.secs("string")
.usecs("string")
.build())
.reason("string")
.rebooted("string")
.state("string")
.build())
.tasksCompleted("string")
.totalTasks("string")
.upgradeEvents(SystemreportDryrunInfoUpgradeEventArgs.builder()
.nodesEvents(SystemreportDryrunInfoUpgradeEventNodesEventArgs.builder()
.duration("string")
.endTime("string")
.ips(SystemreportDryrunInfoUpgradeEventNodesEventIpArgs.builder()
.addr("string")
.type("string")
.build())
.message("string")
.startTime("string")
.status("string")
.subTasks("string")
.build())
.subEvents(SystemreportDryrunInfoUpgradeEventSubEventArgs.builder()
.duration("string")
.endTime("string")
.ips(SystemreportDryrunInfoUpgradeEventSubEventIpArgs.builder()
.addr("string")
.type("string")
.build())
.message("string")
.startTime("string")
.status("string")
.subTasks("string")
.build())
.task("string")
.taskName("string")
.build())
.worker("string")
.build())
.events(SystemreportEventArgs.builder()
.duration("string")
.endTime("string")
.eventName("string")
.messages("string")
.startTime("string")
.status("string")
.build())
.imageRef("string")
.name("string")
.operation("string")
.readinessReports(SystemreportReadinessReportArgs.builder()
.name("string")
.nodeRef("string")
.nodeType("string")
.objCloudRef("string")
.systemReadinesses(SystemreportReadinessReportSystemReadinessArgs.builder()
.checks(SystemreportReadinessReportSystemReadinessCheckArgs.builder()
.checkCode("string")
.description("string")
.details("string")
.duration("string")
.endTime("string")
.errorDetails("string")
.startTime("string")
.state("string")
.build())
.checksCompleted("string")
.duration("string")
.endTime("string")
.imageRef("string")
.patchImageRef("string")
.progress("string")
.startTime("string")
.states(SystemreportReadinessReportSystemReadinessStateArgs.builder()
.lastChangedTimes(SystemreportReadinessReportSystemReadinessStateLastChangedTimeArgs.builder()
.secs("string")
.usecs("string")
.build())
.reason("string")
.rebooted("string")
.state("string")
.build())
.totalChecks("string")
.upgradeOps("string")
.build())
.build())
.sePatchImageRef("string")
.states(SystemreportStateArgs.builder()
.lastChangedTimes(SystemreportStateLastChangedTimeArgs.builder()
.secs("string")
.usecs("string")
.build())
.reason("string")
.state("string")
.build())
.summaries(SystemreportSummaryArgs.builder()
.description("string")
.previews("string")
.title("string")
.build())
.systemreportId("string")
.tasks(SystemreportTaskArgs.builder()
.name("string")
.reason("string")
.summaries(SystemreportTaskSummaryArgs.builder()
.type("string")
.description("string")
.duration("string")
.endTime("string")
.errorCount("string")
.reason("string")
.startTime("string")
.status("string")
.build())
.taskJournalRef("string")
.build())
.tenantRef("string")
.type("string")
.uuid("string")
.build());
systemreport_resource = avi.Systemreport("systemreportResource",
archive_ref="string",
controller_patch_image_ref="string",
downloadable="string",
dryrun_infos=[{
"duration": "string",
"end_time": "string",
"operation": "string",
"params": [{
"controller_patch_ref": "string",
"dryrun": "string",
"image_ref": "string",
"prechecks_only": "string",
"se_group_options": [{
"action_on_error": "string",
"disruptive": "string",
}],
"se_group_refs": ["string"],
"se_patch_ref": "string",
"skip_warnings": "string",
"system": "string",
}],
"progress": "string",
"start_time": "string",
"states": [{
"last_changed_times": [{
"secs": "string",
"usecs": "string",
}],
"reason": "string",
"rebooted": "string",
"state": "string",
}],
"tasks_completed": "string",
"total_tasks": "string",
"upgrade_events": [{
"nodes_events": [{
"duration": "string",
"end_time": "string",
"ips": [{
"addr": "string",
"type": "string",
}],
"message": "string",
"start_time": "string",
"status": "string",
"sub_tasks": ["string"],
}],
"sub_events": [{
"duration": "string",
"end_time": "string",
"ips": [{
"addr": "string",
"type": "string",
}],
"message": "string",
"start_time": "string",
"status": "string",
"sub_tasks": ["string"],
}],
"task": "string",
"task_name": "string",
}],
"worker": "string",
}],
events=[{
"duration": "string",
"end_time": "string",
"event_name": "string",
"messages": ["string"],
"start_time": "string",
"status": "string",
}],
image_ref="string",
name="string",
operation="string",
readiness_reports=[{
"name": "string",
"node_ref": "string",
"node_type": "string",
"obj_cloud_ref": "string",
"system_readinesses": [{
"checks": [{
"check_code": "string",
"description": "string",
"details": ["string"],
"duration": "string",
"end_time": "string",
"error_details": ["string"],
"start_time": "string",
"state": "string",
}],
"checks_completed": "string",
"duration": "string",
"end_time": "string",
"image_ref": "string",
"patch_image_ref": "string",
"progress": "string",
"start_time": "string",
"states": [{
"last_changed_times": [{
"secs": "string",
"usecs": "string",
}],
"reason": "string",
"rebooted": "string",
"state": "string",
}],
"total_checks": "string",
"upgrade_ops": "string",
}],
}],
se_patch_image_ref="string",
states=[{
"last_changed_times": [{
"secs": "string",
"usecs": "string",
}],
"reason": "string",
"state": "string",
}],
summaries=[{
"description": "string",
"previews": ["string"],
"title": "string",
}],
systemreport_id="string",
tasks=[{
"name": "string",
"reason": "string",
"summaries": [{
"type": "string",
"description": "string",
"duration": "string",
"end_time": "string",
"error_count": "string",
"reason": "string",
"start_time": "string",
"status": "string",
}],
"task_journal_ref": "string",
}],
tenant_ref="string",
type="string",
uuid="string")
const systemreportResource = new avi.Systemreport("systemreportResource", {
archiveRef: "string",
controllerPatchImageRef: "string",
downloadable: "string",
dryrunInfos: [{
duration: "string",
endTime: "string",
operation: "string",
params: [{
controllerPatchRef: "string",
dryrun: "string",
imageRef: "string",
prechecksOnly: "string",
seGroupOptions: [{
actionOnError: "string",
disruptive: "string",
}],
seGroupRefs: ["string"],
sePatchRef: "string",
skipWarnings: "string",
system: "string",
}],
progress: "string",
startTime: "string",
states: [{
lastChangedTimes: [{
secs: "string",
usecs: "string",
}],
reason: "string",
rebooted: "string",
state: "string",
}],
tasksCompleted: "string",
totalTasks: "string",
upgradeEvents: [{
nodesEvents: [{
duration: "string",
endTime: "string",
ips: [{
addr: "string",
type: "string",
}],
message: "string",
startTime: "string",
status: "string",
subTasks: ["string"],
}],
subEvents: [{
duration: "string",
endTime: "string",
ips: [{
addr: "string",
type: "string",
}],
message: "string",
startTime: "string",
status: "string",
subTasks: ["string"],
}],
task: "string",
taskName: "string",
}],
worker: "string",
}],
events: [{
duration: "string",
endTime: "string",
eventName: "string",
messages: ["string"],
startTime: "string",
status: "string",
}],
imageRef: "string",
name: "string",
operation: "string",
readinessReports: [{
name: "string",
nodeRef: "string",
nodeType: "string",
objCloudRef: "string",
systemReadinesses: [{
checks: [{
checkCode: "string",
description: "string",
details: ["string"],
duration: "string",
endTime: "string",
errorDetails: ["string"],
startTime: "string",
state: "string",
}],
checksCompleted: "string",
duration: "string",
endTime: "string",
imageRef: "string",
patchImageRef: "string",
progress: "string",
startTime: "string",
states: [{
lastChangedTimes: [{
secs: "string",
usecs: "string",
}],
reason: "string",
rebooted: "string",
state: "string",
}],
totalChecks: "string",
upgradeOps: "string",
}],
}],
sePatchImageRef: "string",
states: [{
lastChangedTimes: [{
secs: "string",
usecs: "string",
}],
reason: "string",
state: "string",
}],
summaries: [{
description: "string",
previews: ["string"],
title: "string",
}],
systemreportId: "string",
tasks: [{
name: "string",
reason: "string",
summaries: [{
type: "string",
description: "string",
duration: "string",
endTime: "string",
errorCount: "string",
reason: "string",
startTime: "string",
status: "string",
}],
taskJournalRef: "string",
}],
tenantRef: "string",
type: "string",
uuid: "string",
});
type: avi:Systemreport
properties:
archiveRef: string
controllerPatchImageRef: string
downloadable: string
dryrunInfos:
- duration: string
endTime: string
operation: string
params:
- controllerPatchRef: string
dryrun: string
imageRef: string
prechecksOnly: string
seGroupOptions:
- actionOnError: string
disruptive: string
seGroupRefs:
- string
sePatchRef: string
skipWarnings: string
system: string
progress: string
startTime: string
states:
- lastChangedTimes:
- secs: string
usecs: string
reason: string
rebooted: string
state: string
tasksCompleted: string
totalTasks: string
upgradeEvents:
- nodesEvents:
- duration: string
endTime: string
ips:
- addr: string
type: string
message: string
startTime: string
status: string
subTasks:
- string
subEvents:
- duration: string
endTime: string
ips:
- addr: string
type: string
message: string
startTime: string
status: string
subTasks:
- string
task: string
taskName: string
worker: string
events:
- duration: string
endTime: string
eventName: string
messages:
- string
startTime: string
status: string
imageRef: string
name: string
operation: string
readinessReports:
- name: string
nodeRef: string
nodeType: string
objCloudRef: string
systemReadinesses:
- checks:
- checkCode: string
description: string
details:
- string
duration: string
endTime: string
errorDetails:
- string
startTime: string
state: string
checksCompleted: string
duration: string
endTime: string
imageRef: string
patchImageRef: string
progress: string
startTime: string
states:
- lastChangedTimes:
- secs: string
usecs: string
reason: string
rebooted: string
state: string
totalChecks: string
upgradeOps: string
sePatchImageRef: string
states:
- lastChangedTimes:
- secs: string
usecs: string
reason: string
state: string
summaries:
- description: string
previews:
- string
title: string
systemreportId: string
tasks:
- name: string
reason: string
summaries:
- description: string
duration: string
endTime: string
errorCount: string
reason: string
startTime: string
status: string
type: string
taskJournalRef: string
tenantRef: string
type: string
uuid: string
Systemreport Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Systemreport resource accepts the following input properties:
- 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<SystemreportDryrun Info> - Dry-run report. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Events
List<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.
- 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<SystemreportReadiness 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<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<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.
- Systemreport
Id string - Tasks
List<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 []SystemreportDryrun Info Args - Dry-run report. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Events
[]Systemreport
Event Args - 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.
- 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 []SystemreportReadiness Report Args - 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
[]Systemreport
State Type Args - 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
[]Systemreport
Summary Args - Summary of the report. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Systemreport
Id string - Tasks
[]Systemreport
Task Args - 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<SystemreportDryrun Info> - Dry-run report. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- events
List<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.
- 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<SystemreportReadiness 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<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<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.
- systemreport
Id String - tasks
List<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 SystemreportDryrun Info[] - Dry-run report. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- events
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.
- 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 SystemreportReadiness 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
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
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.
- systemreport
Id string - tasks
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[SystemreportDryrun Info Args] - Dry-run report. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- events
Sequence[Systemreport
Event Args] - 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.
- 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[SystemreportReadiness Report Args] - 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[Systemreport
State Args] - 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[Systemreport
Summary Args] - Summary of the report. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- systemreport_
id str - tasks
Sequence[Systemreport
Task Args] - 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.
- 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.
- systemreport
Id String - 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.
Outputs
All input properties are implicitly available as output properties. Additionally, the Systemreport resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing Systemreport Resource
Get an existing Systemreport resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: SystemreportState, opts?: CustomResourceOptions): Systemreport
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
archive_ref: Optional[str] = None,
controller_patch_image_ref: Optional[str] = None,
downloadable: Optional[str] = None,
dryrun_infos: Optional[Sequence[SystemreportDryrunInfoArgs]] = None,
events: Optional[Sequence[SystemreportEventArgs]] = None,
image_ref: Optional[str] = None,
name: Optional[str] = None,
operation: Optional[str] = None,
readiness_reports: Optional[Sequence[SystemreportReadinessReportArgs]] = None,
se_patch_image_ref: Optional[str] = None,
states: Optional[Sequence[SystemreportStateArgs]] = None,
summaries: Optional[Sequence[SystemreportSummaryArgs]] = None,
systemreport_id: Optional[str] = None,
tasks: Optional[Sequence[SystemreportTaskArgs]] = None,
tenant_ref: Optional[str] = None,
type: Optional[str] = None,
uuid: Optional[str] = None) -> Systemreport
func GetSystemreport(ctx *Context, name string, id IDInput, state *SystemreportState, opts ...ResourceOption) (*Systemreport, error)
public static Systemreport Get(string name, Input<string> id, SystemreportState? state, CustomResourceOptions? opts = null)
public static Systemreport get(String name, Output<String> id, SystemreportState state, CustomResourceOptions options)
resources: _: type: avi:Systemreport get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- 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<SystemreportDryrun Info> - Dry-run report. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Events
List<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.
- 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<SystemreportReadiness 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<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<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.
- Systemreport
Id string - Tasks
List<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 []SystemreportDryrun Info Args - Dry-run report. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Events
[]Systemreport
Event Args - 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.
- 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 []SystemreportReadiness Report Args - 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
[]Systemreport
State Type Args - 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
[]Systemreport
Summary Args - Summary of the report. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Systemreport
Id string - Tasks
[]Systemreport
Task Args - 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<SystemreportDryrun Info> - Dry-run report. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- events
List<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.
- 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<SystemreportReadiness 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<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<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.
- systemreport
Id String - tasks
List<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 SystemreportDryrun Info[] - Dry-run report. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- events
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.
- 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 SystemreportReadiness 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
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
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.
- systemreport
Id string - tasks
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[SystemreportDryrun Info Args] - Dry-run report. Field introduced in 31.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- events
Sequence[Systemreport
Event Args] - 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.
- 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[SystemreportReadiness Report Args] - 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[Systemreport
State Args] - 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[Systemreport
Summary Args] - Summary of the report. Field introduced in 22.1.6, 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- systemreport_
id str - tasks
Sequence[Systemreport
Task Args] - 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.
- 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.
- systemreport
Id String - 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
SystemreportDryrunInfo, SystemreportDryrunInfoArgs
- 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<Systemreport
Dryrun Info Param> - Progress string
- Start
Time string - States
List<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<SystemreportDryrun 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
[]Systemreport
Dryrun Info Param - Progress string
- Start
Time string - States
[]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 []SystemreportDryrun 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<Systemreport
Dryrun Info Param> - progress String
- start
Time String - states
List<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<SystemreportDryrun 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
Systemreport
Dryrun Info Param[] - progress string
- start
Time string - states
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 SystemreportDryrun 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[Systemreport
Dryrun Info Param] - progress str
- start_
time str - states
Sequence[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[SystemreportDryrun 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
SystemreportDryrunInfoParam, SystemreportDryrunInfoParamArgs
- 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<SystemreportOptions 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 []SystemreportOptions 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<SystemreportOptions 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 SystemreportOptions 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[Systemreportoptions 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
SystemreportDryrunInfoParamSeGroupOption, SystemreportDryrunInfoParamSeGroupOptionArgs
- 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
SystemreportDryrunInfoState, SystemreportDryrunInfoStateArgs
- Last
Changed List<SystemreportTimes 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 []SystemreportTimes 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<SystemreportTimes 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 SystemreportTimes 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[Systemreporttimes 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.
SystemreportDryrunInfoStateLastChangedTime, SystemreportDryrunInfoStateLastChangedTimeArgs
SystemreportDryrunInfoUpgradeEvent, SystemreportDryrunInfoUpgradeEventArgs
SystemreportDryrunInfoUpgradeEventNodesEvent, SystemreportDryrunInfoUpgradeEventNodesEventArgs
- duration str
- end_
time str - ips
Sequence[Systemreport
Dryrun Info Upgrade Event Nodes Event Ip] - message str
- start_
time str - status str
- sub_
tasks Sequence[str]
SystemreportDryrunInfoUpgradeEventNodesEventIp, SystemreportDryrunInfoUpgradeEventNodesEventIpArgs
SystemreportDryrunInfoUpgradeEventSubEvent, SystemreportDryrunInfoUpgradeEventSubEventArgs
- duration str
- end_
time str - ips
Sequence[Systemreport
Dryrun Info Upgrade Event Sub Event Ip] - message str
- start_
time str - status str
- sub_
tasks Sequence[str]
SystemreportDryrunInfoUpgradeEventSubEventIp, SystemreportDryrunInfoUpgradeEventSubEventIpArgs
SystemreportEvent, SystemreportEventArgs
- duration str
- end_
time str - event_
name str - messages Sequence[str]
- start_
time str - status str
SystemreportReadinessReport, SystemreportReadinessReportArgs
- 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.
- Node
Ref string - Node
Type string - Obj
Cloud stringRef - System
Readinesses List<SystemreportReadiness Report System Readiness>
- 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.
- Node
Ref string - Node
Type string - Obj
Cloud stringRef - System
Readinesses []SystemreportReadiness Report System Readiness
- 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.
- node
Ref String - node
Type String - obj
Cloud StringRef - system
Readinesses List<SystemreportReadiness Report System Readiness>
- 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.
- node
Ref string - node
Type string - obj
Cloud stringRef - system
Readinesses SystemreportReadiness Report System Readiness[]
- 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.
- node_
ref str - node_
type str - obj_
cloud_ strref - system_
readinesses Sequence[SystemreportReadiness Report System Readiness]
- 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.
- node
Ref String - node
Type String - obj
Cloud StringRef - system
Readinesses List<Property Map>
SystemreportReadinessReportSystemReadiness, SystemreportReadinessReportSystemReadinessArgs
- Checks
List<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<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
[]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
[]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<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<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
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
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[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[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
SystemreportReadinessReportSystemReadinessCheck, SystemreportReadinessReportSystemReadinessCheckArgs
- 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.
SystemreportReadinessReportSystemReadinessState, SystemreportReadinessReportSystemReadinessStateArgs
- Last
Changed List<SystemreportTimes 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 []SystemreportTimes 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<SystemreportTimes 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 SystemreportTimes 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[Systemreporttimes 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.
SystemreportReadinessReportSystemReadinessStateLastChangedTime, SystemreportReadinessReportSystemReadinessStateLastChangedTimeArgs
SystemreportState, SystemreportStateArgs
- Last
Changed List<SystemreportTimes 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 []SystemreportTimes 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<SystemreportTimes 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 SystemreportTimes 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[Systemreporttimes 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.
SystemreportStateLastChangedTime, SystemreportStateLastChangedTimeArgs
SystemreportSummary, SystemreportSummaryArgs
- 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
SystemreportTask, SystemreportTaskArgs
- 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.
- Reason string
- Summaries
List<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
- 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.
- Reason string
- Summaries
[]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
- 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.
- reason String
- summaries
List<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
- 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.
- reason string
- summaries
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
- 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.
- reason str
- summaries
Sequence[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
- 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.
- 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
SystemreportTaskSummary, SystemreportTaskSummaryArgs
- 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 string
- duration string
- end
Time string - error
Count string - reason string
- start
Time string - status string
- 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 str
- duration str
- end_
time str - error_
count str - reason str
- start_
time str - status str
- 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
Package Details
- Repository
- avi vmware/terraform-provider-avi
- License
- Notes
- This Pulumi package is based on the
avi
Terraform Provider.