oci.Jms.getFleetCryptoAnalysisResult
Explore with Pulumi AI
This data source provides details about a specific Fleet Crypto Analysis Result resource in Oracle Cloud Infrastructure Jms service.
Retrieve metadata of the Crypto Event Analysis result.
Example Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testFleetCryptoAnalysisResult = Oci.Jms.GetFleetCryptoAnalysisResult.Invoke(new()
{
CryptoAnalysisResultId = oci_apm_synthetics_result.Test_result.Id,
FleetId = oci_jms_fleet.Test_fleet.Id,
});
});
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/Jms"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Jms.GetFleetCryptoAnalysisResult(ctx, &jms.GetFleetCryptoAnalysisResultArgs{
CryptoAnalysisResultId: oci_apm_synthetics_result.Test_result.Id,
FleetId: oci_jms_fleet.Test_fleet.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
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.GetFleetCryptoAnalysisResultArgs;
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 testFleetCryptoAnalysisResult = JmsFunctions.getFleetCryptoAnalysisResult(GetFleetCryptoAnalysisResultArgs.builder()
.cryptoAnalysisResultId(oci_apm_synthetics_result.test_result().id())
.fleetId(oci_jms_fleet.test_fleet().id())
.build());
}
}
import pulumi
import pulumi_oci as oci
test_fleet_crypto_analysis_result = oci.Jms.get_fleet_crypto_analysis_result(crypto_analysis_result_id=%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference),
fleet_id=%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testFleetCryptoAnalysisResult = oci.Jms.getFleetCryptoAnalysisResult({
cryptoAnalysisResultId: oci_apm_synthetics_result.test_result.id,
fleetId: oci_jms_fleet.test_fleet.id,
});
variables:
testFleetCryptoAnalysisResult:
fn::invoke:
Function: oci:Jms:getFleetCryptoAnalysisResult
Arguments:
cryptoAnalysisResultId: ${oci_apm_synthetics_result.test_result.id}
fleetId: ${oci_jms_fleet.test_fleet.id}
Using getFleetCryptoAnalysisResult
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 getFleetCryptoAnalysisResult(args: GetFleetCryptoAnalysisResultArgs, opts?: InvokeOptions): Promise<GetFleetCryptoAnalysisResultResult>
function getFleetCryptoAnalysisResultOutput(args: GetFleetCryptoAnalysisResultOutputArgs, opts?: InvokeOptions): Output<GetFleetCryptoAnalysisResultResult>
def get_fleet_crypto_analysis_result(crypto_analysis_result_id: Optional[str] = None,
fleet_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFleetCryptoAnalysisResultResult
def get_fleet_crypto_analysis_result_output(crypto_analysis_result_id: Optional[pulumi.Input[str]] = None,
fleet_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFleetCryptoAnalysisResultResult]
func GetFleetCryptoAnalysisResult(ctx *Context, args *GetFleetCryptoAnalysisResultArgs, opts ...InvokeOption) (*GetFleetCryptoAnalysisResultResult, error)
func GetFleetCryptoAnalysisResultOutput(ctx *Context, args *GetFleetCryptoAnalysisResultOutputArgs, opts ...InvokeOption) GetFleetCryptoAnalysisResultResultOutput
> Note: This function is named GetFleetCryptoAnalysisResult
in the Go SDK.
public static class GetFleetCryptoAnalysisResult
{
public static Task<GetFleetCryptoAnalysisResultResult> InvokeAsync(GetFleetCryptoAnalysisResultArgs args, InvokeOptions? opts = null)
public static Output<GetFleetCryptoAnalysisResultResult> Invoke(GetFleetCryptoAnalysisResultInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFleetCryptoAnalysisResultResult> getFleetCryptoAnalysisResult(GetFleetCryptoAnalysisResultArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Jms/getFleetCryptoAnalysisResult:getFleetCryptoAnalysisResult
arguments:
# arguments dictionary
The following arguments are supported:
- Crypto
Analysis stringResult Id The OCID of the analysis result.
- Fleet
Id string The OCID of the Fleet.
- Crypto
Analysis stringResult Id The OCID of the analysis result.
- Fleet
Id string The OCID of the Fleet.
- crypto
Analysis StringResult Id The OCID of the analysis result.
- fleet
Id String The OCID of the Fleet.
- crypto
Analysis stringResult Id The OCID of the analysis result.
- fleet
Id string The OCID of the Fleet.
- crypto_
analysis_ strresult_ id The OCID of the analysis result.
- fleet_
id str The OCID of the Fleet.
- crypto
Analysis StringResult Id The OCID of the analysis result.
- fleet
Id String The OCID of the Fleet.
getFleetCryptoAnalysisResult Result
The following output properties are available:
- Aggregation
Mode string The result aggregation mode
- Bucket string
The Object Storage bucket name of this analysis result.
- Crypto
Analysis stringResult Id - Crypto
Roadmap stringVersion The Crypto Roadmap version used to perform the analysis.
- Finding
Count int Total number of findings with the analysis.
- 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.
- Non
Compliant intFinding Count Total number of non-compliant findings with the analysis. A non-compliant finding means the application won't work properly with the changes introduced by the crypto roadmap version used the the analysis.
- Object string
The Object Storage object name of this analysis result.
- Summarized
Event intCount Total number of summarized events. Summarized events are deduplicated events of interest.
- Time
Created string The time the result is compiled.
- Time
First stringEvent Time of the first event in the analysis.
- Time
Last stringEvent Time of the last event in the analysis.
- Total
Event intCount Total number of events in the analysis.
- Work
Request stringId The OCID of the work request to start the analysis.
- Aggregation
Mode string The result aggregation mode
- Bucket string
The Object Storage bucket name of this analysis result.
- Crypto
Analysis stringResult Id - Crypto
Roadmap stringVersion The Crypto Roadmap version used to perform the analysis.
- Finding
Count int Total number of findings with the analysis.
- 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.
- Non
Compliant intFinding Count Total number of non-compliant findings with the analysis. A non-compliant finding means the application won't work properly with the changes introduced by the crypto roadmap version used the the analysis.
- Object string
The Object Storage object name of this analysis result.
- Summarized
Event intCount Total number of summarized events. Summarized events are deduplicated events of interest.
- Time
Created string The time the result is compiled.
- Time
First stringEvent Time of the first event in the analysis.
- Time
Last stringEvent Time of the last event in the analysis.
- Total
Event intCount Total number of events in the analysis.
- Work
Request stringId The OCID of the work request to start the analysis.
- aggregation
Mode String The result aggregation mode
- bucket String
The Object Storage bucket name of this analysis result.
- crypto
Analysis StringResult Id - crypto
Roadmap StringVersion The Crypto Roadmap version used to perform the analysis.
- finding
Count Integer Total number of findings with the analysis.
- 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.
- non
Compliant IntegerFinding Count Total number of non-compliant findings with the analysis. A non-compliant finding means the application won't work properly with the changes introduced by the crypto roadmap version used the the analysis.
- object String
The Object Storage object name of this analysis result.
- summarized
Event IntegerCount Total number of summarized events. Summarized events are deduplicated events of interest.
- time
Created String The time the result is compiled.
- time
First StringEvent Time of the first event in the analysis.
- time
Last StringEvent Time of the last event in the analysis.
- total
Event IntegerCount Total number of events in the analysis.
- work
Request StringId The OCID of the work request to start the analysis.
- aggregation
Mode string The result aggregation mode
- bucket string
The Object Storage bucket name of this analysis result.
- crypto
Analysis stringResult Id - crypto
Roadmap stringVersion The Crypto Roadmap version used to perform the analysis.
- finding
Count number Total number of findings with the analysis.
- 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.
- non
Compliant numberFinding Count Total number of non-compliant findings with the analysis. A non-compliant finding means the application won't work properly with the changes introduced by the crypto roadmap version used the the analysis.
- object string
The Object Storage object name of this analysis result.
- summarized
Event numberCount Total number of summarized events. Summarized events are deduplicated events of interest.
- time
Created string The time the result is compiled.
- time
First stringEvent Time of the first event in the analysis.
- time
Last stringEvent Time of the last event in the analysis.
- total
Event numberCount Total number of events in the analysis.
- work
Request stringId The OCID of the work request to start the analysis.
- aggregation_
mode str The result aggregation mode
- bucket str
The Object Storage bucket name of this analysis result.
- crypto_
analysis_ strresult_ id - crypto_
roadmap_ strversion The Crypto Roadmap version used to perform the analysis.
- finding_
count int Total number of findings with the analysis.
- 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.
- non_
compliant_ intfinding_ count Total number of non-compliant findings with the analysis. A non-compliant finding means the application won't work properly with the changes introduced by the crypto roadmap version used the the analysis.
- object str
The Object Storage object name of this analysis result.
- summarized_
event_ intcount Total number of summarized events. Summarized events are deduplicated events of interest.
- time_
created str The time the result is compiled.
- time_
first_ strevent Time of the first event in the analysis.
- time_
last_ strevent Time of the last event in the analysis.
- total_
event_ intcount Total number of events in the analysis.
- work_
request_ strid The OCID of the work request to start the analysis.
- aggregation
Mode String The result aggregation mode
- bucket String
The Object Storage bucket name of this analysis result.
- crypto
Analysis StringResult Id - crypto
Roadmap StringVersion The Crypto Roadmap version used to perform the analysis.
- finding
Count Number Total number of findings with the analysis.
- 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.
- non
Compliant NumberFinding Count Total number of non-compliant findings with the analysis. A non-compliant finding means the application won't work properly with the changes introduced by the crypto roadmap version used the the analysis.
- object String
The Object Storage object name of this analysis result.
- summarized
Event NumberCount Total number of summarized events. Summarized events are deduplicated events of interest.
- time
Created String The time the result is compiled.
- time
First StringEvent Time of the first event in the analysis.
- time
Last StringEvent Time of the last event in the analysis.
- total
Event NumberCount Total number of events in 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.