Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.OsManagementHub.getManagedInstances
Explore with Pulumi AI
This data source provides the list of Managed Instances in Oracle Cloud Infrastructure Os Management Hub service.
Lists managed instances that match the specified compartment or managed instance OCID. Filter the list against a variety of criteria including but not limited to its name, status, architecture, and OS version.
Using getManagedInstances
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 getManagedInstances(args: GetManagedInstancesArgs, opts?: InvokeOptions): Promise<GetManagedInstancesResult>
function getManagedInstancesOutput(args: GetManagedInstancesOutputArgs, opts?: InvokeOptions): Output<GetManagedInstancesResult>def get_managed_instances(advisory_names: Optional[Sequence[str]] = None,
                          agent_version: Optional[str] = None,
                          arch_types: Optional[Sequence[str]] = None,
                          compartment_id: Optional[str] = None,
                          display_name_contains: Optional[str] = None,
                          display_names: Optional[Sequence[str]] = None,
                          filters: Optional[Sequence[GetManagedInstancesFilter]] = None,
                          group: Optional[str] = None,
                          group_not_equal_to: Optional[str] = None,
                          is_attached_to_group_or_lifecycle_stage: Optional[bool] = None,
                          is_managed_by_autonomous_linux: Optional[bool] = None,
                          is_management_station: Optional[bool] = None,
                          is_profile_attached: Optional[bool] = None,
                          is_reboot_required: Optional[bool] = None,
                          lifecycle_environment: Optional[str] = None,
                          lifecycle_environment_not_equal_to: Optional[str] = None,
                          lifecycle_stage: Optional[str] = None,
                          lifecycle_stage_not_equal_to: Optional[str] = None,
                          location_not_equal_tos: Optional[Sequence[str]] = None,
                          locations: Optional[Sequence[str]] = None,
                          managed_instance_id: Optional[str] = None,
                          management_station_not_equal_tos: Optional[Sequence[str]] = None,
                          management_stations: Optional[Sequence[str]] = None,
                          os_families: Optional[Sequence[str]] = None,
                          profile_not_equal_tos: Optional[Sequence[str]] = None,
                          profiles: Optional[Sequence[str]] = None,
                          software_source_id: Optional[str] = None,
                          statuses: Optional[Sequence[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> GetManagedInstancesResult
def get_managed_instances_output(advisory_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                          agent_version: Optional[pulumi.Input[str]] = None,
                          arch_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                          compartment_id: Optional[pulumi.Input[str]] = None,
                          display_name_contains: Optional[pulumi.Input[str]] = None,
                          display_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                          filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetManagedInstancesFilterArgs]]]] = None,
                          group: Optional[pulumi.Input[str]] = None,
                          group_not_equal_to: Optional[pulumi.Input[str]] = None,
                          is_attached_to_group_or_lifecycle_stage: Optional[pulumi.Input[bool]] = None,
                          is_managed_by_autonomous_linux: Optional[pulumi.Input[bool]] = None,
                          is_management_station: Optional[pulumi.Input[bool]] = None,
                          is_profile_attached: Optional[pulumi.Input[bool]] = None,
                          is_reboot_required: Optional[pulumi.Input[bool]] = None,
                          lifecycle_environment: Optional[pulumi.Input[str]] = None,
                          lifecycle_environment_not_equal_to: Optional[pulumi.Input[str]] = None,
                          lifecycle_stage: Optional[pulumi.Input[str]] = None,
                          lifecycle_stage_not_equal_to: Optional[pulumi.Input[str]] = None,
                          location_not_equal_tos: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                          locations: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                          managed_instance_id: Optional[pulumi.Input[str]] = None,
                          management_station_not_equal_tos: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                          management_stations: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                          os_families: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                          profile_not_equal_tos: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                          profiles: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                          software_source_id: Optional[pulumi.Input[str]] = None,
                          statuses: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetManagedInstancesResult]func GetManagedInstances(ctx *Context, args *GetManagedInstancesArgs, opts ...InvokeOption) (*GetManagedInstancesResult, error)
