1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Core
  5. getFirmwareBundles
Oracle Cloud Infrastructure v3.16.0 published on Wednesday, Jan 28, 2026 by Pulumi
oci logo
Oracle Cloud Infrastructure v3.16.0 published on Wednesday, Jan 28, 2026 by Pulumi

    This data source provides the list of Firmware Bundles in Oracle Cloud Infrastructure Core service.

    Gets a list of all Firmware Bundles in a compartment for specified platform. Can filter results to include only the default (recommended) Firmware Bundle for the given platform.

    Example Usage

    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    variables:
      testFirmwareBundles:
        fn::invoke:
          function: oci:Core:getFirmwareBundles
          arguments:
            platform: ${firmwareBundlePlatform}
            compartmentId: ${compartmentId}
            isDefaultBundle: ${firmwareBundleIsDefaultBundle}
            state: ${firmwareBundleState}
    

    Using getFirmwareBundles

    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 getFirmwareBundles(args: GetFirmwareBundlesArgs, opts?: InvokeOptions): Promise<GetFirmwareBundlesResult>
    function getFirmwareBundlesOutput(args: GetFirmwareBundlesOutputArgs, opts?: InvokeOptions): Output<GetFirmwareBundlesResult>
    def get_firmware_bundles(compartment_id: Optional[str] = None,
                             filters: Optional[Sequence[GetFirmwareBundlesFilter]] = None,
                             is_default_bundle: Optional[bool] = None,
                             lifecycle_state: Optional[str] = None,
                             platform: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetFirmwareBundlesResult
    def get_firmware_bundles_output(compartment_id: Optional[pulumi.Input[str]] = None,
                             filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetFirmwareBundlesFilterArgs]]]] = None,
                             is_default_bundle: Optional[pulumi.Input[bool]] = None,
                             lifecycle_state: Optional[pulumi.Input[str]] = None,
                             platform: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetFirmwareBundlesResult]
    func GetFirmwareBundles(ctx *Context, args *GetFirmwareBundlesArgs, opts ...InvokeOption) (*GetFirmwareBundlesResult, error)
    func GetFirmwareBundlesOutput(ctx *Context, args *GetFirmwareBundlesOutputArgs, opts ...InvokeOption) GetFirmwareBundlesResultOutput

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

    public static class GetFirmwareBundles 
    {
        public static Task<GetFirmwareBundlesResult> InvokeAsync(GetFirmwareBundlesArgs args, InvokeOptions? opts = null)
        public static Output<GetFirmwareBundlesResult> Invoke(GetFirmwareBundlesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetFirmwareBundlesResult> getFirmwareBundles(GetFirmwareBundlesArgs args, InvokeOptions options)
    public static Output<GetFirmwareBundlesResult> getFirmwareBundles(GetFirmwareBundlesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:Core/getFirmwareBundles:getFirmwareBundles
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Platform string
    platform name
    CompartmentId string
    The OCID of the compartment.
    Filters List<GetFirmwareBundlesFilter>
    IsDefaultBundle bool
    If true, return only the default firmware bundle for a given platform. Default is false.
    LifecycleState string
    Platform string
    platform name
    CompartmentId string
    The OCID of the compartment.
    Filters []GetFirmwareBundlesFilter
    IsDefaultBundle bool
    If true, return only the default firmware bundle for a given platform. Default is false.
    LifecycleState string
    platform String
    platform name
    compartmentId String
    The OCID of the compartment.
    filters List<GetFirmwareBundlesFilter>
    isDefaultBundle Boolean
    If true, return only the default firmware bundle for a given platform. Default is false.
    lifecycleState String
    platform string
    platform name
    compartmentId string
    The OCID of the compartment.
    filters GetFirmwareBundlesFilter[]
    isDefaultBundle boolean
    If true, return only the default firmware bundle for a given platform. Default is false.
    lifecycleState string
    platform str
    platform name
    compartment_id str
    The OCID of the compartment.
    filters Sequence[GetFirmwareBundlesFilter]
    is_default_bundle bool
    If true, return only the default firmware bundle for a given platform. Default is false.
    lifecycle_state str
    platform String
    platform name
    compartmentId String
    The OCID of the compartment.
    filters List<Property Map>
    isDefaultBundle Boolean
    If true, return only the default firmware bundle for a given platform. Default is false.
    lifecycleState String

    getFirmwareBundles Result

    The following output properties are available:

    FirmwareBundlesCollections List<GetFirmwareBundlesFirmwareBundlesCollection>
    The list of firmware_bundles_collection.
    Id string
    The provider-assigned unique ID for this managed resource.
    Platform string
    The name of the platform supported by this bundle.
    CompartmentId string
    The OCID of the compartment of this firmware bundle.
    Filters List<GetFirmwareBundlesFilter>
    IsDefaultBundle bool
    LifecycleState string
    FirmwareBundlesCollections []GetFirmwareBundlesFirmwareBundlesCollection
    The list of firmware_bundles_collection.
    Id string
    The provider-assigned unique ID for this managed resource.
    Platform string
    The name of the platform supported by this bundle.
    CompartmentId string
    The OCID of the compartment of this firmware bundle.
    Filters []GetFirmwareBundlesFilter
    IsDefaultBundle bool
    LifecycleState string
    firmwareBundlesCollections List<GetFirmwareBundlesFirmwareBundlesCollection>
    The list of firmware_bundles_collection.
    id String
    The provider-assigned unique ID for this managed resource.
    platform String
    The name of the platform supported by this bundle.
    compartmentId String
    The OCID of the compartment of this firmware bundle.
    filters List<GetFirmwareBundlesFilter>
    isDefaultBundle Boolean
    lifecycleState String
    firmwareBundlesCollections GetFirmwareBundlesFirmwareBundlesCollection[]
    The list of firmware_bundles_collection.
    id string
    The provider-assigned unique ID for this managed resource.
    platform string
    The name of the platform supported by this bundle.
    compartmentId string
    The OCID of the compartment of this firmware bundle.
    filters GetFirmwareBundlesFilter[]
    isDefaultBundle boolean
    lifecycleState string
    firmware_bundles_collections Sequence[GetFirmwareBundlesFirmwareBundlesCollection]
    The list of firmware_bundles_collection.
    id str
    The provider-assigned unique ID for this managed resource.
    platform str
    The name of the platform supported by this bundle.
    compartment_id str
    The OCID of the compartment of this firmware bundle.
    filters Sequence[GetFirmwareBundlesFilter]
    is_default_bundle bool
    lifecycle_state str
    firmwareBundlesCollections List<Property Map>
    The list of firmware_bundles_collection.
    id String
    The provider-assigned unique ID for this managed resource.
    platform String
    The name of the platform supported by this bundle.
    compartmentId String
    The OCID of the compartment of this firmware bundle.
    filters List<Property Map>
    isDefaultBundle Boolean
    lifecycleState String

    Supporting Types

    GetFirmwareBundlesFilter

    Name string
    Values List<string>
    Regex bool
    Name string
    Values []string
    Regex bool
    name String
    values List<String>
    regex Boolean
    name string
    values string[]
    regex boolean
    name str
    values Sequence[str]
    regex bool
    name String
    values List<String>
    regex Boolean

    GetFirmwareBundlesFirmwareBundlesCollection

    GetFirmwareBundlesFirmwareBundlesCollectionItem

    AllowableTransitions List<GetFirmwareBundlesFirmwareBundlesCollectionItemAllowableTransition>
    A map of firmware bundle upgrades/downgrades validated by OCI.
    CompartmentId string
    The OCID of the compartment.
    Description string
    A brief description or metadata about this firmware bundle.
    DisplayName string
    The user-friendly name of this firmware bundle.
    Id string
    The OCID of this firmware bundle.
    LifecycleState string
    Platforms List<GetFirmwareBundlesFirmwareBundlesCollectionItemPlatform>
    A map of platforms to pinned firmware versions.
    TimeCreated string
    The date and time the firmware bundle was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
    TimeUpdated string
    The date and time the firmware bundle was updated, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
    AllowableTransitions []GetFirmwareBundlesFirmwareBundlesCollectionItemAllowableTransition
    A map of firmware bundle upgrades/downgrades validated by OCI.
    CompartmentId string
    The OCID of the compartment.
    Description string
    A brief description or metadata about this firmware bundle.
    DisplayName string
    The user-friendly name of this firmware bundle.
    Id string
    The OCID of this firmware bundle.
    LifecycleState string
    Platforms []GetFirmwareBundlesFirmwareBundlesCollectionItemPlatform
    A map of platforms to pinned firmware versions.
    TimeCreated string
    The date and time the firmware bundle was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
    TimeUpdated string
    The date and time the firmware bundle was updated, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
    allowableTransitions List<GetFirmwareBundlesFirmwareBundlesCollectionItemAllowableTransition>
    A map of firmware bundle upgrades/downgrades validated by OCI.
    compartmentId String
    The OCID of the compartment.
    description String
    A brief description or metadata about this firmware bundle.
    displayName String
    The user-friendly name of this firmware bundle.
    id String
    The OCID of this firmware bundle.
    lifecycleState String
    platforms List<GetFirmwareBundlesFirmwareBundlesCollectionItemPlatform>
    A map of platforms to pinned firmware versions.
    timeCreated String
    The date and time the firmware bundle was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
    timeUpdated String
    The date and time the firmware bundle was updated, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
    allowableTransitions GetFirmwareBundlesFirmwareBundlesCollectionItemAllowableTransition[]
    A map of firmware bundle upgrades/downgrades validated by OCI.
    compartmentId string
    The OCID of the compartment.
    description string
    A brief description or metadata about this firmware bundle.
    displayName string
    The user-friendly name of this firmware bundle.
    id string
    The OCID of this firmware bundle.
    lifecycleState string
    platforms GetFirmwareBundlesFirmwareBundlesCollectionItemPlatform[]
    A map of platforms to pinned firmware versions.
    timeCreated string
    The date and time the firmware bundle was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
    timeUpdated string
    The date and time the firmware bundle was updated, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
    allowable_transitions Sequence[GetFirmwareBundlesFirmwareBundlesCollectionItemAllowableTransition]
    A map of firmware bundle upgrades/downgrades validated by OCI.
    compartment_id str
    The OCID of the compartment.
    description str
    A brief description or metadata about this firmware bundle.
    display_name str
    The user-friendly name of this firmware bundle.
    id str
    The OCID of this firmware bundle.
    lifecycle_state str
    platforms Sequence[GetFirmwareBundlesFirmwareBundlesCollectionItemPlatform]
    A map of platforms to pinned firmware versions.
    time_created str
    The date and time the firmware bundle was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
    time_updated str
    The date and time the firmware bundle was updated, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
    allowableTransitions List<Property Map>
    A map of firmware bundle upgrades/downgrades validated by OCI.
    compartmentId String
    The OCID of the compartment.
    description String
    A brief description or metadata about this firmware bundle.
    displayName String
    The user-friendly name of this firmware bundle.
    id String
    The OCID of this firmware bundle.
    lifecycleState String
    platforms List<Property Map>
    A map of platforms to pinned firmware versions.
    timeCreated String
    The date and time the firmware bundle was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
    timeUpdated String
    The date and time the firmware bundle was updated, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z

    GetFirmwareBundlesFirmwareBundlesCollectionItemAllowableTransition

    Downgrades List<string>
    An array of OCIDs of validated firmware bundle downgrades.
    Upgrades List<string>
    An array of OCIDs of validated firmware bundle upgrades.
    Downgrades []string
    An array of OCIDs of validated firmware bundle downgrades.
    Upgrades []string
    An array of OCIDs of validated firmware bundle upgrades.
    downgrades List<String>
    An array of OCIDs of validated firmware bundle downgrades.
    upgrades List<String>
    An array of OCIDs of validated firmware bundle upgrades.
    downgrades string[]
    An array of OCIDs of validated firmware bundle downgrades.
    upgrades string[]
    An array of OCIDs of validated firmware bundle upgrades.
    downgrades Sequence[str]
    An array of OCIDs of validated firmware bundle downgrades.
    upgrades Sequence[str]
    An array of OCIDs of validated firmware bundle upgrades.
    downgrades List<String>
    An array of OCIDs of validated firmware bundle downgrades.
    upgrades List<String>
    An array of OCIDs of validated firmware bundle upgrades.

    GetFirmwareBundlesFirmwareBundlesCollectionItemPlatform

    Platform string
    platform name
    Versions List<GetFirmwareBundlesFirmwareBundlesCollectionItemPlatformVersion>
    An array of pinned components and their respective firmware versions.
    Platform string
    platform name
    Versions []GetFirmwareBundlesFirmwareBundlesCollectionItemPlatformVersion
    An array of pinned components and their respective firmware versions.
    platform String
    platform name
    versions List<GetFirmwareBundlesFirmwareBundlesCollectionItemPlatformVersion>
    An array of pinned components and their respective firmware versions.
    platform string
    platform name
    versions GetFirmwareBundlesFirmwareBundlesCollectionItemPlatformVersion[]
    An array of pinned components and their respective firmware versions.
    platform str
    platform name
    versions Sequence[GetFirmwareBundlesFirmwareBundlesCollectionItemPlatformVersion]
    An array of pinned components and their respective firmware versions.
    platform String
    platform name
    versions List<Property Map>
    An array of pinned components and their respective firmware versions.

    GetFirmwareBundlesFirmwareBundlesCollectionItemPlatformVersion

    ComponentType string
    The type of component.
    Versions List<string>
    A list of firmware versions associated with this component type.
    ComponentType string
    The type of component.
    Versions []string
    A list of firmware versions associated with this component type.
    componentType String
    The type of component.
    versions List<String>
    A list of firmware versions associated with this component type.
    componentType string
    The type of component.
    versions string[]
    A list of firmware versions associated with this component type.
    component_type str
    The type of component.
    versions Sequence[str]
    A list of firmware versions associated with this component type.
    componentType String
    The type of component.
    versions List<String>
    A list of firmware versions associated with this component type.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v3.16.0 published on Wednesday, Jan 28, 2026 by Pulumi
      Meet Neo: Your AI Platform Teammate