1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. OsManagementHub
  5. getManagedInstances
Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi

oci.OsManagementHub.getManagedInstances

Explore with Pulumi AI

Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi

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>
Copy
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[_osmanagementhub.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[_osmanagementhub.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]
Copy
func GetManagedInstances(ctx *Context, args *GetManagedInstancesArgs, opts ...InvokeOption) (*GetManagedInstancesResult, error)
func GetManagedInstancesOutput(ctx *Context, args *GetManagedInstancesOutputArgs, opts ...InvokeOption) GetManagedInstancesResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetManagedInstancesResult> getManagedInstances(GetManagedInstancesArgs args, InvokeOptions options)
public static Output<GetManagedInstancesResult> getManagedInstances(GetManagedInstancesArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: oci:OsManagementHub/getManagedInstances:getManagedInstances
  arguments:
    # arguments dictionary
Copy

The 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.
DisplayNameContains string
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 Changes to this property will trigger replacement. List<GetManagedInstancesFilter>
Group string
A filter to return only managed instances that are attached to the specified group.
GroupNotEqualTo string
A filter to return only managed instances that are NOT attached to the specified group.
IsAttachedToGroupOrLifecycleStage bool
A filter to return only managed instances that are attached to the specified group or lifecycle environment.
IsManagedByAutonomousLinux bool
Indicates whether to list only resources managed by the Autonomous Linux service.
IsManagementStation bool
A filter to return only managed instances that are acting as management stations.
IsProfileAttached bool
A filter to return only managed instances with a registration profile attached.
IsRebootRequired bool
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.
LifecycleEnvironmentNotEqualTo string
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.
LifecycleStageNotEqualTo string
A filter to return only managed instances that are NOT associated with the specified lifecycle environment.
LocationNotEqualTos List<string>
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.
ManagedInstanceId string
The OCID of the managed instance. This filter returns resources associated with this managed instance.
ManagementStationNotEqualTos List<string>
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.
ProfileNotEqualTos List<string>
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.
SoftwareSourceId string
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.
DisplayNameContains string
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 Changes to this property will trigger replacement. []GetManagedInstancesFilter
Group string
A filter to return only managed instances that are attached to the specified group.
GroupNotEqualTo string
A filter to return only managed instances that are NOT attached to the specified group.
IsAttachedToGroupOrLifecycleStage bool
A filter to return only managed instances that are attached to the specified group or lifecycle environment.
IsManagedByAutonomousLinux bool
Indicates whether to list only resources managed by the Autonomous Linux service.
IsManagementStation bool
A filter to return only managed instances that are acting as management stations.
IsProfileAttached bool
A filter to return only managed instances with a registration profile attached.
IsRebootRequired bool
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.
LifecycleEnvironmentNotEqualTo string
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.
LifecycleStageNotEqualTo string
A filter to return only managed instances that are NOT associated with the specified lifecycle environment.
LocationNotEqualTos []string
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.
ManagedInstanceId string
The OCID of the managed instance. This filter returns resources associated with this managed instance.
ManagementStationNotEqualTos []string
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.
ProfileNotEqualTos []string
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.
SoftwareSourceId string
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.
displayNameContains String
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 Changes to this property will trigger replacement. List<GetManagedInstancesFilter>
group String
A filter to return only managed instances that are attached to the specified group.
groupNotEqualTo String
A filter to return only managed instances that are NOT attached to the specified group.
isAttachedToGroupOrLifecycleStage Boolean
A filter to return only managed instances that are attached to the specified group or lifecycle environment.
isManagedByAutonomousLinux Boolean
Indicates whether to list only resources managed by the Autonomous Linux service.
isManagementStation Boolean
A filter to return only managed instances that are acting as management stations.
isProfileAttached Boolean
A filter to return only managed instances with a registration profile attached.
isRebootRequired Boolean
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.
lifecycleEnvironmentNotEqualTo String
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.
lifecycleStageNotEqualTo String
A filter to return only managed instances that are NOT associated with the specified lifecycle environment.
locationNotEqualTos List<String>
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.
managedInstanceId String
The OCID of the managed instance. This filter returns resources associated with this managed instance.
managementStationNotEqualTos List<String>
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.
profileNotEqualTos List<String>
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.
softwareSourceId String
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.
displayNameContains string
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 Changes to this property will trigger replacement. GetManagedInstancesFilter[]
group string
A filter to return only managed instances that are attached to the specified group.
groupNotEqualTo string
A filter to return only managed instances that are NOT attached to the specified group.
isAttachedToGroupOrLifecycleStage boolean
A filter to return only managed instances that are attached to the specified group or lifecycle environment.
isManagedByAutonomousLinux boolean
Indicates whether to list only resources managed by the Autonomous Linux service.
isManagementStation boolean
A filter to return only managed instances that are acting as management stations.
isProfileAttached boolean
A filter to return only managed instances with a registration profile attached.
isRebootRequired boolean
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.
lifecycleEnvironmentNotEqualTo string
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.
lifecycleStageNotEqualTo string
A filter to return only managed instances that are NOT associated with the specified lifecycle environment.
locationNotEqualTos string[]
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.
managedInstanceId string
The OCID of the managed instance. This filter returns resources associated with this managed instance.
managementStationNotEqualTos string[]
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.
profileNotEqualTos string[]
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.
softwareSourceId string
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_contains str
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 Changes to this property will trigger replacement. Sequence[osmanagementhub.GetManagedInstancesFilter]
group str
A filter to return only managed instances that are attached to the specified group.
group_not_equal_to str
A filter to return only managed instances that are NOT attached to the specified group.
is_attached_to_group_or_lifecycle_stage bool
A filter to return only managed instances that are attached to the specified group or lifecycle environment.
is_managed_by_autonomous_linux bool
Indicates whether to list only resources managed by the Autonomous Linux service.
is_management_station bool
A filter to return only managed instances that are acting as management stations.
is_profile_attached bool
A filter to return only managed instances with a registration profile attached.
is_reboot_required bool
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_not_equal_to str
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_not_equal_to str
A filter to return only managed instances that are NOT associated with the specified lifecycle environment.
location_not_equal_tos Sequence[str]
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_id str
The OCID of the managed instance. This filter returns resources associated with this managed instance.
management_station_not_equal_tos Sequence[str]
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_equal_tos Sequence[str]
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_id str
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.
displayNameContains String
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 Changes to this property will trigger replacement. List<Property Map>
group String
A filter to return only managed instances that are attached to the specified group.
groupNotEqualTo String
A filter to return only managed instances that are NOT attached to the specified group.
isAttachedToGroupOrLifecycleStage Boolean
A filter to return only managed instances that are attached to the specified group or lifecycle environment.
isManagedByAutonomousLinux Boolean
Indicates whether to list only resources managed by the Autonomous Linux service.
isManagementStation Boolean
A filter to return only managed instances that are acting as management stations.
isProfileAttached Boolean
A filter to return only managed instances with a registration profile attached.
isRebootRequired Boolean
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.
lifecycleEnvironmentNotEqualTo String
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.
lifecycleStageNotEqualTo String
A filter to return only managed instances that are NOT associated with the specified lifecycle environment.
locationNotEqualTos List<String>
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.
managedInstanceId String
The OCID of the managed instance. This filter returns resources associated with this managed instance.
managementStationNotEqualTos List<String>
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.
profileNotEqualTos List<String>
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.
softwareSourceId String
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.
ManagedInstanceCollections List<GetManagedInstancesManagedInstanceCollection>
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.
DisplayNameContains string
DisplayNames List<string>
Software source name.
Filters List<GetManagedInstancesFilter>
Group string
GroupNotEqualTo string
IsAttachedToGroupOrLifecycleStage bool
IsManagedByAutonomousLinux bool
Indicates whether the Autonomous Linux service manages the instance.
IsManagementStation bool
Indicates whether this managed instance is acting as an on-premises management station.
IsProfileAttached bool
IsRebootRequired bool
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.
LifecycleEnvironmentNotEqualTo string
LifecycleStage string
Id and name of a resource to simplify the display for the user.
LifecycleStageNotEqualTo string
LocationNotEqualTos List<string>
Locations List<string>
The location of the managed instance.
ManagedInstanceId string
ManagementStationNotEqualTos List<string>
ManagementStations List<string>
OsFamilies List<string>
The operating system type of the managed instance.
ProfileNotEqualTos List<string>
Profiles List<string>
The profile that was used to register this instance with the service.
SoftwareSourceId string
Statuses List<string>
Current status of the managed instance.
Id string
The provider-assigned unique ID for this managed resource.
ManagedInstanceCollections []GetManagedInstancesManagedInstanceCollection
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.
DisplayNameContains string
DisplayNames []string
Software source name.
Filters []GetManagedInstancesFilter
Group string
GroupNotEqualTo string
IsAttachedToGroupOrLifecycleStage bool
IsManagedByAutonomousLinux bool
Indicates whether the Autonomous Linux service manages the instance.
IsManagementStation bool
Indicates whether this managed instance is acting as an on-premises management station.
IsProfileAttached bool
IsRebootRequired bool
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.
LifecycleEnvironmentNotEqualTo string
LifecycleStage string
Id and name of a resource to simplify the display for the user.
LifecycleStageNotEqualTo string
LocationNotEqualTos []string
Locations []string
The location of the managed instance.
ManagedInstanceId string
ManagementStationNotEqualTos []string
ManagementStations []string
OsFamilies []string
The operating system type of the managed instance.
ProfileNotEqualTos []string
Profiles []string
The profile that was used to register this instance with the service.
SoftwareSourceId string
Statuses []string
Current status of the managed instance.
id String
The provider-assigned unique ID for this managed resource.
managedInstanceCollections List<GetManagedInstancesManagedInstanceCollection>
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.
displayNameContains String
displayNames List<String>
Software source name.
filters List<GetManagedInstancesFilter>
group String
groupNotEqualTo String
isAttachedToGroupOrLifecycleStage Boolean
isManagedByAutonomousLinux Boolean
Indicates whether the Autonomous Linux service manages the instance.
isManagementStation Boolean
Indicates whether this managed instance is acting as an on-premises management station.
isProfileAttached Boolean
isRebootRequired Boolean
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.
lifecycleEnvironmentNotEqualTo String
lifecycleStage String
Id and name of a resource to simplify the display for the user.
lifecycleStageNotEqualTo String
locationNotEqualTos List<String>
locations List<String>
The location of the managed instance.
managedInstanceId String
managementStationNotEqualTos List<String>
managementStations List<String>
osFamilies List<String>
The operating system type of the managed instance.
profileNotEqualTos List<String>
profiles List<String>
The profile that was used to register this instance with the service.
softwareSourceId String
statuses List<String>
Current status of the managed instance.
id string
The provider-assigned unique ID for this managed resource.
managedInstanceCollections GetManagedInstancesManagedInstanceCollection[]
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.
displayNameContains string
displayNames string[]
Software source name.
filters GetManagedInstancesFilter[]
group string
groupNotEqualTo string
isAttachedToGroupOrLifecycleStage boolean
isManagedByAutonomousLinux boolean
Indicates whether the Autonomous Linux service manages the instance.
isManagementStation boolean
Indicates whether this managed instance is acting as an on-premises management station.
isProfileAttached boolean
isRebootRequired boolean
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.
lifecycleEnvironmentNotEqualTo string
lifecycleStage string
Id and name of a resource to simplify the display for the user.
lifecycleStageNotEqualTo string
locationNotEqualTos string[]
locations string[]
The location of the managed instance.
managedInstanceId string
managementStationNotEqualTos string[]
managementStations string[]
osFamilies string[]
The operating system type of the managed instance.
profileNotEqualTos string[]
profiles string[]
The profile that was used to register this instance with the service.
softwareSourceId string
statuses string[]
Current status of the managed instance.
id str
The provider-assigned unique ID for this managed resource.
managed_instance_collections Sequence[osmanagementhub.GetManagedInstancesManagedInstanceCollection]
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_contains str
display_names Sequence[str]
Software source name.
filters Sequence[osmanagementhub.GetManagedInstancesFilter]
group str
group_not_equal_to str
is_attached_to_group_or_lifecycle_stage bool
is_managed_by_autonomous_linux bool
Indicates whether the Autonomous Linux service manages the instance.
is_management_station bool
Indicates whether this managed instance is acting as an on-premises management station.
is_profile_attached bool
is_reboot_required bool
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_not_equal_to str
lifecycle_stage str
Id and name of a resource to simplify the display for the user.
lifecycle_stage_not_equal_to str
location_not_equal_tos Sequence[str]
locations Sequence[str]
The location of the managed instance.
managed_instance_id str
management_station_not_equal_tos Sequence[str]
management_stations Sequence[str]
os_families Sequence[str]
The operating system type of the managed instance.
profile_not_equal_tos Sequence[str]
profiles Sequence[str]
The profile that was used to register this instance with the service.
software_source_id str
statuses Sequence[str]
Current status of the managed instance.
id String
The provider-assigned unique ID for this managed resource.
managedInstanceCollections List<Property Map>
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.
displayNameContains String
displayNames List<String>
Software source name.
filters List<Property Map>
group String
groupNotEqualTo String
isAttachedToGroupOrLifecycleStage Boolean
isManagedByAutonomousLinux Boolean
Indicates whether the Autonomous Linux service manages the instance.
isManagementStation Boolean
Indicates whether this managed instance is acting as an on-premises management station.
isProfileAttached Boolean
isRebootRequired Boolean
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.
lifecycleEnvironmentNotEqualTo String
lifecycleStage String
Id and name of a resource to simplify the display for the user.
lifecycleStageNotEqualTo String
locationNotEqualTos List<String>
locations List<String>
The location of the managed instance.
managedInstanceId String
managementStationNotEqualTos List<String>
managementStations List<String>
osFamilies List<String>
The operating system type of the managed instance.
profileNotEqualTos List<String>
profiles List<String>
The profile that was used to register this instance with the service.
softwareSourceId String
statuses List<String>
Current status of the managed instance.

Supporting Types

GetManagedInstancesFilter

Name This property is required. string
Values This property is required. List<string>
Regex bool
Name This property is required. string
Values This property is required. []string
Regex bool
name This property is required. String
values This property is required. List<String>
regex Boolean
name This property is required. string
values This property is required. string[]
regex boolean
name This property is required. str
values This property is required. Sequence[str]
regex bool
name This property is required. String
values This property is required. List<String>
regex Boolean

GetManagedInstancesManagedInstanceCollection

items This property is required. List<Property Map>

GetManagedInstancesManagedInstanceCollectionItem

AgentVersion This property is required. string
A filter to return only managed instances with the specified version of osmh-agent running.
Architecture This property is required. string
The CPU architecture type of the managed instance.
AutonomousSettings This property is required. List<GetManagedInstancesManagedInstanceCollectionItemAutonomousSetting>
Settings for the Autonomous Linux service.
BugUpdatesAvailable This property is required. int
Number of bug fix type updates available for installation.
CompartmentId This property is required. string
The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
Description This property is required. string
Software source description.
DisplayName This property is required. string
A filter to return resources that match the given display names.
EnhancementUpdatesAvailable This property is required. int
Number of enhancement type updates available for installation.
Id This property is required. string
The OCID of the software source.
InstalledPackages This property is required. int
Number of packages installed on the instance.
InstalledWindowsUpdates This property is required. int
Number of Windows updates installed on the instance.
IsManagedByAutonomousLinux This property is required. bool
Indicates whether to list only resources managed by the Autonomous Linux service.
IsManagementStation This property is required. bool
A filter to return only managed instances that are acting as management stations.
IsRebootRequired This property is required. bool
A filter to return only managed instances that require a reboot to install updates.
KspliceEffectiveKernelVersion This property is required. string
The ksplice effective kernel version.
LifecycleEnvironments This property is required. List<GetManagedInstancesManagedInstanceCollectionItemLifecycleEnvironment>
A filter to return only managed instances in a specific lifecycle environment.
LifecycleStages This property is required. List<GetManagedInstancesManagedInstanceCollectionItemLifecycleStage>
A filter to return only managed instances that are associated with the specified lifecycle environment.
Location This property is required. string
A filter to return only resources whose location matches the given value.
ManagedInstanceGroups This property is required. List<GetManagedInstancesManagedInstanceCollectionItemManagedInstanceGroup>
Id and name of a resource to simplify the display for the user.
ManagedInstanceId This property is required. string
The OCID of the managed instance. This filter returns resources associated with this managed instance.
NotificationTopicId This property is required. string
The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
OsFamily This property is required. string
A filter to return only resources that match the given operating system family.
OsKernelVersion This property is required. string
Operating system kernel version.
OsName This property is required. string
Operating system name.
OsVersion This property is required. string
Operating system version.
OtherUpdatesAvailable This property is required. int
Number of non-classified (other) updates available for installation.
PrimaryManagementStationId This property is required. string
The OCID of the management station for the instance to use as primary management station.
Profile This property is required. string
A multi filter to return only managed instances that match the given profile ids.
ProfileVersion This property is required. string
The version of the profile that was used to register this instance with the service.
ScheduledJobCount This property is required. int
Number of scheduled jobs associated with this instance.
SecondaryManagementStationId This property is required. string
The OCID of the management station for the instance to use as secondary management station.
SecurityUpdatesAvailable This property is required. int
Number of security type updates available for installation.
SoftwareSources This property is required. List<GetManagedInstancesManagedInstanceCollectionItemSoftwareSource>
The list of software sources currently attached to the managed instance.
Status This property is required. string
A filter to return only managed instances whose status matches the status provided.
TenancyId This property is required. string
The OCID of the tenancy that the managed instance resides in.
TimeCreated This property is required. string
The date and time the instance was created (in RFC 3339 format).
TimeLastBoot This property is required. string
Time that the instance last booted (in RFC 3339 format).
TimeLastCheckin This property is required. string
Time that the instance last checked in with the service (in RFC 3339 format).
TimeUpdated This property is required. string
The date and time the instance was last updated (in RFC 3339 format).
UpdatesAvailable This property is required. int
Number of updates available for installation.
WorkRequestCount This property is required. int
Number of work requests associated with this instance.
AgentVersion This property is required. string
A filter to return only managed instances with the specified version of osmh-agent running.
Architecture This property is required. string
The CPU architecture type of the managed instance.
AutonomousSettings This property is required. []GetManagedInstancesManagedInstanceCollectionItemAutonomousSetting
Settings for the Autonomous Linux service.
BugUpdatesAvailable This property is required. int
Number of bug fix type updates available for installation.
CompartmentId This property is required. string
The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
Description This property is required. string
Software source description.
DisplayName This property is required. string
A filter to return resources that match the given display names.
EnhancementUpdatesAvailable This property is required. int
Number of enhancement type updates available for installation.
Id This property is required. string
The OCID of the software source.
InstalledPackages This property is required. int
Number of packages installed on the instance.
InstalledWindowsUpdates This property is required. int
Number of Windows updates installed on the instance.
IsManagedByAutonomousLinux This property is required. bool
Indicates whether to list only resources managed by the Autonomous Linux service.
IsManagementStation This property is required. bool
A filter to return only managed instances that are acting as management stations.
IsRebootRequired This property is required. bool
A filter to return only managed instances that require a reboot to install updates.
KspliceEffectiveKernelVersion This property is required. string
The ksplice effective kernel version.
LifecycleEnvironments This property is required. []GetManagedInstancesManagedInstanceCollectionItemLifecycleEnvironment
A filter to return only managed instances in a specific lifecycle environment.
LifecycleStages This property is required. []GetManagedInstancesManagedInstanceCollectionItemLifecycleStage
A filter to return only managed instances that are associated with the specified lifecycle environment.
Location This property is required. string
A filter to return only resources whose location matches the given value.
ManagedInstanceGroups This property is required. []GetManagedInstancesManagedInstanceCollectionItemManagedInstanceGroup
Id and name of a resource to simplify the display for the user.
ManagedInstanceId This property is required. string
The OCID of the managed instance. This filter returns resources associated with this managed instance.
NotificationTopicId This property is required. string
The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
OsFamily This property is required. string
A filter to return only resources that match the given operating system family.
OsKernelVersion This property is required. string
Operating system kernel version.
OsName This property is required. string
Operating system name.
OsVersion This property is required. string
Operating system version.
OtherUpdatesAvailable This property is required. int
Number of non-classified (other) updates available for installation.
PrimaryManagementStationId This property is required. string
The OCID of the management station for the instance to use as primary management station.
Profile This property is required. string
A multi filter to return only managed instances that match the given profile ids.
ProfileVersion This property is required. string
The version of the profile that was used to register this instance with the service.
ScheduledJobCount This property is required. int
Number of scheduled jobs associated with this instance.
SecondaryManagementStationId This property is required. string
The OCID of the management station for the instance to use as secondary management station.
SecurityUpdatesAvailable This property is required. int
Number of security type updates available for installation.
SoftwareSources This property is required. []GetManagedInstancesManagedInstanceCollectionItemSoftwareSource
The list of software sources currently attached to the managed instance.
Status This property is required. string
A filter to return only managed instances whose status matches the status provided.
TenancyId This property is required. string
The OCID of the tenancy that the managed instance resides in.
TimeCreated This property is required. string
The date and time the instance was created (in RFC 3339 format).
TimeLastBoot This property is required. string
Time that the instance last booted (in RFC 3339 format).
TimeLastCheckin This property is required. string
Time that the instance last checked in with the service (in RFC 3339 format).
TimeUpdated This property is required. string
The date and time the instance was last updated (in RFC 3339 format).
UpdatesAvailable This property is required. int
Number of updates available for installation.
WorkRequestCount This property is required. int
Number of work requests associated with this instance.
agentVersion This property is required. String
A filter to return only managed instances with the specified version of osmh-agent running.
architecture This property is required. String
The CPU architecture type of the managed instance.
autonomousSettings This property is required. List<GetManagedInstancesManagedInstanceCollectionItemAutonomousSetting>
Settings for the Autonomous Linux service.
bugUpdatesAvailable This property is required. Integer
Number of bug fix type updates available for installation.
compartmentId This property is required. String
The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
description This property is required. String
Software source description.
displayName This property is required. String
A filter to return resources that match the given display names.
enhancementUpdatesAvailable This property is required. Integer
Number of enhancement type updates available for installation.
id This property is required. String
The OCID of the software source.
installedPackages This property is required. Integer
Number of packages installed on the instance.
installedWindowsUpdates This property is required. Integer
Number of Windows updates installed on the instance.
isManagedByAutonomousLinux This property is required. Boolean
Indicates whether to list only resources managed by the Autonomous Linux service.
isManagementStation This property is required. Boolean
A filter to return only managed instances that are acting as management stations.
isRebootRequired This property is required. Boolean
A filter to return only managed instances that require a reboot to install updates.
kspliceEffectiveKernelVersion This property is required. String
The ksplice effective kernel version.
lifecycleEnvironments This property is required. List<GetManagedInstancesManagedInstanceCollectionItemLifecycleEnvironment>
A filter to return only managed instances in a specific lifecycle environment.
lifecycleStages This property is required. List<GetManagedInstancesManagedInstanceCollectionItemLifecycleStage>
A filter to return only managed instances that are associated with the specified lifecycle environment.
location This property is required. String
A filter to return only resources whose location matches the given value.
managedInstanceGroups This property is required. List<GetManagedInstancesManagedInstanceCollectionItemManagedInstanceGroup>
Id and name of a resource to simplify the display for the user.
managedInstanceId This property is required. String
The OCID of the managed instance. This filter returns resources associated with this managed instance.
notificationTopicId This property is required. String
The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
osFamily This property is required. String
A filter to return only resources that match the given operating system family.
osKernelVersion This property is required. String
Operating system kernel version.
osName This property is required. String
Operating system name.
osVersion This property is required. String
Operating system version.
otherUpdatesAvailable This property is required. Integer
Number of non-classified (other) updates available for installation.
primaryManagementStationId This property is required. String
The OCID of the management station for the instance to use as primary management station.
profile This property is required. String
A multi filter to return only managed instances that match the given profile ids.
profileVersion This property is required. String
The version of the profile that was used to register this instance with the service.
scheduledJobCount This property is required. Integer
Number of scheduled jobs associated with this instance.
secondaryManagementStationId This property is required. String
The OCID of the management station for the instance to use as secondary management station.
securityUpdatesAvailable This property is required. Integer
Number of security type updates available for installation.
softwareSources This property is required. List<GetManagedInstancesManagedInstanceCollectionItemSoftwareSource>
The list of software sources currently attached to the managed instance.
status This property is required. String
A filter to return only managed instances whose status matches the status provided.
tenancyId This property is required. String
The OCID of the tenancy that the managed instance resides in.
timeCreated This property is required. String
The date and time the instance was created (in RFC 3339 format).
timeLastBoot This property is required. String
Time that the instance last booted (in RFC 3339 format).
timeLastCheckin This property is required. String
Time that the instance last checked in with the service (in RFC 3339 format).
timeUpdated This property is required. String
The date and time the instance was last updated (in RFC 3339 format).
updatesAvailable This property is required. Integer
Number of updates available for installation.
workRequestCount This property is required. Integer
Number of work requests associated with this instance.
agentVersion This property is required. string
A filter to return only managed instances with the specified version of osmh-agent running.
architecture This property is required. string
The CPU architecture type of the managed instance.
autonomousSettings This property is required. GetManagedInstancesManagedInstanceCollectionItemAutonomousSetting[]
Settings for the Autonomous Linux service.
bugUpdatesAvailable This property is required. number
Number of bug fix type updates available for installation.
compartmentId This property is required. string
The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
description This property is required. string
Software source description.
displayName This property is required. string
A filter to return resources that match the given display names.
enhancementUpdatesAvailable This property is required. number
Number of enhancement type updates available for installation.
id This property is required. string
The OCID of the software source.
installedPackages This property is required. number
Number of packages installed on the instance.
installedWindowsUpdates This property is required. number
Number of Windows updates installed on the instance.
isManagedByAutonomousLinux This property is required. boolean
Indicates whether to list only resources managed by the Autonomous Linux service.
isManagementStation This property is required. boolean
A filter to return only managed instances that are acting as management stations.
isRebootRequired This property is required. boolean
A filter to return only managed instances that require a reboot to install updates.
kspliceEffectiveKernelVersion This property is required. string
The ksplice effective kernel version.
lifecycleEnvironments This property is required. GetManagedInstancesManagedInstanceCollectionItemLifecycleEnvironment[]
A filter to return only managed instances in a specific lifecycle environment.
lifecycleStages This property is required. GetManagedInstancesManagedInstanceCollectionItemLifecycleStage[]
A filter to return only managed instances that are associated with the specified lifecycle environment.
location This property is required. string
A filter to return only resources whose location matches the given value.
managedInstanceGroups This property is required. GetManagedInstancesManagedInstanceCollectionItemManagedInstanceGroup[]
Id and name of a resource to simplify the display for the user.
managedInstanceId This property is required. string
The OCID of the managed instance. This filter returns resources associated with this managed instance.
notificationTopicId This property is required. string
The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
osFamily This property is required. string
A filter to return only resources that match the given operating system family.
osKernelVersion This property is required. string
Operating system kernel version.
osName This property is required. string
Operating system name.
osVersion This property is required. string
Operating system version.
otherUpdatesAvailable This property is required. number
Number of non-classified (other) updates available for installation.
primaryManagementStationId This property is required. string
The OCID of the management station for the instance to use as primary management station.
profile This property is required. string
A multi filter to return only managed instances that match the given profile ids.
profileVersion This property is required. string
The version of the profile that was used to register this instance with the service.
scheduledJobCount This property is required. number
Number of scheduled jobs associated with this instance.
secondaryManagementStationId This property is required. string
The OCID of the management station for the instance to use as secondary management station.
securityUpdatesAvailable This property is required. number
Number of security type updates available for installation.
softwareSources This property is required. GetManagedInstancesManagedInstanceCollectionItemSoftwareSource[]
The list of software sources currently attached to the managed instance.
status This property is required. string
A filter to return only managed instances whose status matches the status provided.
tenancyId This property is required. string
The OCID of the tenancy that the managed instance resides in.
timeCreated This property is required. string
The date and time the instance was created (in RFC 3339 format).
timeLastBoot This property is required. string
Time that the instance last booted (in RFC 3339 format).
timeLastCheckin This property is required. string
Time that the instance last checked in with the service (in RFC 3339 format).
timeUpdated This property is required. string
The date and time the instance was last updated (in RFC 3339 format).
updatesAvailable This property is required. number
Number of updates available for installation.
workRequestCount This property is required. number
Number of work requests associated with this instance.
agent_version This property is required. str
A filter to return only managed instances with the specified version of osmh-agent running.
architecture This property is required. str
The CPU architecture type of the managed instance.
autonomous_settings This property is required. Sequence[osmanagementhub.GetManagedInstancesManagedInstanceCollectionItemAutonomousSetting]
Settings for the Autonomous Linux service.
bug_updates_available This property is required. int
Number of bug fix type updates available for installation.
compartment_id This property is required. str
The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
description This property is required. str
Software source description.
display_name This property is required. str
A filter to return resources that match the given display names.
enhancement_updates_available This property is required. int
Number of enhancement type updates available for installation.
id This property is required. str
The OCID of the software source.
installed_packages This property is required. int
Number of packages installed on the instance.
installed_windows_updates This property is required. int
Number of Windows updates installed on the instance.
is_managed_by_autonomous_linux This property is required. bool
Indicates whether to list only resources managed by the Autonomous Linux service.
is_management_station This property is required. bool
A filter to return only managed instances that are acting as management stations.
is_reboot_required This property is required. bool
A filter to return only managed instances that require a reboot to install updates.
ksplice_effective_kernel_version This property is required. str
The ksplice effective kernel version.
lifecycle_environments This property is required. Sequence[osmanagementhub.GetManagedInstancesManagedInstanceCollectionItemLifecycleEnvironment]
A filter to return only managed instances in a specific lifecycle environment.
lifecycle_stages This property is required. Sequence[osmanagementhub.GetManagedInstancesManagedInstanceCollectionItemLifecycleStage]
A filter to return only managed instances that are associated with the specified lifecycle environment.
location This property is required. str
A filter to return only resources whose location matches the given value.
managed_instance_groups This property is required. Sequence[osmanagementhub.GetManagedInstancesManagedInstanceCollectionItemManagedInstanceGroup]
Id and name of a resource to simplify the display for the user.
managed_instance_id This property is required. str
The OCID of the managed instance. This filter returns resources associated with this managed instance.
notification_topic_id This property is required. str
The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
os_family This property is required. str
A filter to return only resources that match the given operating system family.
os_kernel_version This property is required. str
Operating system kernel version.
os_name This property is required. str
Operating system name.
os_version This property is required. str
Operating system version.
other_updates_available This property is required. int
Number of non-classified (other) updates available for installation.
primary_management_station_id This property is required. str
The OCID of the management station for the instance to use as primary management station.
profile This property is required. str
A multi filter to return only managed instances that match the given profile ids.
profile_version This property is required. str
The version of the profile that was used to register this instance with the service.
scheduled_job_count This property is required. int
Number of scheduled jobs associated with this instance.
secondary_management_station_id This property is required. str
The OCID of the management station for the instance to use as secondary management station.
security_updates_available This property is required. int
Number of security type updates available for installation.
software_sources This property is required. Sequence[osmanagementhub.GetManagedInstancesManagedInstanceCollectionItemSoftwareSource]
The list of software sources currently attached to the managed instance.
status This property is required. str
A filter to return only managed instances whose status matches the status provided.
tenancy_id This property is required. str
The OCID of the tenancy that the managed instance resides in.
time_created This property is required. str
The date and time the instance was created (in RFC 3339 format).
time_last_boot This property is required. str
Time that the instance last booted (in RFC 3339 format).
time_last_checkin This property is required. str
Time that the instance last checked in with the service (in RFC 3339 format).
time_updated This property is required. str
The date and time the instance was last updated (in RFC 3339 format).
updates_available This property is required. int
Number of updates available for installation.
work_request_count This property is required. int
Number of work requests associated with this instance.
agentVersion This property is required. String
A filter to return only managed instances with the specified version of osmh-agent running.
architecture This property is required. String
The CPU architecture type of the managed instance.
autonomousSettings This property is required. List<Property Map>
Settings for the Autonomous Linux service.
bugUpdatesAvailable This property is required. Number
Number of bug fix type updates available for installation.
compartmentId This property is required. String
The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
description This property is required. String
Software source description.
displayName This property is required. String
A filter to return resources that match the given display names.
enhancementUpdatesAvailable This property is required. Number
Number of enhancement type updates available for installation.
id This property is required. String
The OCID of the software source.
installedPackages This property is required. Number
Number of packages installed on the instance.
installedWindowsUpdates This property is required. Number
Number of Windows updates installed on the instance.
isManagedByAutonomousLinux This property is required. Boolean
Indicates whether to list only resources managed by the Autonomous Linux service.
isManagementStation This property is required. Boolean
A filter to return only managed instances that are acting as management stations.
isRebootRequired This property is required. Boolean
A filter to return only managed instances that require a reboot to install updates.
kspliceEffectiveKernelVersion This property is required. String
The ksplice effective kernel version.
lifecycleEnvironments This property is required. List<Property Map>
A filter to return only managed instances in a specific lifecycle environment.
lifecycleStages This property is required. List<Property Map>
A filter to return only managed instances that are associated with the specified lifecycle environment.
location This property is required. String
A filter to return only resources whose location matches the given value.
managedInstanceGroups This property is required. List<Property Map>
Id and name of a resource to simplify the display for the user.
managedInstanceId This property is required. String
The OCID of the managed instance. This filter returns resources associated with this managed instance.
notificationTopicId This property is required. String
The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
osFamily This property is required. String
A filter to return only resources that match the given operating system family.
osKernelVersion This property is required. String
Operating system kernel version.
osName This property is required. String
Operating system name.
osVersion This property is required. String
Operating system version.
otherUpdatesAvailable This property is required. Number
Number of non-classified (other) updates available for installation.
primaryManagementStationId This property is required. String
The OCID of the management station for the instance to use as primary management station.
profile This property is required. String
A multi filter to return only managed instances that match the given profile ids.
profileVersion This property is required. String
The version of the profile that was used to register this instance with the service.
scheduledJobCount This property is required. Number
Number of scheduled jobs associated with this instance.
secondaryManagementStationId This property is required. String
The OCID of the management station for the instance to use as secondary management station.
securityUpdatesAvailable This property is required. Number
Number of security type updates available for installation.
softwareSources This property is required. List<Property Map>
The list of software sources currently attached to the managed instance.
status This property is required. String
A filter to return only managed instances whose status matches the status provided.
tenancyId This property is required. String
The OCID of the tenancy that the managed instance resides in.
timeCreated This property is required. String
The date and time the instance was created (in RFC 3339 format).
timeLastBoot This property is required. String
Time that the instance last booted (in RFC 3339 format).
timeLastCheckin This property is required. String
Time that the instance last checked in with the service (in RFC 3339 format).
timeUpdated This property is required. String
The date and time the instance was last updated (in RFC 3339 format).
updatesAvailable This property is required. Number
Number of updates available for installation.
workRequestCount This property is required. Number
Number of work requests associated with this instance.

GetManagedInstancesManagedInstanceCollectionItemAutonomousSetting

IsDataCollectionAuthorized This property is required. bool
Indicates whether Autonomous Linux will collect crash files. This setting can be changed by the user.
ScheduledJobId This property is required. string
The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
IsDataCollectionAuthorized This property is required. bool
Indicates whether Autonomous Linux will collect crash files. This setting can be changed by the user.
ScheduledJobId This property is required. string
The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
isDataCollectionAuthorized This property is required. Boolean
Indicates whether Autonomous Linux will collect crash files. This setting can be changed by the user.
scheduledJobId This property is required. String
The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
isDataCollectionAuthorized This property is required. boolean
Indicates whether Autonomous Linux will collect crash files. This setting can be changed by the user.
scheduledJobId This property is required. string
The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
is_data_collection_authorized This property is required. bool
Indicates whether Autonomous Linux will collect crash files. This setting can be changed by the user.
scheduled_job_id This property is required. str
The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
isDataCollectionAuthorized This property is required. Boolean
Indicates whether Autonomous Linux will collect crash files. This setting can be changed by the user.
scheduledJobId This property is required. String
The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.

GetManagedInstancesManagedInstanceCollectionItemLifecycleEnvironment

DisplayName This property is required. string
A filter to return resources that match the given display names.
Id This property is required. string
The OCID of the software source.
DisplayName This property is required. string
A filter to return resources that match the given display names.
Id This property is required. string
The OCID of the software source.
displayName This property is required. String
A filter to return resources that match the given display names.
id This property is required. String
The OCID of the software source.
displayName This property is required. string
A filter to return resources that match the given display names.
id This property is required. string
The OCID of the software source.
display_name This property is required. str
A filter to return resources that match the given display names.
id This property is required. str
The OCID of the software source.
displayName This property is required. String
A filter to return resources that match the given display names.
id This property is required. String
The OCID of the software source.

GetManagedInstancesManagedInstanceCollectionItemLifecycleStage

DisplayName This property is required. string
A filter to return resources that match the given display names.
Id This property is required. string
The OCID of the software source.
DisplayName This property is required. string
A filter to return resources that match the given display names.
Id This property is required. string
The OCID of the software source.
displayName This property is required. String
A filter to return resources that match the given display names.
id This property is required. String
The OCID of the software source.
displayName This property is required. string
A filter to return resources that match the given display names.
id This property is required. string
The OCID of the software source.
display_name This property is required. str
A filter to return resources that match the given display names.
id This property is required. str
The OCID of the software source.
displayName This property is required. String
A filter to return resources that match the given display names.
id This property is required. String
The OCID of the software source.

GetManagedInstancesManagedInstanceCollectionItemManagedInstanceGroup

DisplayName This property is required. string
A filter to return resources that match the given display names.
Id This property is required. string
The OCID of the software source.
DisplayName This property is required. string
A filter to return resources that match the given display names.
Id This property is required. string
The OCID of the software source.
displayName This property is required. String
A filter to return resources that match the given display names.
id This property is required. String
The OCID of the software source.
displayName This property is required. string
A filter to return resources that match the given display names.
id This property is required. string
The OCID of the software source.
display_name This property is required. str
A filter to return resources that match the given display names.
id This property is required. str
The OCID of the software source.
displayName This property is required. String
A filter to return resources that match the given display names.
id This property is required. String
The OCID of the software source.

GetManagedInstancesManagedInstanceCollectionItemSoftwareSource

Description This property is required. string
Software source description.
DisplayName This property is required. string
A filter to return resources that match the given display names.
Id This property is required. string
The OCID of the software source.
IsMandatoryForAutonomousLinux This property is required. bool
Indicates whether this is a required software source for Autonomous Linux instances. If true, the user can't unselect it.
SoftwareSourceType This property is required. string
Type of the software source.
Description This property is required. string
Software source description.
DisplayName This property is required. string
A filter to return resources that match the given display names.
Id This property is required. string
The OCID of the software source.
IsMandatoryForAutonomousLinux This property is required. bool
Indicates whether this is a required software source for Autonomous Linux instances. If true, the user can't unselect it.
SoftwareSourceType This property is required. string
Type of the software source.
description This property is required. String
Software source description.
displayName This property is required. String
A filter to return resources that match the given display names.
id This property is required. String
The OCID of the software source.
isMandatoryForAutonomousLinux This property is required. Boolean
Indicates whether this is a required software source for Autonomous Linux instances. If true, the user can't unselect it.
softwareSourceType This property is required. String
Type of the software source.
description This property is required. string
Software source description.
displayName This property is required. string
A filter to return resources that match the given display names.
id This property is required. string
The OCID of the software source.
isMandatoryForAutonomousLinux This property is required. boolean
Indicates whether this is a required software source for Autonomous Linux instances. If true, the user can't unselect it.
softwareSourceType This property is required. string
Type of the software source.
description This property is required. str
Software source description.
display_name This property is required. str
A filter to return resources that match the given display names.
id This property is required. str
The OCID of the software source.
is_mandatory_for_autonomous_linux This property is required. bool
Indicates whether this is a required software source for Autonomous Linux instances. If true, the user can't unselect it.
software_source_type This property is required. str
Type of the software source.
description This property is required. String
Software source description.
displayName This property is required. String
A filter to return resources that match the given display names.
id This property is required. String
The OCID of the software source.
isMandatoryForAutonomousLinux This property is required. Boolean
Indicates whether this is a required software source for Autonomous Linux instances. If true, the user can't unselect it.
softwareSourceType This property is required. String
Type of the software source.

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes
This Pulumi package is based on the oci Terraform Provider.
Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi