Data Source: oci_os_management_hub_profile
This data source provides details about a specific Profile resource in Oracle Cloud Infrastructure Os Management Hub service.
Returns information about the specified registration profile.
Example Usage
data "oci_os_management_hub_profile" "test_profile" {
#Required
profile_id = oci_os_management_hub_profile.test_profile.id
}
Argument Reference
The following arguments are supported:
profile_id- (Required) The OCID of the registration profile.
Attributes Reference
The following attributes are exported:
arch_type- The architecture type.compartment_id- The OCID of the compartment that contains the registration profile.defined_tags- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:{"Operations.CostCenter": "42"}description- The description of the registration profile.display_name- A user-friendly name for the profile.freeform_tags- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:{"Department": "Finance"}id- The OCID of the registration profile.is_default_profile- Indicates if the profile is set as the default. There is exactly one default profile for a specified architecture, OS family, registration type, and vendor. When registering an instance with the corresonding characteristics, the default profile is used, unless another profile is specified.is_service_provided_profile- Indicates if the profile was created by the service. OS Management Hub provides a limited set of standardized profiles that can be used to register Autonomous Linux or Windows instances.lifecycle_environment- Provides identifying information for the specified lifecycle environment.display_name- Lifecycle environment name.id- The OCID of the lifecycle environment.
lifecycle_stage- Provides identifying information for the specified lifecycle stage.display_name- Lifecycle stage name.id- The OCID of the lifecycle stage.
managed_instance_group- Provides identifying information for the specified managed instance group.display_name- Managed instance group name.id- The OCID of the managed instance group.
management_station_id- The OCID of the management station to associate with an instance once registered. Management stations are only used by non-OCI instances.os_family- The operating system family.profile_type- The type of profile.profile_version- The version of the profile. The version is automatically incremented each time the profiled is edited.registration_type- The type of instance to register.software_sources- The list of software sources that the registration profile will use.description- Software source description.display_name- Software source name.id- The OCID of the software source.is_mandatory_for_autonomous_linux- Indicates whether this is a required software source for Autonomous Linux instances. If true, the user can’t unselect it.software_source_type- Type of the software source.
state- The current state of the registration profile.system_tags- System tags for this resource. Each key is predefined and scoped to a namespace. Example:{"orcl-cloud.free-tier-retained": "true"}time_created- The time the registration profile was created (in RFC 3339 format).time_modified- The time the registration profile was last modified (in RFC 3339 format).vendor_name- The vendor of the operating system for the instance.