Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.Optimizer.getProfile
Explore with Pulumi AI
This data source provides details about a specific Profile resource in Oracle Cloud Infrastructure Optimizer service.
Gets the specified profile’s information. Uses the profile’s OCID to determine which profile to retrieve.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testProfile = oci.Optimizer.getProfile({
    profileId: testProfileOciOptimizerProfile.id,
});
import pulumi
import pulumi_oci as oci
test_profile = oci.Optimizer.get_profile(profile_id=test_profile_oci_optimizer_profile["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/optimizer"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := optimizer.GetProfile(ctx, &optimizer.GetProfileArgs{
			ProfileId: testProfileOciOptimizerProfile.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() => 
{
    var testProfile = Oci.Optimizer.GetProfile.Invoke(new()
    {
        ProfileId = testProfileOciOptimizerProfile.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Optimizer.OptimizerFunctions;
import com.pulumi.oci.Optimizer.inputs.GetProfileArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var testProfile = OptimizerFunctions.getProfile(GetProfileArgs.builder()
            .profileId(testProfileOciOptimizerProfile.id())
            .build());
    }
}
variables:
  testProfile:
    fn::invoke:
      function: oci:Optimizer:getProfile
      arguments:
        profileId: ${testProfileOciOptimizerProfile.id}
Using getProfile
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 getProfile(args: GetProfileArgs, opts?: InvokeOptions): Promise<GetProfileResult>
function getProfileOutput(args: GetProfileOutputArgs, opts?: InvokeOptions): Output<GetProfileResult>def get_profile(profile_id: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetProfileResult
def get_profile_output(profile_id: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetProfileResult]func LookupProfile(ctx *Context, args *LookupProfileArgs, opts ...InvokeOption) (*LookupProfileResult, error)
func LookupProfileOutput(ctx *Context, args *LookupProfileOutputArgs, opts ...InvokeOption) LookupProfileResultOutput> Note: This function is named LookupProfile in the Go SDK.
public static class GetProfile 
{
    public static Task<GetProfileResult> InvokeAsync(GetProfileArgs args, InvokeOptions? opts = null)
    public static Output<GetProfileResult> Invoke(GetProfileInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetProfileResult> getProfile(GetProfileArgs args, InvokeOptions options)
public static Output<GetProfileResult> getProfile(GetProfileArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Optimizer/getProfile:getProfile
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ProfileId string
- The unique OCID of the profile.
- ProfileId string
- The unique OCID of the profile.
- profileId String
- The unique OCID of the profile.
- profileId string
- The unique OCID of the profile.
- profile_id str
- The unique OCID of the profile.
- profileId String
- The unique OCID of the profile.
getProfile Result
The following output properties are available:
- AggregationInterval intIn Days 
- The time period over which to collect data for the recommendations, measured in number of days.
- CompartmentId string
- The OCID of the tenancy. The tenancy is the root compartment.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"foo-namespace.bar-key": "value"}
- Description string
- Text describing the profile. Avoid entering confidential information.
- Dictionary<string, string>
- Simple key-value pair applied without any predefined name, type, or namespace. For more information, see Resource Tags. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- Id string
- The unique OCID of the profile.
- LevelsConfigurations List<GetProfile Levels Configuration> 
- A list of configuration levels for each recommendation.
- Name string
- The name assigned to the profile. Avoid entering confidential information.
- ProfileId string
- State string
- The profile's current state.
- Dictionary<string, string>
- TargetCompartments List<GetProfile Target Compartment> 
- Optional. The compartments specified in the profile override for a recommendation.
- 
List<GetProfile Target Tag> 
- Optional. The tags specified in the profile override for a recommendation.
- TimeCreated string
- The date and time the profile was created, in the format defined by RFC3339.
- TimeUpdated string
- The date and time the profile was last updated, in the format defined by RFC3339.
- AggregationInterval intIn Days 
- The time period over which to collect data for the recommendations, measured in number of days.
- CompartmentId string
- The OCID of the tenancy. The tenancy is the root compartment.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"foo-namespace.bar-key": "value"}
- Description string
- Text describing the profile. Avoid entering confidential information.
- map[string]string
- Simple key-value pair applied without any predefined name, type, or namespace. For more information, see Resource Tags. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- Id string
- The unique OCID of the profile.
- LevelsConfigurations []GetProfile Levels Configuration 
- A list of configuration levels for each recommendation.
- Name string
- The name assigned to the profile. Avoid entering confidential information.
- ProfileId string
- State string
- The profile's current state.
- map[string]string
- TargetCompartments []GetProfile Target Compartment 
- Optional. The compartments specified in the profile override for a recommendation.
- 
[]GetProfile Target Tag 
- Optional. The tags specified in the profile override for a recommendation.
- TimeCreated string
- The date and time the profile was created, in the format defined by RFC3339.
- TimeUpdated string
- The date and time the profile was last updated, in the format defined by RFC3339.
- aggregationInterval IntegerIn Days 
- The time period over which to collect data for the recommendations, measured in number of days.
- compartmentId String
- The OCID of the tenancy. The tenancy is the root compartment.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"foo-namespace.bar-key": "value"}
- description String
- Text describing the profile. Avoid entering confidential information.
- Map<String,String>
- Simple key-value pair applied without any predefined name, type, or namespace. For more information, see Resource Tags. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id String
- The unique OCID of the profile.
- levelsConfigurations List<GetProfile Levels Configuration> 
- A list of configuration levels for each recommendation.
- name String
- The name assigned to the profile. Avoid entering confidential information.
- profileId String
- state String
- The profile's current state.
- Map<String,String>
- targetCompartments List<GetProfile Target Compartment> 
- Optional. The compartments specified in the profile override for a recommendation.
- 
List<GetProfile Target Tag> 
- Optional. The tags specified in the profile override for a recommendation.
- timeCreated String
- The date and time the profile was created, in the format defined by RFC3339.
- timeUpdated String
- The date and time the profile was last updated, in the format defined by RFC3339.
- aggregationInterval numberIn Days 
- The time period over which to collect data for the recommendations, measured in number of days.
- compartmentId string
- The OCID of the tenancy. The tenancy is the root compartment.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"foo-namespace.bar-key": "value"}
- description string
- Text describing the profile. Avoid entering confidential information.
- {[key: string]: string}
- Simple key-value pair applied without any predefined name, type, or namespace. For more information, see Resource Tags. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id string
- The unique OCID of the profile.
- levelsConfigurations GetProfile Levels Configuration[] 
- A list of configuration levels for each recommendation.
- name string
- The name assigned to the profile. Avoid entering confidential information.
- profileId string
- state string
- The profile's current state.
- {[key: string]: string}
- targetCompartments GetProfile Target Compartment[] 
- Optional. The compartments specified in the profile override for a recommendation.
- 
GetProfile Target Tag[] 
- Optional. The tags specified in the profile override for a recommendation.
- timeCreated string
- The date and time the profile was created, in the format defined by RFC3339.
- timeUpdated string
- The date and time the profile was last updated, in the format defined by RFC3339.
- aggregation_interval_ intin_ days 
- The time period over which to collect data for the recommendations, measured in number of days.
- compartment_id str
- The OCID of the tenancy. The tenancy is the root compartment.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"foo-namespace.bar-key": "value"}
- description str
- Text describing the profile. Avoid entering confidential information.
- Mapping[str, str]
- Simple key-value pair applied without any predefined name, type, or namespace. For more information, see Resource Tags. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id str
- The unique OCID of the profile.
- levels_configurations Sequence[GetProfile Levels Configuration] 
- A list of configuration levels for each recommendation.
- name str
- The name assigned to the profile. Avoid entering confidential information.
- profile_id str
- state str
- The profile's current state.
- Mapping[str, str]
- target_compartments Sequence[GetProfile Target Compartment] 
- Optional. The compartments specified in the profile override for a recommendation.
- 
Sequence[GetProfile Target Tag] 
- Optional. The tags specified in the profile override for a recommendation.
- time_created str
- The date and time the profile was created, in the format defined by RFC3339.
- time_updated str
- The date and time the profile was last updated, in the format defined by RFC3339.
- aggregationInterval NumberIn Days 
- The time period over which to collect data for the recommendations, measured in number of days.
- compartmentId String
- The OCID of the tenancy. The tenancy is the root compartment.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"foo-namespace.bar-key": "value"}
- description String
- Text describing the profile. Avoid entering confidential information.
- Map<String>
- Simple key-value pair applied without any predefined name, type, or namespace. For more information, see Resource Tags. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id String
- The unique OCID of the profile.
- levelsConfigurations List<Property Map>
- A list of configuration levels for each recommendation.
- name String
- The name assigned to the profile. Avoid entering confidential information.
- profileId String
- state String
- The profile's current state.
- Map<String>
- targetCompartments List<Property Map>
- Optional. The compartments specified in the profile override for a recommendation.
- List<Property Map>
- Optional. The tags specified in the profile override for a recommendation.
- timeCreated String
- The date and time the profile was created, in the format defined by RFC3339.
- timeUpdated String
- The date and time the profile was last updated, in the format defined by RFC3339.
Supporting Types
GetProfileLevelsConfiguration   
- Items
List<GetProfile Levels Configuration Item> 
- The list of tags specified in the current profile override.
- Items
[]GetProfile Levels Configuration Item 
- The list of tags specified in the current profile override.
- items
List<GetProfile Levels Configuration Item> 
- The list of tags specified in the current profile override.
- items
GetProfile Levels Configuration Item[] 
- The list of tags specified in the current profile override.
- items
Sequence[GetProfile Levels Configuration Item] 
- The list of tags specified in the current profile override.
- items List<Property Map>
- The list of tags specified in the current profile override.
GetProfileLevelsConfigurationItem    
- Level string
- The pre-defined profile level.
- RecommendationId string
- The unique OCID of the recommendation.
- Level string
- The pre-defined profile level.
- RecommendationId string
- The unique OCID of the recommendation.
- level String
- The pre-defined profile level.
- recommendationId String
- The unique OCID of the recommendation.
- level string
- The pre-defined profile level.
- recommendationId string
- The unique OCID of the recommendation.
- level str
- The pre-defined profile level.
- recommendation_id str
- The unique OCID of the recommendation.
- level String
- The pre-defined profile level.
- recommendationId String
- The unique OCID of the recommendation.
GetProfileTargetCompartment   
- Items List<string>
- The list of tags specified in the current profile override.
- Items []string
- The list of tags specified in the current profile override.
- items List<String>
- The list of tags specified in the current profile override.
- items string[]
- The list of tags specified in the current profile override.
- items Sequence[str]
- The list of tags specified in the current profile override.
- items List<String>
- The list of tags specified in the current profile override.
GetProfileTargetTag   
- Items
List<GetProfile Target Tag Item> 
- The list of tags specified in the current profile override.
- Items
[]GetProfile Target Tag Item 
- The list of tags specified in the current profile override.
- items
List<GetProfile Target Tag Item> 
- The list of tags specified in the current profile override.
- items
GetProfile Target Tag Item[] 
- The list of tags specified in the current profile override.
- items
Sequence[GetProfile Target Tag Item] 
- The list of tags specified in the current profile override.
- items List<Property Map>
- The list of tags specified in the current profile override.
GetProfileTargetTagItem    
- TagDefinition stringName 
- The name you use to refer to the tag, also known as the tag key.
- TagNamespace stringName 
- The name of the tag namespace.
- TagValue stringType 
- Specifies which tag value types in the tagValuesfield result in overrides of the recommendation criteria.
- TagValues List<string>
- The list of tag values. The tag value is the value that the user applying the tag adds to the tag key.
- TagDefinition stringName 
- The name you use to refer to the tag, also known as the tag key.
- TagNamespace stringName 
- The name of the tag namespace.
- TagValue stringType 
- Specifies which tag value types in the tagValuesfield result in overrides of the recommendation criteria.
- TagValues []string
- The list of tag values. The tag value is the value that the user applying the tag adds to the tag key.
- tagDefinition StringName 
- The name you use to refer to the tag, also known as the tag key.
- tagNamespace StringName 
- The name of the tag namespace.
- tagValue StringType 
- Specifies which tag value types in the tagValuesfield result in overrides of the recommendation criteria.
- tagValues List<String>
- The list of tag values. The tag value is the value that the user applying the tag adds to the tag key.
- tagDefinition stringName 
- The name you use to refer to the tag, also known as the tag key.
- tagNamespace stringName 
- The name of the tag namespace.
- tagValue stringType 
- Specifies which tag value types in the tagValuesfield result in overrides of the recommendation criteria.
- tagValues string[]
- The list of tag values. The tag value is the value that the user applying the tag adds to the tag key.
- tag_definition_ strname 
- The name you use to refer to the tag, also known as the tag key.
- tag_namespace_ strname 
- The name of the tag namespace.
- tag_value_ strtype 
- Specifies which tag value types in the tagValuesfield result in overrides of the recommendation criteria.
- tag_values Sequence[str]
- The list of tag values. The tag value is the value that the user applying the tag adds to the tag key.
- tagDefinition StringName 
- The name you use to refer to the tag, also known as the tag key.
- tagNamespace StringName 
- The name of the tag namespace.
- tagValue StringType 
- Specifies which tag value types in the tagValuesfield result in overrides of the recommendation criteria.
- tagValues List<String>
- The list of tag values. The tag value is the value that the user applying the tag adds to the tag key.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.