Oracle Cloud Infrastructure v3.11.0 published on Thursday, Nov 13, 2025 by Pulumi
oci.Jms.getUtilsPerformanceTuningAnalysi
Oracle Cloud Infrastructure v3.11.0 published on Thursday, Nov 13, 2025 by Pulumi
This data source provides details about a specific Performance Tuning Analysi resource in Oracle Cloud Infrastructure Jms Utils service.
Gets information about a Performance Tuning Analysis.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testPerformanceTuningAnalysi = oci.Jms.getUtilsPerformanceTuningAnalysi({
performanceTuningAnalysisId: testPerformanceTuningAnalysiOciJmsUtilsPerformanceTuningAnalysi.id,
});
import pulumi
import pulumi_oci as oci
test_performance_tuning_analysi = oci.Jms.get_utils_performance_tuning_analysi(performance_tuning_analysis_id=test_performance_tuning_analysi_oci_jms_utils_performance_tuning_analysi["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/jms"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := jms.GetUtilsPerformanceTuningAnalysi(ctx, &jms.GetUtilsPerformanceTuningAnalysiArgs{
PerformanceTuningAnalysisId: testPerformanceTuningAnalysiOciJmsUtilsPerformanceTuningAnalysi.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 testPerformanceTuningAnalysi = Oci.Jms.GetUtilsPerformanceTuningAnalysi.Invoke(new()
{
PerformanceTuningAnalysisId = testPerformanceTuningAnalysiOciJmsUtilsPerformanceTuningAnalysi.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Jms.JmsFunctions;
import com.pulumi.oci.Jms.inputs.GetUtilsPerformanceTuningAnalysiArgs;
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 testPerformanceTuningAnalysi = JmsFunctions.getUtilsPerformanceTuningAnalysi(GetUtilsPerformanceTuningAnalysiArgs.builder()
.performanceTuningAnalysisId(testPerformanceTuningAnalysiOciJmsUtilsPerformanceTuningAnalysi.id())
.build());
}
}
variables:
testPerformanceTuningAnalysi:
fn::invoke:
function: oci:Jms:getUtilsPerformanceTuningAnalysi
arguments:
performanceTuningAnalysisId: ${testPerformanceTuningAnalysiOciJmsUtilsPerformanceTuningAnalysi.id}
Using getUtilsPerformanceTuningAnalysi
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 getUtilsPerformanceTuningAnalysi(args: GetUtilsPerformanceTuningAnalysiArgs, opts?: InvokeOptions): Promise<GetUtilsPerformanceTuningAnalysiResult>
function getUtilsPerformanceTuningAnalysiOutput(args: GetUtilsPerformanceTuningAnalysiOutputArgs, opts?: InvokeOptions): Output<GetUtilsPerformanceTuningAnalysiResult>def get_utils_performance_tuning_analysi(compartment_id: Optional[str] = None,
performance_tuning_analysis_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetUtilsPerformanceTuningAnalysiResult
def get_utils_performance_tuning_analysi_output(compartment_id: Optional[pulumi.Input[str]] = None,
performance_tuning_analysis_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetUtilsPerformanceTuningAnalysiResult]func GetUtilsPerformanceTuningAnalysi(ctx *Context, args *GetUtilsPerformanceTuningAnalysiArgs, opts ...InvokeOption) (*GetUtilsPerformanceTuningAnalysiResult, error)
func GetUtilsPerformanceTuningAnalysiOutput(ctx *Context, args *GetUtilsPerformanceTuningAnalysiOutputArgs, opts ...InvokeOption) GetUtilsPerformanceTuningAnalysiResultOutput> Note: This function is named GetUtilsPerformanceTuningAnalysi in the Go SDK.
public static class GetUtilsPerformanceTuningAnalysi
{
public static Task<GetUtilsPerformanceTuningAnalysiResult> InvokeAsync(GetUtilsPerformanceTuningAnalysiArgs args, InvokeOptions? opts = null)
public static Output<GetUtilsPerformanceTuningAnalysiResult> Invoke(GetUtilsPerformanceTuningAnalysiInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetUtilsPerformanceTuningAnalysiResult> getUtilsPerformanceTuningAnalysi(GetUtilsPerformanceTuningAnalysiArgs args, InvokeOptions options)
public static Output<GetUtilsPerformanceTuningAnalysiResult> getUtilsPerformanceTuningAnalysi(GetUtilsPerformanceTuningAnalysiArgs args, InvokeOptions options)
fn::invoke:
function: oci:Jms/getUtilsPerformanceTuningAnalysi:getUtilsPerformanceTuningAnalysi
arguments:
# arguments dictionaryThe following arguments are supported:
- Performance
Tuning stringAnalysis Id - The OCID of the Performance Tuning Analysis.
- Compartment
Id string - The OCID of the compartment.
- Performance
Tuning stringAnalysis Id - The OCID of the Performance Tuning Analysis.
- Compartment
Id string - The OCID of the compartment.
- performance
Tuning StringAnalysis Id - The OCID of the Performance Tuning Analysis.
- compartment
Id String - The OCID of the compartment.
- performance
Tuning stringAnalysis Id - The OCID of the Performance Tuning Analysis.
- compartment
Id string - The OCID of the compartment.
- performance_
tuning_ stranalysis_ id - The OCID of the Performance Tuning Analysis.
- compartment_
id str - The OCID of the compartment.
- performance
Tuning StringAnalysis Id - The OCID of the Performance Tuning Analysis.
- compartment
Id String - The OCID of the compartment.
getUtilsPerformanceTuningAnalysi Result
The following output properties are available:
- Analysis
Project stringName - Name of the analysis project.
- Artifact
Object stringStorage Path - Object storage path to the artifact.
- Created
Bies List<GetUtils Performance Tuning Analysi Created By> - An authorized principal.
- Id string
- The provider-assigned unique ID for this managed resource.
- Performance
Tuning stringAnalysis Id - Result string
- Possible Performance Tuning Result statuses.
- Result
Object stringStorage Path - Object storage path to the analysis.
- Time
Created string - The date and time the Performance Tuning Analysis was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Finished string - The date and time the Performance Tuning Analysis was finished, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Started string - The date and time the Performance Tuning Analysis was started, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Warning
Count int - Number of warnings in the Performance Tuning Analysis.
- Work
Request stringId - The OCID of the Work Request.
- Compartment
Id string - The OCID of the compartment.
- Analysis
Project stringName - Name of the analysis project.
- Artifact
Object stringStorage Path - Object storage path to the artifact.
- Created
Bies []GetUtils Performance Tuning Analysi Created By - An authorized principal.
- Id string
- The provider-assigned unique ID for this managed resource.
- Performance
Tuning stringAnalysis Id - Result string
- Possible Performance Tuning Result statuses.
- Result
Object stringStorage Path - Object storage path to the analysis.
- Time
Created string - The date and time the Performance Tuning Analysis was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Finished string - The date and time the Performance Tuning Analysis was finished, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Started string - The date and time the Performance Tuning Analysis was started, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Warning
Count int - Number of warnings in the Performance Tuning Analysis.
- Work
Request stringId - The OCID of the Work Request.
- Compartment
Id string - The OCID of the compartment.
- analysis
Project StringName - Name of the analysis project.
- artifact
Object StringStorage Path - Object storage path to the artifact.
- created
Bies List<GetUtils Performance Tuning Analysi Created By> - An authorized principal.
- id String
- The provider-assigned unique ID for this managed resource.
- performance
Tuning StringAnalysis Id - result String
- Possible Performance Tuning Result statuses.
- result
Object StringStorage Path - Object storage path to the analysis.
- time
Created String - The date and time the Performance Tuning Analysis was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Finished String - The date and time the Performance Tuning Analysis was finished, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Started String - The date and time the Performance Tuning Analysis was started, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - warning
Count Integer - Number of warnings in the Performance Tuning Analysis.
- work
Request StringId - The OCID of the Work Request.
- compartment
Id String - The OCID of the compartment.
- analysis
Project stringName - Name of the analysis project.
- artifact
Object stringStorage Path - Object storage path to the artifact.
- created
Bies GetUtils Performance Tuning Analysi Created By[] - An authorized principal.
- id string
- The provider-assigned unique ID for this managed resource.
- performance
Tuning stringAnalysis Id - result string
- Possible Performance Tuning Result statuses.
- result
Object stringStorage Path - Object storage path to the analysis.
- time
Created string - The date and time the Performance Tuning Analysis was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Finished string - The date and time the Performance Tuning Analysis was finished, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Started string - The date and time the Performance Tuning Analysis was started, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - warning
Count number - Number of warnings in the Performance Tuning Analysis.
- work
Request stringId - The OCID of the Work Request.
- compartment
Id string - The OCID of the compartment.
- analysis_
project_ strname - Name of the analysis project.
- artifact_
object_ strstorage_ path - Object storage path to the artifact.
- created_
bies Sequence[GetUtils Performance Tuning Analysi Created By] - An authorized principal.
- id str
- The provider-assigned unique ID for this managed resource.
- performance_
tuning_ stranalysis_ id - result str
- Possible Performance Tuning Result statuses.
- result_
object_ strstorage_ path - Object storage path to the analysis.
- time_
created str - The date and time the Performance Tuning Analysis was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time_
finished str - The date and time the Performance Tuning Analysis was finished, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time_
started str - The date and time the Performance Tuning Analysis was started, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - warning_
count int - Number of warnings in the Performance Tuning Analysis.
- work_
request_ strid - The OCID of the Work Request.
- compartment_
id str - The OCID of the compartment.
- analysis
Project StringName - Name of the analysis project.
- artifact
Object StringStorage Path - Object storage path to the artifact.
- created
Bies List<Property Map> - An authorized principal.
- id String
- The provider-assigned unique ID for this managed resource.
- performance
Tuning StringAnalysis Id - result String
- Possible Performance Tuning Result statuses.
- result
Object StringStorage Path - Object storage path to the analysis.
- time
Created String - The date and time the Performance Tuning Analysis was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Finished String - The date and time the Performance Tuning Analysis was finished, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Started String - The date and time the Performance Tuning Analysis was started, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - warning
Count Number - Number of warnings in the Performance Tuning Analysis.
- work
Request StringId - The OCID of the Work Request.
- compartment
Id String - The OCID of the compartment.
Supporting Types
GetUtilsPerformanceTuningAnalysiCreatedBy
- Display
Name string - The name of the principal.
- Id string
- The OCID of the Performance Tuning Analysis.
- Display
Name string - The name of the principal.
- Id string
- The OCID of the Performance Tuning Analysis.
- display
Name String - The name of the principal.
- id String
- The OCID of the Performance Tuning Analysis.
- display
Name string - The name of the principal.
- id string
- The OCID of the Performance Tuning Analysis.
- display_
name str - The name of the principal.
- id str
- The OCID of the Performance Tuning Analysis.
- display
Name String - The name of the principal.
- id String
- The OCID of the Performance Tuning Analysis.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Oracle Cloud Infrastructure v3.11.0 published on Thursday, Nov 13, 2025 by Pulumi
