Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.Jms.getFleetPerformanceTuningAnalysisResult
Explore with Pulumi AI
This data source provides details about a specific Fleet Performance Tuning Analysis Result resource in Oracle Cloud Infrastructure Jms service.
Retrieve metadata of the Performance Tuning Analysis result.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testFleetPerformanceTuningAnalysisResult = oci.Jms.getFleetPerformanceTuningAnalysisResult({
fleetId: testFleet.id,
performanceTuningAnalysisResultId: fleetPerformanceTuningAnalysisResultId,
});
import pulumi
import pulumi_oci as oci
test_fleet_performance_tuning_analysis_result = oci.Jms.get_fleet_performance_tuning_analysis_result(fleet_id=test_fleet["id"],
performance_tuning_analysis_result_id=fleet_performance_tuning_analysis_result_id)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/Jms"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Jms.GetFleetPerformanceTuningAnalysisResult(ctx, &jms.GetFleetPerformanceTuningAnalysisResultArgs{
FleetId: testFleet.Id,
PerformanceTuningAnalysisResultId: fleetPerformanceTuningAnalysisResultId,
}, 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 testFleetPerformanceTuningAnalysisResult = Oci.Jms.GetFleetPerformanceTuningAnalysisResult.Invoke(new()
{
FleetId = testFleet.Id,
PerformanceTuningAnalysisResultId = fleetPerformanceTuningAnalysisResultId,
});
});
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.GetFleetPerformanceTuningAnalysisResultArgs;
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 testFleetPerformanceTuningAnalysisResult = JmsFunctions.getFleetPerformanceTuningAnalysisResult(GetFleetPerformanceTuningAnalysisResultArgs.builder()
.fleetId(testFleet.id())
.performanceTuningAnalysisResultId(fleetPerformanceTuningAnalysisResultId)
.build());
}
}
variables:
testFleetPerformanceTuningAnalysisResult:
fn::invoke:
Function: oci:Jms:getFleetPerformanceTuningAnalysisResult
Arguments:
fleetId: ${testFleet.id}
performanceTuningAnalysisResultId: ${fleetPerformanceTuningAnalysisResultId}
Using getFleetPerformanceTuningAnalysisResult
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 getFleetPerformanceTuningAnalysisResult(args: GetFleetPerformanceTuningAnalysisResultArgs, opts?: InvokeOptions): Promise<GetFleetPerformanceTuningAnalysisResultResult>
function getFleetPerformanceTuningAnalysisResultOutput(args: GetFleetPerformanceTuningAnalysisResultOutputArgs, opts?: InvokeOptions): Output<GetFleetPerformanceTuningAnalysisResultResult>
def get_fleet_performance_tuning_analysis_result(fleet_id: Optional[str] = None,
performance_tuning_analysis_result_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFleetPerformanceTuningAnalysisResultResult
def get_fleet_performance_tuning_analysis_result_output(fleet_id: Optional[pulumi.Input[str]] = None,
performance_tuning_analysis_result_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFleetPerformanceTuningAnalysisResultResult]
func GetFleetPerformanceTuningAnalysisResult(ctx *Context, args *GetFleetPerformanceTuningAnalysisResultArgs, opts ...InvokeOption) (*GetFleetPerformanceTuningAnalysisResultResult, error)
func GetFleetPerformanceTuningAnalysisResultOutput(ctx *Context, args *GetFleetPerformanceTuningAnalysisResultOutputArgs, opts ...InvokeOption) GetFleetPerformanceTuningAnalysisResultResultOutput
> Note: This function is named GetFleetPerformanceTuningAnalysisResult
in the Go SDK.
public static class GetFleetPerformanceTuningAnalysisResult
{
public static Task<GetFleetPerformanceTuningAnalysisResultResult> InvokeAsync(GetFleetPerformanceTuningAnalysisResultArgs args, InvokeOptions? opts = null)
public static Output<GetFleetPerformanceTuningAnalysisResultResult> Invoke(GetFleetPerformanceTuningAnalysisResultInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFleetPerformanceTuningAnalysisResultResult> getFleetPerformanceTuningAnalysisResult(GetFleetPerformanceTuningAnalysisResultArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Jms/getFleetPerformanceTuningAnalysisResult:getFleetPerformanceTuningAnalysisResult
arguments:
# arguments dictionary
The following arguments are supported:
- Fleet
Id string - The OCID of the Fleet.
- Performance
Tuning stringAnalysis Result Id - The OCID of the performance tuning analysis result.
- Fleet
Id string - The OCID of the Fleet.
- Performance
Tuning stringAnalysis Result Id - The OCID of the performance tuning analysis result.
- fleet
Id String - The OCID of the Fleet.
- performance
Tuning StringAnalysis Result Id - The OCID of the performance tuning analysis result.
- fleet
Id string - The OCID of the Fleet.
- performance
Tuning stringAnalysis Result Id - The OCID of the performance tuning analysis result.
- fleet_
id str - The OCID of the Fleet.
- performance_
tuning_ stranalysis_ result_ id - The OCID of the performance tuning analysis result.
- fleet
Id String - The OCID of the Fleet.
- performance
Tuning StringAnalysis Result Id - The OCID of the performance tuning analysis result.
getFleetPerformanceTuningAnalysisResult Result
The following output properties are available:
- Application
Id string - The OCID of the application for which the report has been generated.
- Application
Installation stringId - The internal identifier of the application installation for which the report has been generated.
- Application
Installation stringPath - The installation path of the application for which the report has been generated.
- Application
Name string - The name of the application for which the report has been generated.
- Bucket string
- The Object Storage bucket name of this analysis result.
- Fleet
Id string - The fleet OCID.
- Host
Name string - The hostname of the managed instance.
- Id string
- The provider-assigned unique ID for this managed resource.
- Managed
Instance stringId - The managed instance OCID.
- Namespace string
- The Object Storage namespace of this analysis result.
- Object string
- The Object Storage object name of this analysis result.
- Performance
Tuning stringAnalysis Result Id - Result string
- Result of the analysis based on whether warnings have been found or not.
- Time
Created string - The time the result is compiled.
- Time
Finished string - The time the JFR recording has finished.
- Time
Started string - The time the JFR recording has started.
- Warning
Count int - Total number of warnings reported by the analysis.
- Work
Request stringId - The OCID of the work request to start the analysis.
- Application
Id string - The OCID of the application for which the report has been generated.
- Application
Installation stringId - The internal identifier of the application installation for which the report has been generated.
- Application
Installation stringPath - The installation path of the application for which the report has been generated.
- Application
Name string - The name of the application for which the report has been generated.
- Bucket string
- The Object Storage bucket name of this analysis result.
- Fleet
Id string - The fleet OCID.
- Host
Name string - The hostname of the managed instance.
- Id string
- The provider-assigned unique ID for this managed resource.
- Managed
Instance stringId - The managed instance OCID.
- Namespace string
- The Object Storage namespace of this analysis result.
- Object string
- The Object Storage object name of this analysis result.
- Performance
Tuning stringAnalysis Result Id - Result string
- Result of the analysis based on whether warnings have been found or not.
- Time
Created string - The time the result is compiled.
- Time
Finished string - The time the JFR recording has finished.
- Time
Started string - The time the JFR recording has started.
- Warning
Count int - Total number of warnings reported by the analysis.
- Work
Request stringId - The OCID of the work request to start the analysis.
- application
Id String - The OCID of the application for which the report has been generated.
- application
Installation StringId - The internal identifier of the application installation for which the report has been generated.
- application
Installation StringPath - The installation path of the application for which the report has been generated.
- application
Name String - The name of the application for which the report has been generated.
- bucket String
- The Object Storage bucket name of this analysis result.
- fleet
Id String - The fleet OCID.
- host
Name String - The hostname of the managed instance.
- id String
- The provider-assigned unique ID for this managed resource.
- managed
Instance StringId - The managed instance OCID.
- namespace String
- The Object Storage namespace of this analysis result.
- object String
- The Object Storage object name of this analysis result.
- performance
Tuning StringAnalysis Result Id - result String
- Result of the analysis based on whether warnings have been found or not.
- time
Created String - The time the result is compiled.
- time
Finished String - The time the JFR recording has finished.
- time
Started String - The time the JFR recording has started.
- warning
Count Integer - Total number of warnings reported by the analysis.
- work
Request StringId - The OCID of the work request to start the analysis.
- application
Id string - The OCID of the application for which the report has been generated.
- application
Installation stringId - The internal identifier of the application installation for which the report has been generated.
- application
Installation stringPath - The installation path of the application for which the report has been generated.
- application
Name string - The name of the application for which the report has been generated.
- bucket string
- The Object Storage bucket name of this analysis result.
- fleet
Id string - The fleet OCID.
- host
Name string - The hostname of the managed instance.
- id string
- The provider-assigned unique ID for this managed resource.
- managed
Instance stringId - The managed instance OCID.
- namespace string
- The Object Storage namespace of this analysis result.
- object string
- The Object Storage object name of this analysis result.
- performance
Tuning stringAnalysis Result Id - result string
- Result of the analysis based on whether warnings have been found or not.
- time
Created string - The time the result is compiled.
- time
Finished string - The time the JFR recording has finished.
- time
Started string - The time the JFR recording has started.
- warning
Count number - Total number of warnings reported by the analysis.
- work
Request stringId - The OCID of the work request to start the analysis.
- application_
id str - The OCID of the application for which the report has been generated.
- application_
installation_ strid - The internal identifier of the application installation for which the report has been generated.
- application_
installation_ strpath - The installation path of the application for which the report has been generated.
- application_
name str - The name of the application for which the report has been generated.
- bucket str
- The Object Storage bucket name of this analysis result.
- fleet_
id str - The fleet OCID.
- host_
name str - The hostname of the managed instance.
- id str
- The provider-assigned unique ID for this managed resource.
- managed_
instance_ strid - The managed instance OCID.
- namespace str
- The Object Storage namespace of this analysis result.
- object str
- The Object Storage object name of this analysis result.
- performance_
tuning_ stranalysis_ result_ id - result str
- Result of the analysis based on whether warnings have been found or not.
- time_
created str - The time the result is compiled.
- time_
finished str - The time the JFR recording has finished.
- time_
started str - The time the JFR recording has started.
- warning_
count int - Total number of warnings reported by the analysis.
- work_
request_ strid - The OCID of the work request to start the analysis.
- application
Id String - The OCID of the application for which the report has been generated.
- application
Installation StringId - The internal identifier of the application installation for which the report has been generated.
- application
Installation StringPath - The installation path of the application for which the report has been generated.
- application
Name String - The name of the application for which the report has been generated.
- bucket String
- The Object Storage bucket name of this analysis result.
- fleet
Id String - The fleet OCID.
- host
Name String - The hostname of the managed instance.
- id String
- The provider-assigned unique ID for this managed resource.
- managed
Instance StringId - The managed instance OCID.
- namespace String
- The Object Storage namespace of this analysis result.
- object String
- The Object Storage object name of this analysis result.
- performance
Tuning StringAnalysis Result Id - result String
- Result of the analysis based on whether warnings have been found or not.
- time
Created String - The time the result is compiled.
- time
Finished String - The time the JFR recording has finished.
- time
Started String - The time the JFR recording has started.
- warning
Count Number - Total number of warnings reported by the analysis.
- work
Request StringId - The OCID of the work request to start the analysis.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.