func GetManagedInstancesOutput(ctx *Context, args *GetManagedInstancesOutputArgs, opts ...InvokeOption) GetManagedInstancesResultOutput> Note: This function is named GetManagedInstances in the Go SDK.
public static class GetManagedInstances 
{
    public static Task<GetManagedInstancesResult> InvokeAsync(GetManagedInstancesArgs args, InvokeOptions? opts = null)
    public static Output<GetManagedInstancesResult> Invoke(GetManagedInstancesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetManagedInstancesResult> getManagedInstances(GetManagedInstancesArgs args, InvokeOptions options)
public static Output<GetManagedInstancesResult> getManagedInstances(GetManagedInstancesArgs args, InvokeOptions options)
fn::invoke:
  function: oci:OsManagementHub/getManagedInstances:getManagedInstances
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AdvisoryNames List<string>
- The assigned erratum name. It's unique and not changeable. Example: ELSA-2020-5804
- AgentVersion string
- A filter to return only managed instances with the specified version of osmh-agent running.
- ArchTypes List<string>
- A filter to return only instances whose architecture type matches the given architecture.
- CompartmentId string
- The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
- DisplayName stringContains 
- A filter to return resources that may partially match the given display name.
- DisplayNames List<string>
- A filter to return resources that match the given display names.
- Filters
List<GetManaged Instances Filter> 
- Group string
- A filter to return only managed instances that are attached to the specified group.
- GroupNot stringEqual To 
- A filter to return only managed instances that are NOT attached to the specified group.
- IsAttached boolTo Group Or Lifecycle Stage 
- A filter to return only managed instances that are attached to the specified group or lifecycle environment.
- IsManaged boolBy Autonomous Linux 
- Indicates whether to list only resources managed by the Autonomous Linux service.
- IsManagement boolStation 
- A filter to return only managed instances that are acting as management stations.
- IsProfile boolAttached 
- A filter to return only managed instances with a registration profile attached.
- IsReboot boolRequired 
- A filter to return only managed instances that require a reboot to install updates.
- LifecycleEnvironment string
- A filter to return only managed instances in a specific lifecycle environment.
- LifecycleEnvironment stringNot Equal To 
- A filter to return only managed instances that aren't in a specific lifecycle environment.
- LifecycleStage string
- A filter to return only managed instances that are associated with the specified lifecycle environment.
- LifecycleStage stringNot Equal To 
- A filter to return only managed instances that are NOT associated with the specified lifecycle environment.
- LocationNot List<string>Equal Tos 
- A filter to return only resources whose location does not match the given value.
- Locations List<string>
- A filter to return only resources whose location matches the given value.
- ManagedInstance stringId 
- The OCID of the managed instance. This filter returns resources associated with this managed instance.
- ManagementStation List<string>Not Equal Tos 
- A filter to return resources that aren't associated with the specified management station OCIDs.
- ManagementStations List<string>
- A filter to return resources that are associated with the specified management station OCIDs.
- OsFamilies List<string>
- A filter to return only resources that match the given operating system family.
- ProfileNot List<string>Equal Tos 
- A multi filter to return only managed instances that don't contain the given profile OCIDs.
- Profiles List<string>
- A multi filter to return only managed instances that match the given profile ids.
- SoftwareSource stringId 
- The OCID of the software source. This filter returns resources associated with this software source.
- Statuses List<string>
- A filter to return only managed instances whose status matches the status provided.
- AdvisoryNames []string
- The assigned erratum name. It's unique and not changeable. Example: ELSA-2020-5804
- AgentVersion string
- A filter to return only managed instances with the specified version of osmh-agent running.
- ArchTypes []string
- A filter to return only instances whose architecture type matches the given architecture.
- CompartmentId string
- The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
- DisplayName stringContains 
- A filter to return resources that may partially match the given display name.
- DisplayNames []string
- A filter to return resources that match the given display names.
- Filters
[]GetManaged Instances Filter 
- Group string
- A filter to return only managed instances that are attached to the specified group.
- GroupNot stringEqual To 
- A filter to return only managed instances that are NOT attached to the specified group.
- IsAttached boolTo Group Or Lifecycle Stage 
- A filter to return only managed instances that are attached to the specified group or lifecycle environment.
- IsManaged boolBy Autonomous Linux 
- Indicates whether to list only resources managed by the Autonomous Linux service.
- IsManagement boolStation 
- A filter to return only managed instances that are acting as management stations.
- IsProfile boolAttached 
- A filter to return only managed instances with a registration profile attached.
- IsReboot boolRequired 
- A filter to return only managed instances that require a reboot to install updates.
- LifecycleEnvironment string
- A filter to return only managed instances in a specific lifecycle environment.
- LifecycleEnvironment stringNot Equal To 
- A filter to return only managed instances that aren't in a specific lifecycle environment.
- LifecycleStage string
- A filter to return only managed instances that are associated with the specified lifecycle environment.
- LifecycleStage stringNot Equal To 
- A filter to return only managed instances that are NOT associated with the specified lifecycle environment.
- LocationNot []stringEqual Tos 
- A filter to return only resources whose location does not match the given value.
- Locations []string
- A filter to return only resources whose location matches the given value.
- ManagedInstance stringId 
- The OCID of the managed instance. This filter returns resources associated with this managed instance.
- ManagementStation []stringNot Equal Tos 
- A filter to return resources that aren't associated with the specified management station OCIDs.
- ManagementStations []string
- A filter to return resources that are associated with the specified management station OCIDs.
- OsFamilies []string
- A filter to return only resources that match the given operating system family.
- ProfileNot []stringEqual Tos 
- A multi filter to return only managed instances that don't contain the given profile OCIDs.
- Profiles []string
- A multi filter to return only managed instances that match the given profile ids.
- SoftwareSource stringId 
- The OCID of the software source. This filter returns resources associated with this software source.
- Statuses []string
- A filter to return only managed instances whose status matches the status provided.
- advisoryNames List<String>
- The assigned erratum name. It's unique and not changeable. Example: ELSA-2020-5804
- agentVersion String
- A filter to return only managed instances with the specified version of osmh-agent running.
- archTypes List<String>
- A filter to return only instances whose architecture type matches the given architecture.
- compartmentId String
- The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
- displayName StringContains 
- A filter to return resources that may partially match the given display name.
- displayNames List<String>
- A filter to return resources that match the given display names.
- filters
List<GetManaged Instances Filter> 
- group String
- A filter to return only managed instances that are attached to the specified group.
- groupNot StringEqual To 
- A filter to return only managed instances that are NOT attached to the specified group.
- isAttached BooleanTo Group Or Lifecycle Stage 
- A filter to return only managed instances that are attached to the specified group or lifecycle environment.
- isManaged BooleanBy Autonomous Linux 
- Indicates whether to list only resources managed by the Autonomous Linux service.
- isManagement BooleanStation 
- A filter to return only managed instances that are acting as management stations.
- isProfile BooleanAttached 
- A filter to return only managed instances with a registration profile attached.
- isReboot BooleanRequired 
- A filter to return only managed instances that require a reboot to install updates.
- lifecycleEnvironment String
- A filter to return only managed instances in a specific lifecycle environment.
- lifecycleEnvironment StringNot Equal To 
- A filter to return only managed instances that aren't in a specific lifecycle environment.
- lifecycleStage String
- A filter to return only managed instances that are associated with the specified lifecycle environment.
- lifecycleStage StringNot Equal To 
- A filter to return only managed instances that are NOT associated with the specified lifecycle environment.
- locationNot List<String>Equal Tos 
- A filter to return only resources whose location does not match the given value.
- locations List<String>
- A filter to return only resources whose location matches the given value.
- managedInstance StringId 
- The OCID of the managed instance. This filter returns resources associated with this managed instance.
- managementStation List<String>Not Equal Tos 
- A filter to return resources that aren't associated with the specified management station OCIDs.
- managementStations List<String>
- A filter to return resources that are associated with the specified management station OCIDs.
- osFamilies List<String>
- A filter to return only resources that match the given operating system family.
- profileNot List<String>Equal Tos 
- A multi filter to return only managed instances that don't contain the given profile OCIDs.
- profiles List<String>
- A multi filter to return only managed instances that match the given profile ids.
- softwareSource StringId 
- The OCID of the software source. This filter returns resources associated with this software source.
- statuses List<String>
- A filter to return only managed instances whose status matches the status provided.
- advisoryNames string[]
- The assigned erratum name. It's unique and not changeable. Example: ELSA-2020-5804
- agentVersion string
- A filter to return only managed instances with the specified version of osmh-agent running.
- archTypes string[]
- A filter to return only instances whose architecture type matches the given architecture.
- compartmentId string
- The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
- displayName stringContains 
- A filter to return resources that may partially match the given display name.
- displayNames string[]
- A filter to return resources that match the given display names.
- filters
GetManaged Instances Filter[] 
- group string
- A filter to return only managed instances that are attached to the specified group.
- groupNot stringEqual To 
- A filter to return only managed instances that are NOT attached to the specified group.
- isAttached booleanTo Group Or Lifecycle Stage 
- A filter to return only managed instances that are attached to the specified group or lifecycle environment.
- isManaged booleanBy Autonomous Linux 
- Indicates whether to list only resources managed by the Autonomous Linux service.
- isManagement booleanStation 
- A filter to return only managed instances that are acting as management stations.
- isProfile booleanAttached 
- A filter to return only managed instances with a registration profile attached.
- isReboot booleanRequired 
- A filter to return only managed instances that require a reboot to install updates.
- lifecycleEnvironment string
- A filter to return only managed instances in a specific lifecycle environment.
- lifecycleEnvironment stringNot Equal To 
- A filter to return only managed instances that aren't in a specific lifecycle environment.
- lifecycleStage string
- A filter to return only managed instances that are associated with the specified lifecycle environment.
- lifecycleStage stringNot Equal To 
- A filter to return only managed instances that are NOT associated with the specified lifecycle environment.
- locationNot string[]Equal Tos 
- A filter to return only resources whose location does not match the given value.
- locations string[]
- A filter to return only resources whose location matches the given value.
- managedInstance stringId 
- The OCID of the managed instance. This filter returns resources associated with this managed instance.
- managementStation string[]Not Equal Tos 
- A filter to return resources that aren't associated with the specified management station OCIDs.
- managementStations string[]
- A filter to return resources that are associated with the specified management station OCIDs.
- osFamilies string[]
- A filter to return only resources that match the given operating system family.
- profileNot string[]Equal Tos 
- A multi filter to return only managed instances that don't contain the given profile OCIDs.
- profiles string[]
- A multi filter to return only managed instances that match the given profile ids.
- softwareSource stringId 
- The OCID of the software source. This filter returns resources associated with this software source.
- statuses string[]
- A filter to return only managed instances whose status matches the status provided.
- advisory_names Sequence[str]
- The assigned erratum name. It's unique and not changeable. Example: ELSA-2020-5804
- agent_version str
- A filter to return only managed instances with the specified version of osmh-agent running.
- arch_types Sequence[str]
- A filter to return only instances whose architecture type matches the given architecture.
- compartment_id str
- The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
- display_name_ strcontains 
- A filter to return resources that may partially match the given display name.
- display_names Sequence[str]
- A filter to return resources that match the given display names.
- filters
Sequence[GetManaged Instances Filter] 
- group str
- A filter to return only managed instances that are attached to the specified group.
- group_not_ strequal_ to 
- A filter to return only managed instances that are NOT attached to the specified group.
- is_attached_ boolto_ group_ or_ lifecycle_ stage 
- A filter to return only managed instances that are attached to the specified group or lifecycle environment.
- is_managed_ boolby_ autonomous_ linux 
- Indicates whether to list only resources managed by the Autonomous Linux service.
- is_management_ boolstation 
- A filter to return only managed instances that are acting as management stations.
- is_profile_ boolattached 
- A filter to return only managed instances with a registration profile attached.
- is_reboot_ boolrequired 
- A filter to return only managed instances that require a reboot to install updates.
- lifecycle_environment str
- A filter to return only managed instances in a specific lifecycle environment.
- lifecycle_environment_ strnot_ equal_ to 
- A filter to return only managed instances that aren't in a specific lifecycle environment.
- lifecycle_stage str
- A filter to return only managed instances that are associated with the specified lifecycle environment.
- lifecycle_stage_ strnot_ equal_ to 
- A filter to return only managed instances that are NOT associated with the specified lifecycle environment.
- location_not_ Sequence[str]equal_ tos 
- A filter to return only resources whose location does not match the given value.
- locations Sequence[str]
- A filter to return only resources whose location matches the given value.
- managed_instance_ strid 
- The OCID of the managed instance. This filter returns resources associated with this managed instance.
- management_station_ Sequence[str]not_ equal_ tos 
- A filter to return resources that aren't associated with the specified management station OCIDs.
- management_stations Sequence[str]
- A filter to return resources that are associated with the specified management station OCIDs.
- os_families Sequence[str]
- A filter to return only resources that match the given operating system family.
- profile_not_ Sequence[str]equal_ tos 
- A multi filter to return only managed instances that don't contain the given profile OCIDs.
- profiles Sequence[str]
- A multi filter to return only managed instances that match the given profile ids.
- software_source_ strid 
- The OCID of the software source. This filter returns resources associated with this software source.
- statuses Sequence[str]
- A filter to return only managed instances whose status matches the status provided.
- advisoryNames List<String>
- The assigned erratum name. It's unique and not changeable. Example: ELSA-2020-5804
- agentVersion String
- A filter to return only managed instances with the specified version of osmh-agent running.
- archTypes List<String>
- A filter to return only instances whose architecture type matches the given architecture.
- compartmentId String
- The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
- displayName StringContains 
- A filter to return resources that may partially match the given display name.
- displayNames List<String>
- A filter to return resources that match the given display names.
- filters List<Property Map>
- group String
- A filter to return only managed instances that are attached to the specified group.
- groupNot StringEqual To 
- A filter to return only managed instances that are NOT attached to the specified group.
- isAttached BooleanTo Group Or Lifecycle Stage 
- A filter to return only managed instances that are attached to the specified group or lifecycle environment.
- isManaged BooleanBy Autonomous Linux 
- Indicates whether to list only resources managed by the Autonomous Linux service.
- isManagement BooleanStation 
- A filter to return only managed instances that are acting as management stations.
- isProfile BooleanAttached 
- A filter to return only managed instances with a registration profile attached.
- isReboot BooleanRequired 
- A filter to return only managed instances that require a reboot to install updates.
- lifecycleEnvironment String
- A filter to return only managed instances in a specific lifecycle environment.
- lifecycleEnvironment StringNot Equal To 
- A filter to return only managed instances that aren't in a specific lifecycle environment.
- lifecycleStage String
- A filter to return only managed instances that are associated with the specified lifecycle environment.
- lifecycleStage StringNot Equal To 
- A filter to return only managed instances that are NOT associated with the specified lifecycle environment.
- locationNot List<String>Equal Tos 
- A filter to return only resources whose location does not match the given value.
- locations List<String>
- A filter to return only resources whose location matches the given value.
- managedInstance StringId 
- The OCID of the managed instance. This filter returns resources associated with this managed instance.
- managementStation List<String>Not Equal Tos 
- A filter to return resources that aren't associated with the specified management station OCIDs.
- managementStations List<String>
- A filter to return resources that are associated with the specified management station OCIDs.
- osFamilies List<String>
- A filter to return only resources that match the given operating system family.
- profileNot List<String>Equal Tos 
- A multi filter to return only managed instances that don't contain the given profile OCIDs.
- profiles List<String>
- A multi filter to return only managed instances that match the given profile ids.
- softwareSource StringId 
- The OCID of the software source. This filter returns resources associated with this software source.
- statuses List<String>
- A filter to return only managed instances whose status matches the status provided.
getManagedInstances Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- ManagedInstance List<GetCollections Managed Instances Managed Instance Collection> 
- The list of managed_instance_collection.
- AdvisoryNames List<string>
- AgentVersion string
- The version of osmh-agent running on the managed instance
- ArchTypes List<string>
- CompartmentId string
- The OCID of the compartment that contains the managed instance.
- DisplayName stringContains 
- DisplayNames List<string>
- Software source name.
- Filters
List<GetManaged Instances Filter> 
- Group string
- GroupNot stringEqual To 
- IsAttached boolTo Group Or Lifecycle Stage 
- IsManaged boolBy Autonomous Linux 
- Indicates whether the Autonomous Linux service manages the instance.
- IsManagement boolStation 
- Indicates whether this managed instance is acting as an on-premises management station.
- IsProfile boolAttached 
- IsReboot boolRequired 
- Indicates whether a reboot is required to complete installation of updates.
- LifecycleEnvironment string
- Id and name of a resource to simplify the display for the user.
- LifecycleEnvironment stringNot Equal To 
- LifecycleStage string
- Id and name of a resource to simplify the display for the user.
- LifecycleStage stringNot Equal To 
- LocationNot List<string>Equal Tos 
- Locations List<string>
- The location of the managed instance.
- ManagedInstance stringId 
- ManagementStation List<string>Not Equal Tos 
- ManagementStations List<string>
- OsFamilies List<string>
- The operating system type of the managed instance.
- ProfileNot List<string>Equal Tos 
- Profiles List<string>
- The profile that was used to register this instance with the service.
- SoftwareSource stringId 
- Statuses List<string>
- Current status of the managed instance.
- Id string
- The provider-assigned unique ID for this managed resource.
- ManagedInstance []GetCollections Managed Instances Managed Instance Collection 
- The list of managed_instance_collection.
- AdvisoryNames []string
- AgentVersion string
- The version of osmh-agent running on the managed instance
- ArchTypes []string
- CompartmentId string
- The OCID of the compartment that contains the managed instance.
- DisplayName stringContains 
- DisplayNames []string
- Software source name.
- Filters
[]GetManaged Instances Filter 
- Group string
- GroupNot stringEqual To 
- IsAttached boolTo Group Or Lifecycle Stage 
- IsManaged boolBy Autonomous Linux 
- Indicates whether the Autonomous Linux service manages the instance.
- IsManagement boolStation 
- Indicates whether this managed instance is acting as an on-premises management station.
- IsProfile boolAttached 
- IsReboot boolRequired 
- Indicates whether a reboot is required to complete installation of updates.
- LifecycleEnvironment string
- Id and name of a resource to simplify the display for the user.
- LifecycleEnvironment stringNot Equal To 
- LifecycleStage string
- Id and name of a resource to simplify the display for the user.
- LifecycleStage stringNot Equal To 
- LocationNot []stringEqual Tos 
- Locations []string
- The location of the managed instance.
- ManagedInstance stringId 
- ManagementStation []stringNot Equal Tos 
- ManagementStations []string
- OsFamilies []string
- The operating system type of the managed instance.
- ProfileNot []stringEqual Tos 
- Profiles []string
- The profile that was used to register this instance with the service.
- SoftwareSource stringId 
- Statuses []string
- Current status of the managed instance.
- id String
- The provider-assigned unique ID for this managed resource.
- managedInstance List<GetCollections Managed Instances Managed Instance Collection> 
- The list of managed_instance_collection.
- advisoryNames List<String>
- agentVersion String
- The version of osmh-agent running on the managed instance
- archTypes List<String>
- compartmentId String
- The OCID of the compartment that contains the managed instance.
- displayName StringContains 
- displayNames List<String>
- Software source name.
- filters
List<GetManaged Instances Filter> 
- group String
- groupNot StringEqual To 
- isAttached BooleanTo Group Or Lifecycle Stage 
- isManaged BooleanBy Autonomous Linux 
- Indicates whether the Autonomous Linux service manages the instance.
- isManagement BooleanStation 
- Indicates whether this managed instance is acting as an on-premises management station.
- isProfile BooleanAttached 
- isReboot BooleanRequired 
- Indicates whether a reboot is required to complete installation of updates.
- lifecycleEnvironment String
- Id and name of a resource to simplify the display for the user.
- lifecycleEnvironment StringNot Equal To 
- lifecycleStage String
- Id and name of a resource to simplify the display for the user.
- lifecycleStage StringNot Equal To 
- locationNot List<String>Equal Tos 
- locations List<String>
- The location of the managed instance.
- managedInstance StringId 
- managementStation List<String>Not Equal Tos 
- managementStations List<String>
- osFamilies List<String>
- The operating system type of the managed instance.
- profileNot List<String>Equal Tos 
- profiles List<String>
- The profile that was used to register this instance with the service.
- softwareSource StringId 
- statuses List<String>
- Current status of the managed instance.
- id string
- The provider-assigned unique ID for this managed resource.
- managedInstance GetCollections Managed Instances Managed Instance Collection[] 
- The list of managed_instance_collection.
- advisoryNames string[]
- agentVersion string
- The version of osmh-agent running on the managed instance
- archTypes string[]
- compartmentId string
- The OCID of the compartment that contains the managed instance.
- displayName stringContains 
- displayNames string[]
- Software source name.
- filters
GetManaged Instances Filter[] 
- group string
- groupNot stringEqual To 
- isAttached booleanTo Group Or Lifecycle Stage 
- isManaged booleanBy Autonomous Linux 
- Indicates whether the Autonomous Linux service manages the instance.
- isManagement booleanStation 
- Indicates whether this managed instance is acting as an on-premises management station.
- isProfile booleanAttached 
- isReboot booleanRequired 
- Indicates whether a reboot is required to complete installation of updates.
- lifecycleEnvironment string
- Id and name of a resource to simplify the display for the user.
- lifecycleEnvironment stringNot Equal To 
- lifecycleStage string
- Id and name of a resource to simplify the display for the user.
- lifecycleStage stringNot Equal To 
- locationNot string[]Equal Tos 
- locations string[]
- The location of the managed instance.
- managedInstance stringId 
- managementStation string[]Not Equal Tos 
- managementStations string[]
- osFamilies string[]
- The operating system type of the managed instance.
- profileNot string[]Equal Tos 
- profiles string[]
- The profile that was used to register this instance with the service.
- softwareSource stringId 
- statuses string[]
- Current status of the managed instance.
- id str
- The provider-assigned unique ID for this managed resource.
- managed_instance_ Sequence[Getcollections Managed Instances Managed Instance Collection] 
- The list of managed_instance_collection.
- advisory_names Sequence[str]
- agent_version str
- The version of osmh-agent running on the managed instance
- arch_types Sequence[str]
- compartment_id str
- The OCID of the compartment that contains the managed instance.
- display_name_ strcontains 
- display_names Sequence[str]
- Software source name.
- filters
Sequence[GetManaged Instances Filter] 
- group str
- group_not_ strequal_ to 
- is_attached_ boolto_ group_ or_ lifecycle_ stage 
- is_managed_ boolby_ autonomous_ linux 
- Indicates whether the Autonomous Linux service manages the instance.
- is_management_ boolstation 
- Indicates whether this managed instance is acting as an on-premises management station.
- is_profile_ boolattached 
- is_reboot_ boolrequired 
- Indicates whether a reboot is required to complete installation of updates.
- lifecycle_environment str
- Id and name of a resource to simplify the display for the user.
- lifecycle_environment_ strnot_ equal_ to 
- lifecycle_stage str
- Id and name of a resource to simplify the display for the user.
- lifecycle_stage_ strnot_ equal_ to 
- location_not_ Sequence[str]equal_ tos 
- locations Sequence[str]
- The location of the managed instance.
- managed_instance_ strid 
- management_station_ Sequence[str]not_ equal_ tos 
- management_stations Sequence[str]
- os_families Sequence[str]
- The operating system type of the managed instance.
- profile_not_ Sequence[str]equal_ tos 
- profiles Sequence[str]
- The profile that was used to register this instance with the service.
- software_source_ strid 
- statuses Sequence[str]
- Current status of the managed instance.
- id String
- The provider-assigned unique ID for this managed resource.
- managedInstance List<Property Map>Collections 
- The list of managed_instance_collection.
- advisoryNames List<String>
- agentVersion String
- The version of osmh-agent running on the managed instance
- archTypes List<String>
- compartmentId String
- The OCID of the compartment that contains the managed instance.
- displayName StringContains 
- displayNames List<String>
- Software source name.
- filters List<Property Map>
- group String
- groupNot StringEqual To 
- isAttached BooleanTo Group Or Lifecycle Stage 
- isManaged BooleanBy Autonomous Linux 
- Indicates whether the Autonomous Linux service manages the instance.
- isManagement BooleanStation 
- Indicates whether this managed instance is acting as an on-premises management station.
- isProfile BooleanAttached 
- isReboot BooleanRequired 
- Indicates whether a reboot is required to complete installation of updates.
- lifecycleEnvironment String
- Id and name of a resource to simplify the display for the user.
- lifecycleEnvironment StringNot Equal To 
- lifecycleStage String
- Id and name of a resource to simplify the display for the user.
- lifecycleStage StringNot Equal To 
- locationNot List<String>Equal Tos 
- locations List<String>
- The location of the managed instance.
- managedInstance StringId 
- managementStation List<String>Not Equal Tos 
- managementStations List<String>
- osFamilies List<String>
- The operating system type of the managed instance.
- profileNot List<String>Equal Tos 
- profiles List<String>
- The profile that was used to register this instance with the service.
- softwareSource StringId 
- statuses List<String>
- Current status of the managed instance.
Supporting Types
GetManagedInstancesFilter   
GetManagedInstancesManagedInstanceCollection     
GetManagedInstancesManagedInstanceCollectionItem      
- AgentVersion string
- A filter to return only managed instances with the specified version of osmh-agent running.
- Architecture string
- The CPU architecture type of the managed instance.
- AutonomousSettings List<GetManaged Instances Managed Instance Collection Item Autonomous Setting> 
- Settings for the Autonomous Linux service.
- BugUpdates intAvailable 
- Number of bug fix type updates available for installation.
- CompartmentId string
- The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
- Description string
- Software source description.
- DisplayName string
- A filter to return resources that match the given display names.
- EnhancementUpdates intAvailable 
- Number of enhancement type updates available for installation.
- Id string
- The OCID of the software source.
- InstalledPackages int
- Number of packages installed on the instance.
- InstalledWindows intUpdates 
- Number of Windows updates installed on the instance.
- IsManaged boolBy Autonomous Linux 
- Indicates whether to list only resources managed by the Autonomous Linux service.
- IsManagement boolStation 
- A filter to return only managed instances that are acting as management stations.
- IsReboot boolRequired 
- A filter to return only managed instances that require a reboot to install updates.
- KspliceEffective stringKernel Version 
- The ksplice effective kernel version.
- LifecycleEnvironments List<GetManaged Instances Managed Instance Collection Item Lifecycle Environment> 
- A filter to return only managed instances in a specific lifecycle environment.
- LifecycleStages List<GetManaged Instances Managed Instance Collection Item Lifecycle Stage> 
- A filter to return only managed instances that are associated with the specified lifecycle environment.
- Location string
- A filter to return only resources whose location matches the given value.
- ManagedInstance List<GetGroups Managed Instances Managed Instance Collection Item Managed Instance Group> 
- Id and name of a resource to simplify the display for the user.
- ManagedInstance stringId 
- The OCID of the managed instance. This filter returns resources associated with this managed instance.
- NotificationTopic stringId 
- The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
- OsFamily string
- A filter to return only resources that match the given operating system family.
- OsKernel stringVersion 
- Operating system kernel version.
- OsName string
- Operating system name.
- OsVersion string
- Operating system version.
- OtherUpdates intAvailable 
- Number of non-classified (other) updates available for installation.
- PrimaryManagement stringStation Id 
- The OCID of the management station for the instance to use as primary management station.
- Profile string
- A multi filter to return only managed instances that match the given profile ids.
- ProfileVersion string
- The version of the profile that was used to register this instance with the service.
- ScheduledJob intCount 
- Number of scheduled jobs associated with this instance.
- SecondaryManagement stringStation Id 
- The OCID of the management station for the instance to use as secondary management station.
- SecurityUpdates intAvailable 
- Number of security type updates available for installation.
- SoftwareSources List<GetManaged Instances Managed Instance Collection Item Software Source> 
- The list of software sources currently attached to the managed instance.
- Status string
- A filter to return only managed instances whose status matches the status provided.
- TenancyId string
- The OCID of the tenancy that the managed instance resides in.
- TimeCreated string
- The date and time the instance was created (in RFC 3339 format).
- TimeLast stringBoot 
- Time that the instance last booted (in RFC 3339 format).
- TimeLast stringCheckin 
- Time that the instance last checked in with the service (in RFC 3339 format).
- TimeUpdated string
- The date and time the instance was last updated (in RFC 3339 format).
- UpdatesAvailable int
- Number of updates available for installation.
- WorkRequest intCount 
- Number of work requests associated with this instance.
- AgentVersion string
- A filter to return only managed instances with the specified version of osmh-agent running.
- Architecture string
- The CPU architecture type of the managed instance.
- AutonomousSettings []GetManaged Instances Managed Instance Collection Item Autonomous Setting 
- Settings for the Autonomous Linux service.
- BugUpdates intAvailable 
- Number of bug fix type updates available for installation.
- CompartmentId string
- The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
- Description string
- Software source description.
- DisplayName string
- A filter to return resources that match the given display names.
- EnhancementUpdates intAvailable 
- Number of enhancement type updates available for installation.
- Id string
- The OCID of the software source.
- InstalledPackages int
- Number of packages installed on the instance.
- InstalledWindows intUpdates 
- Number of Windows updates installed on the instance.
- IsManaged boolBy Autonomous Linux 
- Indicates whether to list only resources managed by the Autonomous Linux service.
- IsManagement boolStation 
- A filter to return only managed instances that are acting as management stations.
- IsReboot boolRequired 
- A filter to return only managed instances that require a reboot to install updates.
- KspliceEffective stringKernel Version 
- The ksplice effective kernel version.
- LifecycleEnvironments []GetManaged Instances Managed Instance Collection Item Lifecycle Environment 
- A filter to return only managed instances in a specific lifecycle environment.
- LifecycleStages []GetManaged Instances Managed Instance Collection Item Lifecycle Stage 
- A filter to return only managed instances that are associated with the specified lifecycle environment.
- Location string
- A filter to return only resources whose location matches the given value.
- ManagedInstance []GetGroups Managed Instances Managed Instance Collection Item Managed Instance Group 
- Id and name of a resource to simplify the display for the user.
- ManagedInstance stringId 
- The OCID of the managed instance. This filter returns resources associated with this managed instance.
- NotificationTopic stringId 
- The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
- OsFamily string
- A filter to return only resources that match the given operating system family.
- OsKernel stringVersion 
- Operating system kernel version.
- OsName string
- Operating system name.
- OsVersion string
- Operating system version.
- OtherUpdates intAvailable 
- Number of non-classified (other) updates available for installation.
- PrimaryManagement stringStation Id 
- The OCID of the management station for the instance to use as primary management station.
- Profile string
- A multi filter to return only managed instances that match the given profile ids.
- ProfileVersion string
- The version of the profile that was used to register this instance with the service.
- ScheduledJob intCount 
- Number of scheduled jobs associated with this instance.
- SecondaryManagement stringStation Id 
- The OCID of the management station for the instance to use as secondary management station.
- SecurityUpdates intAvailable 
- Number of security type updates available for installation.
- SoftwareSources []GetManaged Instances Managed Instance Collection Item Software Source 
- The list of software sources currently attached to the managed instance.
- Status string
- A filter to return only managed instances whose status matches the status provided.
- TenancyId string
- The OCID of the tenancy that the managed instance resides in.
- TimeCreated string
- The date and time the instance was created (in RFC 3339 format).
- TimeLast stringBoot 
- Time that the instance last booted (in RFC 3339 format).
- TimeLast stringCheckin 
- Time that the instance last checked in with the service (in RFC 3339 format).
- TimeUpdated string
- The date and time the instance was last updated (in RFC 3339 format).
- UpdatesAvailable int
- Number of updates available for installation.
- WorkRequest intCount 
- Number of work requests associated with this instance.
- agentVersion String
- A filter to return only managed instances with the specified version of osmh-agent running.
- architecture String
- The CPU architecture type of the managed instance.
- autonomousSettings List<GetManaged Instances Managed Instance Collection Item Autonomous Setting> 
- Settings for the Autonomous Linux service.
- bugUpdates IntegerAvailable 
- Number of bug fix type updates available for installation.
- compartmentId String
- The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
- description String
- Software source description.
- displayName String
- A filter to return resources that match the given display names.
- enhancementUpdates IntegerAvailable 
- Number of enhancement type updates available for installation.
- id String
- The OCID of the software source.
- installedPackages Integer
- Number of packages installed on the instance.
- installedWindows IntegerUpdates 
- Number of Windows updates installed on the instance.
- isManaged BooleanBy Autonomous Linux 
- Indicates whether to list only resources managed by the Autonomous Linux service.
- isManagement BooleanStation 
- A filter to return only managed instances that are acting as management stations.
- isReboot BooleanRequired 
- A filter to return only managed instances that require a reboot to install updates.
- kspliceEffective StringKernel Version 
- The ksplice effective kernel version.
- lifecycleEnvironments List<GetManaged Instances Managed Instance Collection Item Lifecycle Environment> 
- A filter to return only managed instances in a specific lifecycle environment.
- lifecycleStages List<GetManaged Instances Managed Instance Collection Item Lifecycle Stage> 
- A filter to return only managed instances that are associated with the specified lifecycle environment.
- location String
- A filter to return only resources whose location matches the given value.
- managedInstance List<GetGroups Managed Instances Managed Instance Collection Item Managed Instance Group> 
- Id and name of a resource to simplify the display for the user.
- managedInstance StringId 
- The OCID of the managed instance. This filter returns resources associated with this managed instance.
- notificationTopic StringId 
- The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
- osFamily String
- A filter to return only resources that match the given operating system family.
- osKernel StringVersion 
- Operating system kernel version.
- osName String
- Operating system name.
- osVersion String
- Operating system version.
- otherUpdates IntegerAvailable 
- Number of non-classified (other) updates available for installation.
- primaryManagement StringStation Id 
- The OCID of the management station for the instance to use as primary management station.
- profile String
- A multi filter to return only managed instances that match the given profile ids.
- profileVersion String
- The version of the profile that was used to register this instance with the service.
- scheduledJob IntegerCount 
- Number of scheduled jobs associated with this instance.
- secondaryManagement StringStation Id 
- The OCID of the management station for the instance to use as secondary management station.
- securityUpdates IntegerAvailable 
- Number of security type updates available for installation.
- softwareSources List<GetManaged Instances Managed Instance Collection Item Software Source> 
- The list of software sources currently attached to the managed instance.
- status String
- A filter to return only managed instances whose status matches the status provided.
- tenancyId String
- The OCID of the tenancy that the managed instance resides in.
- timeCreated String
- The date and time the instance was created (in RFC 3339 format).
- timeLast StringBoot 
- Time that the instance last booted (in RFC 3339 format).
- timeLast StringCheckin 
- Time that the instance last checked in with the service (in RFC 3339 format).
- timeUpdated String
- The date and time the instance was last updated (in RFC 3339 format).
- updatesAvailable Integer
- Number of updates available for installation.
- workRequest IntegerCount 
- Number of work requests associated with this instance.
- agentVersion string
- A filter to return only managed instances with the specified version of osmh-agent running.
- architecture string
- The CPU architecture type of the managed instance.
- autonomousSettings GetManaged Instances Managed Instance Collection Item Autonomous Setting[] 
- Settings for the Autonomous Linux service.
- bugUpdates numberAvailable 
- Number of bug fix type updates available for installation.
- compartmentId string
- The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
- description string
- Software source description.
- displayName string
- A filter to return resources that match the given display names.
- enhancementUpdates numberAvailable 
- Number of enhancement type updates available for installation.
- id string
- The OCID of the software source.
- installedPackages number
- Number of packages installed on the instance.
- installedWindows numberUpdates 
- Number of Windows updates installed on the instance.
- isManaged booleanBy Autonomous Linux 
- Indicates whether to list only resources managed by the Autonomous Linux service.
- isManagement booleanStation 
- A filter to return only managed instances that are acting as management stations.
- isReboot booleanRequired 
- A filter to return only managed instances that require a reboot to install updates.
- kspliceEffective stringKernel Version 
- The ksplice effective kernel version.
- lifecycleEnvironments GetManaged Instances Managed Instance Collection Item Lifecycle Environment[] 
- A filter to return only managed instances in a specific lifecycle environment.
- lifecycleStages GetManaged Instances Managed Instance Collection Item Lifecycle Stage[] 
- A filter to return only managed instances that are associated with the specified lifecycle environment.
- location string
- A filter to return only resources whose location matches the given value.
- managedInstance GetGroups Managed Instances Managed Instance Collection Item Managed Instance Group[] 
- Id and name of a resource to simplify the display for the user.
- managedInstance stringId 
- The OCID of the managed instance. This filter returns resources associated with this managed instance.
- notificationTopic stringId 
- The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
- osFamily string
- A filter to return only resources that match the given operating system family.
- osKernel stringVersion 
- Operating system kernel version.
- osName string
- Operating system name.
- osVersion string
- Operating system version.
- otherUpdates numberAvailable 
- Number of non-classified (other) updates available for installation.
- primaryManagement stringStation Id 
- The OCID of the management station for the instance to use as primary management station.
- profile string
- A multi filter to return only managed instances that match the given profile ids.
- profileVersion string
- The version of the profile that was used to register this instance with the service.
- scheduledJob numberCount 
- Number of scheduled jobs associated with this instance.
- secondaryManagement stringStation Id 
- The OCID of the management station for the instance to use as secondary management station.
- securityUpdates numberAvailable 
- Number of security type updates available for installation.
- softwareSources GetManaged Instances Managed Instance Collection Item Software Source[] 
- The list of software sources currently attached to the managed instance.
- status string
- A filter to return only managed instances whose status matches the status provided.
- tenancyId string
- The OCID of the tenancy that the managed instance resides in.
- timeCreated string
- The date and time the instance was created (in RFC 3339 format).
- timeLast stringBoot 
- Time that the instance last booted (in RFC 3339 format).
- timeLast stringCheckin 
- Time that the instance last checked in with the service (in RFC 3339 format).
- timeUpdated string
- The date and time the instance was last updated (in RFC 3339 format).
- updatesAvailable number
- Number of updates available for installation.
- workRequest numberCount 
- Number of work requests associated with this instance.
- agent_version str
- A filter to return only managed instances with the specified version of osmh-agent running.
- architecture str
- The CPU architecture type of the managed instance.
- autonomous_settings Sequence[GetManaged Instances Managed Instance Collection Item Autonomous Setting] 
- Settings for the Autonomous Linux service.
- bug_updates_ intavailable 
- Number of bug fix type updates available for installation.
- compartment_id str
- The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
- description str
- Software source description.
- display_name str
- A filter to return resources that match the given display names.
- enhancement_updates_ intavailable 
- Number of enhancement type updates available for installation.
- id str
- The OCID of the software source.
- installed_packages int
- Number of packages installed on the instance.
- installed_windows_ intupdates 
- Number of Windows updates installed on the instance.
- is_managed_ boolby_ autonomous_ linux 
- Indicates whether to list only resources managed by the Autonomous Linux service.
- is_management_ boolstation 
- A filter to return only managed instances that are acting as management stations.
- is_reboot_ boolrequired 
- A filter to return only managed instances that require a reboot to install updates.
- ksplice_effective_ strkernel_ version 
- The ksplice effective kernel version.
- lifecycle_environments Sequence[GetManaged Instances Managed Instance Collection Item Lifecycle Environment] 
- A filter to return only managed instances in a specific lifecycle environment.
- lifecycle_stages Sequence[GetManaged Instances Managed Instance Collection Item Lifecycle Stage] 
- A filter to return only managed instances that are associated with the specified lifecycle environment.
- location str
- A filter to return only resources whose location matches the given value.
- managed_instance_ Sequence[Getgroups Managed Instances Managed Instance Collection Item Managed Instance Group] 
- Id and name of a resource to simplify the display for the user.
- managed_instance_ strid 
- The OCID of the managed instance. This filter returns resources associated with this managed instance.
- notification_topic_ strid 
- The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
- os_family str
- A filter to return only resources that match the given operating system family.
- os_kernel_ strversion 
- Operating system kernel version.
- os_name str
- Operating system name.
- os_version str
- Operating system version.
- other_updates_ intavailable 
- Number of non-classified (other) updates available for installation.
- primary_management_ strstation_ id 
- The OCID of the management station for the instance to use as primary management station.
- profile str
- A multi filter to return only managed instances that match the given profile ids.
- profile_version str
- The version of the profile that was used to register this instance with the service.
- scheduled_job_ intcount 
- Number of scheduled jobs associated with this instance.
- secondary_management_ strstation_ id 
- The OCID of the management station for the instance to use as secondary management station.
- security_updates_ intavailable 
- Number of security type updates available for installation.
- software_sources Sequence[GetManaged Instances Managed Instance Collection Item Software Source] 
- The list of software sources currently attached to the managed instance.
- status str
- A filter to return only managed instances whose status matches the status provided.
- tenancy_id str
- The OCID of the tenancy that the managed instance resides in.
- time_created str
- The date and time the instance was created (in RFC 3339 format).
- time_last_ strboot 
- Time that the instance last booted (in RFC 3339 format).
- time_last_ strcheckin 
- Time that the instance last checked in with the service (in RFC 3339 format).
- time_updated str
- The date and time the instance was last updated (in RFC 3339 format).
- updates_available int
- Number of updates available for installation.
- work_request_ intcount 
- Number of work requests associated with this instance.
- agentVersion String
- A filter to return only managed instances with the specified version of osmh-agent running.
- architecture String
- The CPU architecture type of the managed instance.
- autonomousSettings List<Property Map>
- Settings for the Autonomous Linux service.
- bugUpdates NumberAvailable 
- Number of bug fix type updates available for installation.
- compartmentId String
- The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
- description String
- Software source description.
- displayName String
- A filter to return resources that match the given display names.
- enhancementUpdates NumberAvailable 
- Number of enhancement type updates available for installation.
- id String
- The OCID of the software source.
- installedPackages Number
- Number of packages installed on the instance.
- installedWindows NumberUpdates 
- Number of Windows updates installed on the instance.
- isManaged BooleanBy Autonomous Linux 
- Indicates whether to list only resources managed by the Autonomous Linux service.
- isManagement BooleanStation 
- A filter to return only managed instances that are acting as management stations.
- isReboot BooleanRequired 
- A filter to return only managed instances that require a reboot to install updates.
- kspliceEffective StringKernel Version 
- The ksplice effective kernel version.
- lifecycleEnvironments List<Property Map>
- A filter to return only managed instances in a specific lifecycle environment.
- lifecycleStages List<Property Map>
- A filter to return only managed instances that are associated with the specified lifecycle environment.
- location String
- A filter to return only resources whose location matches the given value.
- managedInstance List<Property Map>Groups 
- Id and name of a resource to simplify the display for the user.
- managedInstance StringId 
- The OCID of the managed instance. This filter returns resources associated with this managed instance.
- notificationTopic StringId 
- The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
- osFamily String
- A filter to return only resources that match the given operating system family.
- osKernel StringVersion 
- Operating system kernel version.
- osName String
- Operating system name.
- osVersion String
- Operating system version.
- otherUpdates NumberAvailable 
- Number of non-classified (other) updates available for installation.
- primaryManagement StringStation Id 
- The OCID of the management station for the instance to use as primary management station.
- profile String
- A multi filter to return only managed instances that match the given profile ids.
- profileVersion String
- The version of the profile that was used to register this instance with the service.
- scheduledJob NumberCount 
- Number of scheduled jobs associated with this instance.
- secondaryManagement StringStation Id 
- The OCID of the management station for the instance to use as secondary management station.
- securityUpdates NumberAvailable 
- Number of security type updates available for installation.
- softwareSources List<Property Map>
- The list of software sources currently attached to the managed instance.
- status String
- A filter to return only managed instances whose status matches the status provided.
- tenancyId String
- The OCID of the tenancy that the managed instance resides in.
- timeCreated String
- The date and time the instance was created (in RFC 3339 format).
- timeLast StringBoot 
- Time that the instance last booted (in RFC 3339 format).
- timeLast StringCheckin 
- Time that the instance last checked in with the service (in RFC 3339 format).
- timeUpdated String
- The date and time the instance was last updated (in RFC 3339 format).
- updatesAvailable Number
- Number of updates available for installation.
- workRequest NumberCount 
- Number of work requests associated with this instance.
GetManagedInstancesManagedInstanceCollectionItemAutonomousSetting        
- bool
- Indicates whether Autonomous Linux will collect crash files. This setting can be changed by the user.
- ScheduledJob stringId 
- The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
- bool
- Indicates whether Autonomous Linux will collect crash files. This setting can be changed by the user.
- ScheduledJob stringId 
- The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
- Boolean
- Indicates whether Autonomous Linux will collect crash files. This setting can be changed by the user.
- scheduledJob StringId 
- The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
- boolean
- Indicates whether Autonomous Linux will collect crash files. This setting can be changed by the user.
- scheduledJob stringId 
- The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
- bool
- Indicates whether Autonomous Linux will collect crash files. This setting can be changed by the user.
- scheduled_job_ strid 
- The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
- Boolean
- Indicates whether Autonomous Linux will collect crash files. This setting can be changed by the user.
- scheduledJob StringId 
- The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
GetManagedInstancesManagedInstanceCollectionItemLifecycleEnvironment        
- DisplayName string
- A filter to return resources that match the given display names.
- Id string
- The OCID of the software source.
- DisplayName string
- A filter to return resources that match the given display names.
- Id string
- The OCID of the software source.
- displayName String
- A filter to return resources that match the given display names.
- id String
- The OCID of the software source.
- displayName string
- A filter to return resources that match the given display names.
- id string
- The OCID of the software source.
- display_name str
- A filter to return resources that match the given display names.
- id str
- The OCID of the software source.
- displayName String
- A filter to return resources that match the given display names.
- id String
- The OCID of the software source.
GetManagedInstancesManagedInstanceCollectionItemLifecycleStage        
- DisplayName string
- A filter to return resources that match the given display names.
- Id string
- The OCID of the software source.
- DisplayName string
- A filter to return resources that match the given display names.
- Id string
- The OCID of the software source.
- displayName String
- A filter to return resources that match the given display names.
- id String
- The OCID of the software source.
- displayName string
- A filter to return resources that match the given display names.
- id string
- The OCID of the software source.
- display_name str
- A filter to return resources that match the given display names.
- id str
- The OCID of the software source.
- displayName String
- A filter to return resources that match the given display names.
- id String
- The OCID of the software source.
GetManagedInstancesManagedInstanceCollectionItemManagedInstanceGroup         
- DisplayName string
- A filter to return resources that match the given display names.
- Id string
- The OCID of the software source.
- DisplayName string
- A filter to return resources that match the given display names.
- Id string
- The OCID of the software source.
- displayName String
- A filter to return resources that match the given display names.
- id String
- The OCID of the software source.
- displayName string
- A filter to return resources that match the given display names.
- id string
- The OCID of the software source.
- display_name str
- A filter to return resources that match the given display names.
- id str
- The OCID of the software source.
- displayName String
- A filter to return resources that match the given display names.
- id String
- The OCID of the software source.
GetManagedInstancesManagedInstanceCollectionItemSoftwareSource        
- Description string
- Software source description.
- DisplayName string
- A filter to return resources that match the given display names.
- Id string
- The OCID of the software source.
- IsMandatory boolFor Autonomous Linux 
- Indicates whether this is a required software source for Autonomous Linux instances. If true, the user can't unselect it.
- SoftwareSource stringType 
- Type of the software source.
- Description string
- Software source description.
- DisplayName string
- A filter to return resources that match the given display names.
- Id string
- The OCID of the software source.
- IsMandatory boolFor Autonomous Linux 
- Indicates whether this is a required software source for Autonomous Linux instances. If true, the user can't unselect it.
- SoftwareSource stringType 
- Type of the software source.
- description String
- Software source description.
- displayName String
- A filter to return resources that match the given display names.
- id String
- The OCID of the software source.
- isMandatory BooleanFor Autonomous Linux 
- Indicates whether this is a required software source for Autonomous Linux instances. If true, the user can't unselect it.
- softwareSource StringType 
- Type of the software source.
- description string
- Software source description.
- displayName string
- A filter to return resources that match the given display names.
- id string
- The OCID of the software source.
- isMandatory booleanFor Autonomous Linux 
- Indicates whether this is a required software source for Autonomous Linux instances. If true, the user can't unselect it.
- softwareSource stringType 
- Type of the software source.
- description str
- Software source description.
- display_name str
- A filter to return resources that match the given display names.
- id str
- The OCID of the software source.
- is_mandatory_ boolfor_ autonomous_ linux 
- Indicates whether this is a required software source for Autonomous Linux instances. If true, the user can't unselect it.
- software_source_ strtype 
- Type of the software source.
- description String
- Software source description.
- displayName String
- A filter to return resources that match the given display names.
- id String
- The OCID of the software source.
- isMandatory BooleanFor Autonomous Linux 
- Indicates whether this is a required software source for Autonomous Linux instances. If true, the user can't unselect it.
- softwareSource StringType 
- Type of the software source.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.