Viewing docs for Oracle Cloud Infrastructure v4.4.0
published on Thursday, Mar 26, 2026 by Pulumi
published on Thursday, Mar 26, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.4.0
published on Thursday, Mar 26, 2026 by Pulumi
published on Thursday, Mar 26, 2026 by Pulumi
This data source provides details about a specific Fsu Readiness Check resource in Oracle Cloud Infrastructure Fleet Software Update service.
Gets a Exadata Fleet Update Readiness Check by identifier.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testFsuReadinessCheck = oci.FleetSoftwareUpdate.getFsuReadinessCheck({
fsuReadinessCheckId: testFsuReadinessCheckOciFleetSoftwareUpdateFsuReadinessCheck.id,
});
import pulumi
import pulumi_oci as oci
test_fsu_readiness_check = oci.FleetSoftwareUpdate.get_fsu_readiness_check(fsu_readiness_check_id=test_fsu_readiness_check_oci_fleet_software_update_fsu_readiness_check["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/fleetsoftwareupdate"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := fleetsoftwareupdate.GetFsuReadinessCheck(ctx, &fleetsoftwareupdate.GetFsuReadinessCheckArgs{
FsuReadinessCheckId: testFsuReadinessCheckOciFleetSoftwareUpdateFsuReadinessCheck.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testFsuReadinessCheck = Oci.FleetSoftwareUpdate.GetFsuReadinessCheck.Invoke(new()
{
FsuReadinessCheckId = testFsuReadinessCheckOciFleetSoftwareUpdateFsuReadinessCheck.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.FleetSoftwareUpdate.FleetSoftwareUpdateFunctions;
import com.pulumi.oci.FleetSoftwareUpdate.inputs.GetFsuReadinessCheckArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testFsuReadinessCheck = FleetSoftwareUpdateFunctions.getFsuReadinessCheck(GetFsuReadinessCheckArgs.builder()
.fsuReadinessCheckId(testFsuReadinessCheckOciFleetSoftwareUpdateFsuReadinessCheck.id())
.build());
}
}
variables:
testFsuReadinessCheck:
fn::invoke:
function: oci:FleetSoftwareUpdate:getFsuReadinessCheck
arguments:
fsuReadinessCheckId: ${testFsuReadinessCheckOciFleetSoftwareUpdateFsuReadinessCheck.id}
Using getFsuReadinessCheck
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getFsuReadinessCheck(args: GetFsuReadinessCheckArgs, opts?: InvokeOptions): Promise<GetFsuReadinessCheckResult>
function getFsuReadinessCheckOutput(args: GetFsuReadinessCheckOutputArgs, opts?: InvokeOptions): Output<GetFsuReadinessCheckResult>def get_fsu_readiness_check(fsu_readiness_check_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFsuReadinessCheckResult
def get_fsu_readiness_check_output(fsu_readiness_check_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFsuReadinessCheckResult]func LookupFsuReadinessCheck(ctx *Context, args *LookupFsuReadinessCheckArgs, opts ...InvokeOption) (*LookupFsuReadinessCheckResult, error)
func LookupFsuReadinessCheckOutput(ctx *Context, args *LookupFsuReadinessCheckOutputArgs, opts ...InvokeOption) LookupFsuReadinessCheckResultOutput> Note: This function is named LookupFsuReadinessCheck in the Go SDK.
public static class GetFsuReadinessCheck
{
public static Task<GetFsuReadinessCheckResult> InvokeAsync(GetFsuReadinessCheckArgs args, InvokeOptions? opts = null)
public static Output<GetFsuReadinessCheckResult> Invoke(GetFsuReadinessCheckInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFsuReadinessCheckResult> getFsuReadinessCheck(GetFsuReadinessCheckArgs args, InvokeOptions options)
public static Output<GetFsuReadinessCheckResult> getFsuReadinessCheck(GetFsuReadinessCheckArgs args, InvokeOptions options)
fn::invoke:
function: oci:FleetSoftwareUpdate/getFsuReadinessCheck:getFsuReadinessCheck
arguments:
# arguments dictionaryThe following arguments are supported:
- Fsu
Readiness stringCheck Id - Unique Exadata Fleet Update Readiness Check identifier.
- Fsu
Readiness stringCheck Id - Unique Exadata Fleet Update Readiness Check identifier.
- fsu
Readiness StringCheck Id - Unique Exadata Fleet Update Readiness Check identifier.
- fsu
Readiness stringCheck Id - Unique Exadata Fleet Update Readiness Check identifier.
- fsu_
readiness_ strcheck_ id - Unique Exadata Fleet Update Readiness Check identifier.
- fsu
Readiness StringCheck Id - Unique Exadata Fleet Update Readiness Check identifier.
getFsuReadinessCheck Result
The following output properties are available:
- Compartment
Id string - The OCID of the Compartment.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - Display
Name string - The user-friendly name for the Exadata Fleet Update Readiness Check resource.
- Dictionary<string, string>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - Fsu
Readiness stringCheck Id - Id string
- The OCID of the Exadata Fleet Update Readiness Check.
- Issue
Count int - Number of issues found during the Exadata Fleet Update Readiness Check run.
- Issues
List<Get
Fsu Readiness Check Issue> - Issues found during the Exadata Fleet Update Readiness Check run.
- Lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- State string
- Possible lifecycle states for the Exadata Fleet Update Readiness Check resource.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - Targets
List<Get
Fsu Readiness Check Target> - List of targets that will run the Exadata Fleet Update Readiness Check. The targets have to be of the same entity type.
- Time
Created string - The date and time the Exadata Fleet Update Readiness Check was created, as described in RFC 3339, section 14.29.
- Time
Finished string - The date and time the Exadata Fleet Update Readiness Check was finished, as described in RFC 3339.
- Time
Updated string - The date and time the Exadata Fleet Update Readiness Check was updated, as described in RFC 3339, section 14.29.
- Type string
- Possible Exadata Fleet Update Readiness Check types.
- Compartment
Id string - The OCID of the Compartment.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - Display
Name string - The user-friendly name for the Exadata Fleet Update Readiness Check resource.
- map[string]string
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - Fsu
Readiness stringCheck Id - Id string
- The OCID of the Exadata Fleet Update Readiness Check.
- Issue
Count int - Number of issues found during the Exadata Fleet Update Readiness Check run.
- Issues
[]Get
Fsu Readiness Check Issue - Issues found during the Exadata Fleet Update Readiness Check run.
- Lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- State string
- Possible lifecycle states for the Exadata Fleet Update Readiness Check resource.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - Targets
[]Get
Fsu Readiness Check Target - List of targets that will run the Exadata Fleet Update Readiness Check. The targets have to be of the same entity type.
- Time
Created string - The date and time the Exadata Fleet Update Readiness Check was created, as described in RFC 3339, section 14.29.
- Time
Finished string - The date and time the Exadata Fleet Update Readiness Check was finished, as described in RFC 3339.
- Time
Updated string - The date and time the Exadata Fleet Update Readiness Check was updated, as described in RFC 3339, section 14.29.
- Type string
- Possible Exadata Fleet Update Readiness Check types.
- compartment
Id String - The OCID of the Compartment.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - display
Name String - The user-friendly name for the Exadata Fleet Update Readiness Check resource.
- Map<String,String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - fsu
Readiness StringCheck Id - id String
- The OCID of the Exadata Fleet Update Readiness Check.
- issue
Count Integer - Number of issues found during the Exadata Fleet Update Readiness Check run.
- issues
List<Get
Fsu Readiness Check Issue> - Issues found during the Exadata Fleet Update Readiness Check run.
- lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- state String
- Possible lifecycle states for the Exadata Fleet Update Readiness Check resource.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - targets
List<Get
Fsu Readiness Check Target> - List of targets that will run the Exadata Fleet Update Readiness Check. The targets have to be of the same entity type.
- time
Created String - The date and time the Exadata Fleet Update Readiness Check was created, as described in RFC 3339, section 14.29.
- time
Finished String - The date and time the Exadata Fleet Update Readiness Check was finished, as described in RFC 3339.
- time
Updated String - The date and time the Exadata Fleet Update Readiness Check was updated, as described in RFC 3339, section 14.29.
- type String
- Possible Exadata Fleet Update Readiness Check types.
- compartment
Id string - The OCID of the Compartment.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - display
Name string - The user-friendly name for the Exadata Fleet Update Readiness Check resource.
- {[key: string]: string}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - fsu
Readiness stringCheck Id - id string
- The OCID of the Exadata Fleet Update Readiness Check.
- issue
Count number - Number of issues found during the Exadata Fleet Update Readiness Check run.
- issues
Get
Fsu Readiness Check Issue[] - Issues found during the Exadata Fleet Update Readiness Check run.
- lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- state string
- Possible lifecycle states for the Exadata Fleet Update Readiness Check resource.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - targets
Get
Fsu Readiness Check Target[] - List of targets that will run the Exadata Fleet Update Readiness Check. The targets have to be of the same entity type.
- time
Created string - The date and time the Exadata Fleet Update Readiness Check was created, as described in RFC 3339, section 14.29.
- time
Finished string - The date and time the Exadata Fleet Update Readiness Check was finished, as described in RFC 3339.
- time
Updated string - The date and time the Exadata Fleet Update Readiness Check was updated, as described in RFC 3339, section 14.29.
- type string
- Possible Exadata Fleet Update Readiness Check types.
- compartment_
id str - The OCID of the Compartment.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - display_
name str - The user-friendly name for the Exadata Fleet Update Readiness Check resource.
- Mapping[str, str]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - fsu_
readiness_ strcheck_ id - id str
- The OCID of the Exadata Fleet Update Readiness Check.
- issue_
count int - Number of issues found during the Exadata Fleet Update Readiness Check run.
- issues
Sequence[Get
Fsu Readiness Check Issue] - Issues found during the Exadata Fleet Update Readiness Check run.
- lifecycle_
details str - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- state str
- Possible lifecycle states for the Exadata Fleet Update Readiness Check resource.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - targets
Sequence[Get
Fsu Readiness Check Target] - List of targets that will run the Exadata Fleet Update Readiness Check. The targets have to be of the same entity type.
- time_
created str - The date and time the Exadata Fleet Update Readiness Check was created, as described in RFC 3339, section 14.29.
- time_
finished str - The date and time the Exadata Fleet Update Readiness Check was finished, as described in RFC 3339.
- time_
updated str - The date and time the Exadata Fleet Update Readiness Check was updated, as described in RFC 3339, section 14.29.
- type str
- Possible Exadata Fleet Update Readiness Check types.
- compartment
Id String - The OCID of the Compartment.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - display
Name String - The user-friendly name for the Exadata Fleet Update Readiness Check resource.
- Map<String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - fsu
Readiness StringCheck Id - id String
- The OCID of the Exadata Fleet Update Readiness Check.
- issue
Count Number - Number of issues found during the Exadata Fleet Update Readiness Check run.
- issues List<Property Map>
- Issues found during the Exadata Fleet Update Readiness Check run.
- lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- state String
- Possible lifecycle states for the Exadata Fleet Update Readiness Check resource.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - targets List<Property Map>
- List of targets that will run the Exadata Fleet Update Readiness Check. The targets have to be of the same entity type.
- time
Created String - The date and time the Exadata Fleet Update Readiness Check was created, as described in RFC 3339, section 14.29.
- time
Finished String - The date and time the Exadata Fleet Update Readiness Check was finished, as described in RFC 3339.
- time
Updated String - The date and time the Exadata Fleet Update Readiness Check was updated, as described in RFC 3339, section 14.29.
- type String
- Possible Exadata Fleet Update Readiness Check types.
Supporting Types
GetFsuReadinessCheckIssue
- Description string
- Description of the patching issue.
- Impacted
Resource stringId - The OCID of the resource impacted by the patching issue.
- Name string
- Name of the patching issue.
- Recommended
Action string - Recommended action to perform to address or further triage the patching issue.
- Description string
- Description of the patching issue.
- Impacted
Resource stringId - The OCID of the resource impacted by the patching issue.
- Name string
- Name of the patching issue.
- Recommended
Action string - Recommended action to perform to address or further triage the patching issue.
- description String
- Description of the patching issue.
- impacted
Resource StringId - The OCID of the resource impacted by the patching issue.
- name String
- Name of the patching issue.
- recommended
Action String - Recommended action to perform to address or further triage the patching issue.
- description string
- Description of the patching issue.
- impacted
Resource stringId - The OCID of the resource impacted by the patching issue.
- name string
- Name of the patching issue.
- recommended
Action string - Recommended action to perform to address or further triage the patching issue.
- description str
- Description of the patching issue.
- impacted_
resource_ strid - The OCID of the resource impacted by the patching issue.
- name str
- Name of the patching issue.
- recommended_
action str - Recommended action to perform to address or further triage the patching issue.
- description String
- Description of the patching issue.
- impacted
Resource StringId - The OCID of the resource impacted by the patching issue.
- name String
- Name of the patching issue.
- recommended
Action String - Recommended action to perform to address or further triage the patching issue.
GetFsuReadinessCheckTarget
- Entity
Id string - Resource identifier OCID
- Entity
Type string - Resource entity type
- Entity
Id string - Resource identifier OCID
- Entity
Type string - Resource entity type
- entity
Id String - Resource identifier OCID
- entity
Type String - Resource entity type
- entity
Id string - Resource identifier OCID
- entity
Type string - Resource entity type
- entity_
id str - Resource identifier OCID
- entity_
type str - Resource entity type
- entity
Id String - Resource identifier OCID
- entity
Type String - Resource entity type
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Viewing docs for Oracle Cloud Infrastructure v4.4.0
published on Thursday, Mar 26, 2026 by Pulumi
published on Thursday, Mar 26, 2026 by Pulumi
