Oracle Cloud Infrastructure v3.7.0 published on Saturday, Sep 13, 2025 by Pulumi
oci.ApmTraces.getScheduledQueries
Explore with Pulumi AI
This data source provides the list of Scheduled Queries in Oracle Cloud Infrastructure Apm Traces service.
Returns a list of all scheduled queries in the APM Domain.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testScheduledQueries = oci.ApmTraces.getScheduledQueries({
apmDomainId: testApmDomain.id,
displayName: scheduledQueryDisplayName,
});
import pulumi
import pulumi_oci as oci
test_scheduled_queries = oci.ApmTraces.get_scheduled_queries(apm_domain_id=test_apm_domain["id"],
display_name=scheduled_query_display_name)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/apmtraces"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := apmtraces.GetScheduledQueries(ctx, &apmtraces.GetScheduledQueriesArgs{
ApmDomainId: testApmDomain.Id,
DisplayName: pulumi.StringRef(scheduledQueryDisplayName),
}, 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 testScheduledQueries = Oci.ApmTraces.GetScheduledQueries.Invoke(new()
{
ApmDomainId = testApmDomain.Id,
DisplayName = scheduledQueryDisplayName,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.ApmTraces.ApmTracesFunctions;
import com.pulumi.oci.ApmTraces.inputs.GetScheduledQueriesArgs;
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 testScheduledQueries = ApmTracesFunctions.getScheduledQueries(GetScheduledQueriesArgs.builder()
.apmDomainId(testApmDomain.id())
.displayName(scheduledQueryDisplayName)
.build());
}
}
variables:
testScheduledQueries:
fn::invoke:
function: oci:ApmTraces:getScheduledQueries
arguments:
apmDomainId: ${testApmDomain.id}
displayName: ${scheduledQueryDisplayName}
Using getScheduledQueries
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 getScheduledQueries(args: GetScheduledQueriesArgs, opts?: InvokeOptions): Promise<GetScheduledQueriesResult>
function getScheduledQueriesOutput(args: GetScheduledQueriesOutputArgs, opts?: InvokeOptions): Output<GetScheduledQueriesResult>
def get_scheduled_queries(apm_domain_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[GetScheduledQueriesFilter]] = None,
opts: Optional[InvokeOptions] = None) -> GetScheduledQueriesResult
def get_scheduled_queries_output(apm_domain_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetScheduledQueriesFilterArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetScheduledQueriesResult]
func GetScheduledQueries(ctx *Context, args *GetScheduledQueriesArgs, opts ...InvokeOption) (*GetScheduledQueriesResult, error)
func GetScheduledQueriesOutput(ctx *Context, args *GetScheduledQueriesOutputArgs, opts ...InvokeOption) GetScheduledQueriesResultOutput
> Note: This function is named GetScheduledQueries
in the Go SDK.
public static class GetScheduledQueries
{
public static Task<GetScheduledQueriesResult> InvokeAsync(GetScheduledQueriesArgs args, InvokeOptions? opts = null)
public static Output<GetScheduledQueriesResult> Invoke(GetScheduledQueriesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetScheduledQueriesResult> getScheduledQueries(GetScheduledQueriesArgs args, InvokeOptions options)
public static Output<GetScheduledQueriesResult> getScheduledQueries(GetScheduledQueriesArgs args, InvokeOptions options)
fn::invoke:
function: oci:ApmTraces/getScheduledQueries:getScheduledQueries
arguments:
# arguments dictionary
The following arguments are supported:
- Apm
Domain stringId - The APM Domain ID for the intended request.
- Display
Name string - A filter to return resources that match the given display name. This will return resources that have name starting with this filter.
- Filters
List<Get
Scheduled Queries Filter>
- Apm
Domain stringId - The APM Domain ID for the intended request.
- Display
Name string - A filter to return resources that match the given display name. This will return resources that have name starting with this filter.
- Filters
[]Get
Scheduled Queries Filter
- apm
Domain StringId - The APM Domain ID for the intended request.
- display
Name String - A filter to return resources that match the given display name. This will return resources that have name starting with this filter.
- filters
List<Get
Scheduled Queries Filter>
- apm
Domain stringId - The APM Domain ID for the intended request.
- display
Name string - A filter to return resources that match the given display name. This will return resources that have name starting with this filter.
- filters
Get
Scheduled Queries Filter[]
- apm_
domain_ strid - The APM Domain ID for the intended request.
- display_
name str - A filter to return resources that match the given display name. This will return resources that have name starting with this filter.
- filters
Sequence[Get
Scheduled Queries Filter]
- apm
Domain StringId - The APM Domain ID for the intended request.
- display
Name String - A filter to return resources that match the given display name. This will return resources that have name starting with this filter.
- filters List<Property Map>
getScheduledQueries Result
The following output properties are available:
- Apm
Domain stringId - Id string
- The provider-assigned unique ID for this managed resource.
- Scheduled
Query List<GetCollections Scheduled Queries Scheduled Query Collection> - The list of scheduled_query_collection.
- Display
Name string - Filters
List<Get
Scheduled Queries Filter>
- Apm
Domain stringId - Id string
- The provider-assigned unique ID for this managed resource.
- Scheduled
Query []GetCollections Scheduled Queries Scheduled Query Collection - The list of scheduled_query_collection.
- Display
Name string - Filters
[]Get
Scheduled Queries Filter
- apm
Domain StringId - id String
- The provider-assigned unique ID for this managed resource.
- scheduled
Query List<GetCollections Scheduled Queries Scheduled Query Collection> - The list of scheduled_query_collection.
- display
Name String - filters
List<Get
Scheduled Queries Filter>
- apm
Domain stringId - id string
- The provider-assigned unique ID for this managed resource.
- scheduled
Query GetCollections Scheduled Queries Scheduled Query Collection[] - The list of scheduled_query_collection.
- display
Name string - filters
Get
Scheduled Queries Filter[]
- apm_
domain_ strid - id str
- The provider-assigned unique ID for this managed resource.
- scheduled_
query_ Sequence[Getcollections Scheduled Queries Scheduled Query Collection] - The list of scheduled_query_collection.
- display_
name str - filters
Sequence[Get
Scheduled Queries Filter]
- apm
Domain StringId - id String
- The provider-assigned unique ID for this managed resource.
- scheduled
Query List<Property Map>Collections - The list of scheduled_query_collection.
- display
Name String - filters List<Property Map>
Supporting Types
GetScheduledQueriesFilter
GetScheduledQueriesScheduledQueryCollection
GetScheduledQueriesScheduledQueryCollectionItem
- Apm
Domain stringId - The APM Domain ID for the intended request.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Dictionary<string, string>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id string
- The OCID of the scheduled query . An OCID is generated when the scheduled query is created.
- Opc
Dry stringRun - Scheduled
Query stringDescription - Description for the scheduled query.
- Scheduled
Query stringInstances - Scheduled query instances.
- Scheduled
Query stringMaximum Runtime In Seconds - Maximum runtime for the scheduled query in seconds.
- Scheduled
Query stringName - Name of the scheduled query.
- Scheduled
Query stringNext Run In Ms - Next run for the scheduled query.
- Scheduled
Query List<GetProcessing Configurations Scheduled Queries Scheduled Query Collection Item Scheduled Query Processing Configuration> - Definition of the scheduled query processing configuration.
- Scheduled
Query stringProcessing Sub Type - Processing sub type of the scheduled query.
- Scheduled
Query stringProcessing Type - Processing type of the scheduled query.
- Scheduled
Query stringRetention Criteria - Retention criteria for the scheduled query.
- Scheduled
Query stringRetention Period In Ms - Retention period for the scheduled query in milliseconds.
- Scheduled
Query stringSchedule - Schedule for the scheduled query.
- Scheduled
Query stringText - Scheduled query to be run.
- State string
- The current lifecycle state of the Scheduled Query.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Apm
Domain stringId - The APM Domain ID for the intended request.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- map[string]string
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id string
- The OCID of the scheduled query . An OCID is generated when the scheduled query is created.
- Opc
Dry stringRun - Scheduled
Query stringDescription - Description for the scheduled query.
- Scheduled
Query stringInstances - Scheduled query instances.
- Scheduled
Query stringMaximum Runtime In Seconds - Maximum runtime for the scheduled query in seconds.
- Scheduled
Query stringName - Name of the scheduled query.
- Scheduled
Query stringNext Run In Ms - Next run for the scheduled query.
- Scheduled
Query []GetProcessing Configurations Scheduled Queries Scheduled Query Collection Item Scheduled Query Processing Configuration - Definition of the scheduled query processing configuration.
- Scheduled
Query stringProcessing Sub Type - Processing sub type of the scheduled query.
- Scheduled
Query stringProcessing Type - Processing type of the scheduled query.
- Scheduled
Query stringRetention Criteria - Retention criteria for the scheduled query.
- Scheduled
Query stringRetention Period In Ms - Retention period for the scheduled query in milliseconds.
- Scheduled
Query stringSchedule - Schedule for the scheduled query.
- Scheduled
Query stringText - Scheduled query to be run.
- State string
- The current lifecycle state of the Scheduled Query.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- apm
Domain StringId - The APM Domain ID for the intended request.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Map<String,String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id String
- The OCID of the scheduled query . An OCID is generated when the scheduled query is created.
- opc
Dry StringRun - scheduled
Query StringDescription - Description for the scheduled query.
- scheduled
Query StringInstances - Scheduled query instances.
- scheduled
Query StringMaximum Runtime In Seconds - Maximum runtime for the scheduled query in seconds.
- scheduled
Query StringName - Name of the scheduled query.
- scheduled
Query StringNext Run In Ms - Next run for the scheduled query.
- scheduled
Query List<GetProcessing Configurations Scheduled Queries Scheduled Query Collection Item Scheduled Query Processing Configuration> - Definition of the scheduled query processing configuration.
- scheduled
Query StringProcessing Sub Type - Processing sub type of the scheduled query.
- scheduled
Query StringProcessing Type - Processing type of the scheduled query.
- scheduled
Query StringRetention Criteria - Retention criteria for the scheduled query.
- scheduled
Query StringRetention Period In Ms - Retention period for the scheduled query in milliseconds.
- scheduled
Query StringSchedule - Schedule for the scheduled query.
- scheduled
Query StringText - Scheduled query to be run.
- state String
- The current lifecycle state of the Scheduled Query.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- apm
Domain stringId - The APM Domain ID for the intended request.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- {[key: string]: string}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id string
- The OCID of the scheduled query . An OCID is generated when the scheduled query is created.
- opc
Dry stringRun - scheduled
Query stringDescription - Description for the scheduled query.
- scheduled
Query stringInstances - Scheduled query instances.
- scheduled
Query stringMaximum Runtime In Seconds - Maximum runtime for the scheduled query in seconds.
- scheduled
Query stringName - Name of the scheduled query.
- scheduled
Query stringNext Run In Ms - Next run for the scheduled query.
- scheduled
Query GetProcessing Configurations Scheduled Queries Scheduled Query Collection Item Scheduled Query Processing Configuration[] - Definition of the scheduled query processing configuration.
- scheduled
Query stringProcessing Sub Type - Processing sub type of the scheduled query.
- scheduled
Query stringProcessing Type - Processing type of the scheduled query.
- scheduled
Query stringRetention Criteria - Retention criteria for the scheduled query.
- scheduled
Query stringRetention Period In Ms - Retention period for the scheduled query in milliseconds.
- scheduled
Query stringSchedule - Schedule for the scheduled query.
- scheduled
Query stringText - Scheduled query to be run.
- state string
- The current lifecycle state of the Scheduled Query.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- apm_
domain_ strid - The APM Domain ID for the intended request.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Mapping[str, str]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id str
- The OCID of the scheduled query . An OCID is generated when the scheduled query is created.
- opc_
dry_ strrun - scheduled_
query_ strdescription - Description for the scheduled query.
- scheduled_
query_ strinstances - Scheduled query instances.
- scheduled_
query_ strmaximum_ runtime_ in_ seconds - Maximum runtime for the scheduled query in seconds.
- scheduled_
query_ strname - Name of the scheduled query.
- scheduled_
query_ strnext_ run_ in_ ms - Next run for the scheduled query.
- scheduled_
query_ Sequence[Getprocessing_ configurations Scheduled Queries Scheduled Query Collection Item Scheduled Query Processing Configuration] - Definition of the scheduled query processing configuration.
- scheduled_
query_ strprocessing_ sub_ type - Processing sub type of the scheduled query.
- scheduled_
query_ strprocessing_ type - Processing type of the scheduled query.
- scheduled_
query_ strretention_ criteria - Retention criteria for the scheduled query.
- scheduled_
query_ strretention_ period_ in_ ms - Retention period for the scheduled query in milliseconds.
- scheduled_
query_ strschedule - Schedule for the scheduled query.
- scheduled_
query_ strtext - Scheduled query to be run.
- state str
- The current lifecycle state of the Scheduled Query.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- apm
Domain StringId - The APM Domain ID for the intended request.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Map<String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id String
- The OCID of the scheduled query . An OCID is generated when the scheduled query is created.
- opc
Dry StringRun - scheduled
Query StringDescription - Description for the scheduled query.
- scheduled
Query StringInstances - Scheduled query instances.
- scheduled
Query StringMaximum Runtime In Seconds - Maximum runtime for the scheduled query in seconds.
- scheduled
Query StringName - Name of the scheduled query.
- scheduled
Query StringNext Run In Ms - Next run for the scheduled query.
- scheduled
Query List<Property Map>Processing Configurations - Definition of the scheduled query processing configuration.
- scheduled
Query StringProcessing Sub Type - Processing sub type of the scheduled query.
- scheduled
Query StringProcessing Type - Processing type of the scheduled query.
- scheduled
Query StringRetention Criteria - Retention criteria for the scheduled query.
- scheduled
Query StringRetention Period In Ms - Retention period for the scheduled query in milliseconds.
- scheduled
Query StringSchedule - Schedule for the scheduled query.
- scheduled
Query StringText - Scheduled query to be run.
- state String
- The current lifecycle state of the Scheduled Query.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
GetScheduledQueriesScheduledQueryCollectionItemScheduledQueryProcessingConfiguration
- Custom
Metrics List<GetScheduled Queries Scheduled Query Collection Item Scheduled Query Processing Configuration Custom Metric> - Definition of the Custom Metric.
- Object
Storages List<GetScheduled Queries Scheduled Query Collection Item Scheduled Query Processing Configuration Object Storage> - Definition of the object storage.
- Streamings
List<Get
Scheduled Queries Scheduled Query Collection Item Scheduled Query Processing Configuration Streaming> - Definition of the Stream.
- Custom
Metrics []GetScheduled Queries Scheduled Query Collection Item Scheduled Query Processing Configuration Custom Metric - Definition of the Custom Metric.
- Object
Storages []GetScheduled Queries Scheduled Query Collection Item Scheduled Query Processing Configuration Object Storage - Definition of the object storage.
- Streamings
[]Get
Scheduled Queries Scheduled Query Collection Item Scheduled Query Processing Configuration Streaming - Definition of the Stream.
- custom
Metrics List<GetScheduled Queries Scheduled Query Collection Item Scheduled Query Processing Configuration Custom Metric> - Definition of the Custom Metric.
- object
Storages List<GetScheduled Queries Scheduled Query Collection Item Scheduled Query Processing Configuration Object Storage> - Definition of the object storage.
- streamings
List<Get
Scheduled Queries Scheduled Query Collection Item Scheduled Query Processing Configuration Streaming> - Definition of the Stream.
- custom
Metrics GetScheduled Queries Scheduled Query Collection Item Scheduled Query Processing Configuration Custom Metric[] - Definition of the Custom Metric.
- object
Storages GetScheduled Queries Scheduled Query Collection Item Scheduled Query Processing Configuration Object Storage[] - Definition of the object storage.
- streamings
Get
Scheduled Queries Scheduled Query Collection Item Scheduled Query Processing Configuration Streaming[] - Definition of the Stream.
- custom_
metrics Sequence[GetScheduled Queries Scheduled Query Collection Item Scheduled Query Processing Configuration Custom Metric] - Definition of the Custom Metric.
- object_
storages Sequence[GetScheduled Queries Scheduled Query Collection Item Scheduled Query Processing Configuration Object Storage] - Definition of the object storage.
- streamings
Sequence[Get
Scheduled Queries Scheduled Query Collection Item Scheduled Query Processing Configuration Streaming] - Definition of the Stream.
- custom
Metrics List<Property Map> - Definition of the Custom Metric.
- object
Storages List<Property Map> - Definition of the object storage.
- streamings List<Property Map>
- Definition of the Stream.
GetScheduledQueriesScheduledQueryCollectionItemScheduledQueryProcessingConfigurationCustomMetric
- Compartment string
- Compartment of the Monitoring Service. It defaults to the APM domain's compartment if not specified. If specified, the necessary Oracle Cloud Infrastructure policies should be set to allow APM to write to that compartment.
- Description string
- Description of the Custom Metric.
- Is
Anomaly boolDetection Enabled - Indicates whether anomaly Detection should be performed on the generated metric.
- Is
Metric boolPublished - Used in conjunction with the dry run header. When the dry run header is set and the isPublishMetric flag is set to true, the scheduled query is not created, but validations happen to check if the right Oracle Cloud Infrastructure policies have been set to write to the specified namespace/compartment.
- Name string
- Name of the Custom Metric.
- Namespace string
- Namespace in the Custom Metric. It defaults to
oracle_apm_custom
if not specified. If specified, the necessary Oracle Cloud Infrastructure policies should be set to allow APM to write to that namespace. - Resource
Group string - Resource Group of the Custom Metric.
- Unit string
- Unit in which the metric value is reported. For example 'ms'.
- Compartment string
- Compartment of the Monitoring Service. It defaults to the APM domain's compartment if not specified. If specified, the necessary Oracle Cloud Infrastructure policies should be set to allow APM to write to that compartment.
- Description string
- Description of the Custom Metric.
- Is
Anomaly boolDetection Enabled - Indicates whether anomaly Detection should be performed on the generated metric.
- Is
Metric boolPublished - Used in conjunction with the dry run header. When the dry run header is set and the isPublishMetric flag is set to true, the scheduled query is not created, but validations happen to check if the right Oracle Cloud Infrastructure policies have been set to write to the specified namespace/compartment.
- Name string
- Name of the Custom Metric.
- Namespace string
- Namespace in the Custom Metric. It defaults to
oracle_apm_custom
if not specified. If specified, the necessary Oracle Cloud Infrastructure policies should be set to allow APM to write to that namespace. - Resource
Group string - Resource Group of the Custom Metric.
- Unit string
- Unit in which the metric value is reported. For example 'ms'.
- compartment String
- Compartment of the Monitoring Service. It defaults to the APM domain's compartment if not specified. If specified, the necessary Oracle Cloud Infrastructure policies should be set to allow APM to write to that compartment.
- description String
- Description of the Custom Metric.
- is
Anomaly BooleanDetection Enabled - Indicates whether anomaly Detection should be performed on the generated metric.
- is
Metric BooleanPublished - Used in conjunction with the dry run header. When the dry run header is set and the isPublishMetric flag is set to true, the scheduled query is not created, but validations happen to check if the right Oracle Cloud Infrastructure policies have been set to write to the specified namespace/compartment.
- name String
- Name of the Custom Metric.
- namespace String
- Namespace in the Custom Metric. It defaults to
oracle_apm_custom
if not specified. If specified, the necessary Oracle Cloud Infrastructure policies should be set to allow APM to write to that namespace. - resource
Group String - Resource Group of the Custom Metric.
- unit String
- Unit in which the metric value is reported. For example 'ms'.
- compartment string
- Compartment of the Monitoring Service. It defaults to the APM domain's compartment if not specified. If specified, the necessary Oracle Cloud Infrastructure policies should be set to allow APM to write to that compartment.
- description string
- Description of the Custom Metric.
- is
Anomaly booleanDetection Enabled - Indicates whether anomaly Detection should be performed on the generated metric.
- is
Metric booleanPublished - Used in conjunction with the dry run header. When the dry run header is set and the isPublishMetric flag is set to true, the scheduled query is not created, but validations happen to check if the right Oracle Cloud Infrastructure policies have been set to write to the specified namespace/compartment.
- name string
- Name of the Custom Metric.
- namespace string
- Namespace in the Custom Metric. It defaults to
oracle_apm_custom
if not specified. If specified, the necessary Oracle Cloud Infrastructure policies should be set to allow APM to write to that namespace. - resource
Group string - Resource Group of the Custom Metric.
- unit string
- Unit in which the metric value is reported. For example 'ms'.
- compartment str
- Compartment of the Monitoring Service. It defaults to the APM domain's compartment if not specified. If specified, the necessary Oracle Cloud Infrastructure policies should be set to allow APM to write to that compartment.
- description str
- Description of the Custom Metric.
- is_
anomaly_ booldetection_ enabled - Indicates whether anomaly Detection should be performed on the generated metric.
- is_
metric_ boolpublished - Used in conjunction with the dry run header. When the dry run header is set and the isPublishMetric flag is set to true, the scheduled query is not created, but validations happen to check if the right Oracle Cloud Infrastructure policies have been set to write to the specified namespace/compartment.
- name str
- Name of the Custom Metric.
- namespace str
- Namespace in the Custom Metric. It defaults to
oracle_apm_custom
if not specified. If specified, the necessary Oracle Cloud Infrastructure policies should be set to allow APM to write to that namespace. - resource_
group str - Resource Group of the Custom Metric.
- unit str
- Unit in which the metric value is reported. For example 'ms'.
- compartment String
- Compartment of the Monitoring Service. It defaults to the APM domain's compartment if not specified. If specified, the necessary Oracle Cloud Infrastructure policies should be set to allow APM to write to that compartment.
- description String
- Description of the Custom Metric.
- is
Anomaly BooleanDetection Enabled - Indicates whether anomaly Detection should be performed on the generated metric.
- is
Metric BooleanPublished - Used in conjunction with the dry run header. When the dry run header is set and the isPublishMetric flag is set to true, the scheduled query is not created, but validations happen to check if the right Oracle Cloud Infrastructure policies have been set to write to the specified namespace/compartment.
- name String
- Name of the Custom Metric.
- namespace String
- Namespace in the Custom Metric. It defaults to
oracle_apm_custom
if not specified. If specified, the necessary Oracle Cloud Infrastructure policies should be set to allow APM to write to that namespace. - resource
Group String - Resource Group of the Custom Metric.
- unit String
- Unit in which the metric value is reported. For example 'ms'.
GetScheduledQueriesScheduledQueryCollectionItemScheduledQueryProcessingConfigurationObjectStorage
- Bucket string
- Bucket name in the object store.
- Name
Space string - Namespace in the object store.
- Object
Name stringPrefix - Object name prefix in the object store.
- Bucket string
- Bucket name in the object store.
- Name
Space string - Namespace in the object store.
- Object
Name stringPrefix - Object name prefix in the object store.
- bucket String
- Bucket name in the object store.
- name
Space String - Namespace in the object store.
- object
Name StringPrefix - Object name prefix in the object store.
- bucket string
- Bucket name in the object store.
- name
Space string - Namespace in the object store.
- object
Name stringPrefix - Object name prefix in the object store.
- bucket str
- Bucket name in the object store.
- name_
space str - Namespace in the object store.
- object_
name_ strprefix - Object name prefix in the object store.
- bucket String
- Bucket name in the object store.
- name
Space String - Namespace in the object store.
- object
Name StringPrefix - Object name prefix in the object store.
GetScheduledQueriesScheduledQueryCollectionItemScheduledQueryProcessingConfigurationStreaming
- Stream
Id string - Stream Id.
- Stream
Id string - Stream Id.
- stream
Id String - Stream Id.
- stream
Id string - Stream Id.
- stream_
id str - Stream Id.
- stream
Id String - Stream Id.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.