1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. StackMonitoring
  5. getDefinedMonitoringTemplates
Oracle Cloud Infrastructure v2.27.0 published on Thursday, Mar 20, 2025 by Pulumi

oci.StackMonitoring.getDefinedMonitoringTemplates

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v2.27.0 published on Thursday, Mar 20, 2025 by Pulumi

    This data source provides the list of Defined Monitoring Templates in Oracle Cloud Infrastructure Stack Monitoring service.

    List Defined Monitoring Templates.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testDefinedMonitoringTemplates = oci.StackMonitoring.getDefinedMonitoringTemplates({
        compartmentId: compartmentId,
        displayName: definedMonitoringTemplateDisplayName,
        resourceTypes: definedMonitoringTemplateResourceTypes,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_defined_monitoring_templates = oci.StackMonitoring.get_defined_monitoring_templates(compartment_id=compartment_id,
        display_name=defined_monitoring_template_display_name,
        resource_types=defined_monitoring_template_resource_types)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/stackmonitoring"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := stackmonitoring.GetDefinedMonitoringTemplates(ctx, &stackmonitoring.GetDefinedMonitoringTemplatesArgs{
    			CompartmentId: compartmentId,
    			DisplayName:   pulumi.StringRef(definedMonitoringTemplateDisplayName),
    			ResourceTypes: definedMonitoringTemplateResourceTypes,
    		}, 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 testDefinedMonitoringTemplates = Oci.StackMonitoring.GetDefinedMonitoringTemplates.Invoke(new()
        {
            CompartmentId = compartmentId,
            DisplayName = definedMonitoringTemplateDisplayName,
            ResourceTypes = definedMonitoringTemplateResourceTypes,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.StackMonitoring.StackMonitoringFunctions;
    import com.pulumi.oci.StackMonitoring.inputs.GetDefinedMonitoringTemplatesArgs;
    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 testDefinedMonitoringTemplates = StackMonitoringFunctions.getDefinedMonitoringTemplates(GetDefinedMonitoringTemplatesArgs.builder()
                .compartmentId(compartmentId)
                .displayName(definedMonitoringTemplateDisplayName)
                .resourceTypes(definedMonitoringTemplateResourceTypes)
                .build());
    
        }
    }
    
    variables:
      testDefinedMonitoringTemplates:
        fn::invoke:
          function: oci:StackMonitoring:getDefinedMonitoringTemplates
          arguments:
            compartmentId: ${compartmentId}
            displayName: ${definedMonitoringTemplateDisplayName}
            resourceTypes: ${definedMonitoringTemplateResourceTypes}
    

    Using getDefinedMonitoringTemplates

    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 getDefinedMonitoringTemplates(args: GetDefinedMonitoringTemplatesArgs, opts?: InvokeOptions): Promise<GetDefinedMonitoringTemplatesResult>
    function getDefinedMonitoringTemplatesOutput(args: GetDefinedMonitoringTemplatesOutputArgs, opts?: InvokeOptions): Output<GetDefinedMonitoringTemplatesResult>
    def get_defined_monitoring_templates(compartment_id: Optional[str] = None,
                                         display_name: Optional[str] = None,
                                         filters: Optional[Sequence[_stackmonitoring.GetDefinedMonitoringTemplatesFilter]] = None,
                                         resource_types: Optional[Sequence[str]] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetDefinedMonitoringTemplatesResult
    def get_defined_monitoring_templates_output(compartment_id: Optional[pulumi.Input[str]] = None,
                                         display_name: Optional[pulumi.Input[str]] = None,
                                         filters: Optional[pulumi.Input[Sequence[pulumi.Input[_stackmonitoring.GetDefinedMonitoringTemplatesFilterArgs]]]] = None,
                                         resource_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetDefinedMonitoringTemplatesResult]
    func GetDefinedMonitoringTemplates(ctx *Context, args *GetDefinedMonitoringTemplatesArgs, opts ...InvokeOption) (*GetDefinedMonitoringTemplatesResult, error)
    func GetDefinedMonitoringTemplatesOutput(ctx *Context, args *GetDefinedMonitoringTemplatesOutputArgs, opts ...InvokeOption) GetDefinedMonitoringTemplatesResultOutput

    > Note: This function is named GetDefinedMonitoringTemplates in the Go SDK.

    public static class GetDefinedMonitoringTemplates 
    {
        public static Task<GetDefinedMonitoringTemplatesResult> InvokeAsync(GetDefinedMonitoringTemplatesArgs args, InvokeOptions? opts = null)
        public static Output<GetDefinedMonitoringTemplatesResult> Invoke(GetDefinedMonitoringTemplatesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDefinedMonitoringTemplatesResult> getDefinedMonitoringTemplates(GetDefinedMonitoringTemplatesArgs args, InvokeOptions options)
    public static Output<GetDefinedMonitoringTemplatesResult> getDefinedMonitoringTemplates(GetDefinedMonitoringTemplatesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:StackMonitoring/getDefinedMonitoringTemplates:getDefinedMonitoringTemplates
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CompartmentId string
    The OCID of the tenancy(root) for which defined monitored templates should be listed.
    DisplayName string
    A filter to return monitoring template based on name.
    Filters List<GetDefinedMonitoringTemplatesFilter>
    ResourceTypes List<string>
    Multiple resource types filter.
    CompartmentId string
    The OCID of the tenancy(root) for which defined monitored templates should be listed.
    DisplayName string
    A filter to return monitoring template based on name.
    Filters []GetDefinedMonitoringTemplatesFilter
    ResourceTypes []string
    Multiple resource types filter.
    compartmentId String
    The OCID of the tenancy(root) for which defined monitored templates should be listed.
    displayName String
    A filter to return monitoring template based on name.
    filters List<GetDefinedMonitoringTemplatesFilter>
    resourceTypes List<String>
    Multiple resource types filter.
    compartmentId string
    The OCID of the tenancy(root) for which defined monitored templates should be listed.
    displayName string
    A filter to return monitoring template based on name.
    filters GetDefinedMonitoringTemplatesFilter[]
    resourceTypes string[]
    Multiple resource types filter.
    compartment_id str
    The OCID of the tenancy(root) for which defined monitored templates should be listed.
    display_name str
    A filter to return monitoring template based on name.
    filters Sequence[stackmonitoring.GetDefinedMonitoringTemplatesFilter]
    resource_types Sequence[str]
    Multiple resource types filter.
    compartmentId String
    The OCID of the tenancy(root) for which defined monitored templates should be listed.
    displayName String
    A filter to return monitoring template based on name.
    filters List<Property Map>
    resourceTypes List<String>
    Multiple resource types filter.

    getDefinedMonitoringTemplates Result

    The following output properties are available:

    CompartmentId string
    DefinedMonitoringTemplateCollections List<GetDefinedMonitoringTemplatesDefinedMonitoringTemplateCollection>
    The list of defined_monitoring_template_collection.
    Id string
    The provider-assigned unique ID for this managed resource.
    DisplayName string
    The name of the definedMonitoringTemplate.
    Filters List<GetDefinedMonitoringTemplatesFilter>
    ResourceTypes List<string>
    CompartmentId string
    DefinedMonitoringTemplateCollections []GetDefinedMonitoringTemplatesDefinedMonitoringTemplateCollection
    The list of defined_monitoring_template_collection.
    Id string
    The provider-assigned unique ID for this managed resource.
    DisplayName string
    The name of the definedMonitoringTemplate.
    Filters []GetDefinedMonitoringTemplatesFilter
    ResourceTypes []string
    compartmentId String
    definedMonitoringTemplateCollections List<GetDefinedMonitoringTemplatesDefinedMonitoringTemplateCollection>
    The list of defined_monitoring_template_collection.
    id String
    The provider-assigned unique ID for this managed resource.
    displayName String
    The name of the definedMonitoringTemplate.
    filters List<GetDefinedMonitoringTemplatesFilter>
    resourceTypes List<String>
    compartmentId string
    definedMonitoringTemplateCollections GetDefinedMonitoringTemplatesDefinedMonitoringTemplateCollection[]
    The list of defined_monitoring_template_collection.
    id string
    The provider-assigned unique ID for this managed resource.
    displayName string
    The name of the definedMonitoringTemplate.
    filters GetDefinedMonitoringTemplatesFilter[]
    resourceTypes string[]
    compartment_id str
    defined_monitoring_template_collections Sequence[stackmonitoring.GetDefinedMonitoringTemplatesDefinedMonitoringTemplateCollection]
    The list of defined_monitoring_template_collection.
    id str
    The provider-assigned unique ID for this managed resource.
    display_name str
    The name of the definedMonitoringTemplate.
    filters Sequence[stackmonitoring.GetDefinedMonitoringTemplatesFilter]
    resource_types Sequence[str]
    compartmentId String
    definedMonitoringTemplateCollections List<Property Map>
    The list of defined_monitoring_template_collection.
    id String
    The provider-assigned unique ID for this managed resource.
    displayName String
    The name of the definedMonitoringTemplate.
    filters List<Property Map>
    resourceTypes List<String>

    Supporting Types

    GetDefinedMonitoringTemplatesDefinedMonitoringTemplateCollection

    items List<Property Map>
    List of defined Monitoring Template.

    GetDefinedMonitoringTemplatesDefinedMonitoringTemplateCollectionItem

    CompositeType string
    Type of composite resource type OCID like EBS/PEOPLE_SOFT.
    DefinedAlarmConditions List<GetDefinedMonitoringTemplatesDefinedMonitoringTemplateCollectionItemDefinedAlarmCondition>
    Defined Monitoring template alarm conditions
    DisplayName string
    A filter to return monitoring template based on name.
    Id string
    The OCID of the definedMonitoringTemplate.
    Namespace string
    The stack monitoring service or application emitting the metric that is evaluated by the alarm.
    ResourceType string
    The resource types OCID.
    SystemTags Dictionary<string, string>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The date and time the monitoringTemplate was created. Format defined by RFC3339.
    TimeUpdated string
    The date and time the monitoringTemplate was updated. Format defined by RFC3339.
    CompositeType string
    Type of composite resource type OCID like EBS/PEOPLE_SOFT.
    DefinedAlarmConditions []GetDefinedMonitoringTemplatesDefinedMonitoringTemplateCollectionItemDefinedAlarmCondition
    Defined Monitoring template alarm conditions
    DisplayName string
    A filter to return monitoring template based on name.
    Id string
    The OCID of the definedMonitoringTemplate.
    Namespace string
    The stack monitoring service or application emitting the metric that is evaluated by the alarm.
    ResourceType string
    The resource types OCID.
    SystemTags map[string]string
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The date and time the monitoringTemplate was created. Format defined by RFC3339.
    TimeUpdated string
    The date and time the monitoringTemplate was updated. Format defined by RFC3339.
    compositeType String
    Type of composite resource type OCID like EBS/PEOPLE_SOFT.
    definedAlarmConditions List<GetDefinedMonitoringTemplatesDefinedMonitoringTemplateCollectionItemDefinedAlarmCondition>
    Defined Monitoring template alarm conditions
    displayName String
    A filter to return monitoring template based on name.
    id String
    The OCID of the definedMonitoringTemplate.
    namespace String
    The stack monitoring service or application emitting the metric that is evaluated by the alarm.
    resourceType String
    The resource types OCID.
    systemTags Map<String,String>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The date and time the monitoringTemplate was created. Format defined by RFC3339.
    timeUpdated String
    The date and time the monitoringTemplate was updated. Format defined by RFC3339.
    compositeType string
    Type of composite resource type OCID like EBS/PEOPLE_SOFT.
    definedAlarmConditions GetDefinedMonitoringTemplatesDefinedMonitoringTemplateCollectionItemDefinedAlarmCondition[]
    Defined Monitoring template alarm conditions
    displayName string
    A filter to return monitoring template based on name.
    id string
    The OCID of the definedMonitoringTemplate.
    namespace string
    The stack monitoring service or application emitting the metric that is evaluated by the alarm.
    resourceType string
    The resource types OCID.
    systemTags {[key: string]: string}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    The date and time the monitoringTemplate was created. Format defined by RFC3339.
    timeUpdated string
    The date and time the monitoringTemplate was updated. Format defined by RFC3339.
    composite_type str
    Type of composite resource type OCID like EBS/PEOPLE_SOFT.
    defined_alarm_conditions Sequence[stackmonitoring.GetDefinedMonitoringTemplatesDefinedMonitoringTemplateCollectionItemDefinedAlarmCondition]
    Defined Monitoring template alarm conditions
    display_name str
    A filter to return monitoring template based on name.
    id str
    The OCID of the definedMonitoringTemplate.
    namespace str
    The stack monitoring service or application emitting the metric that is evaluated by the alarm.
    resource_type str
    The resource types OCID.
    system_tags Mapping[str, str]
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_created str
    The date and time the monitoringTemplate was created. Format defined by RFC3339.
    time_updated str
    The date and time the monitoringTemplate was updated. Format defined by RFC3339.
    compositeType String
    Type of composite resource type OCID like EBS/PEOPLE_SOFT.
    definedAlarmConditions List<Property Map>
    Defined Monitoring template alarm conditions
    displayName String
    A filter to return monitoring template based on name.
    id String
    The OCID of the definedMonitoringTemplate.
    namespace String
    The stack monitoring service or application emitting the metric that is evaluated by the alarm.
    resourceType String
    The resource types OCID.
    systemTags Map<String>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The date and time the monitoringTemplate was created. Format defined by RFC3339.
    timeUpdated String
    The date and time the monitoringTemplate was updated. Format defined by RFC3339.

    GetDefinedMonitoringTemplatesDefinedMonitoringTemplateCollectionItemDefinedAlarmCondition

    ConditionType string
    Type of defined monitoring template.
    Conditions List<GetDefinedMonitoringTemplatesDefinedMonitoringTemplateCollectionItemDefinedAlarmConditionCondition>
    Monitoring template conditions.
    MetricName string
    The metric name.
    ConditionType string
    Type of defined monitoring template.
    Conditions []GetDefinedMonitoringTemplatesDefinedMonitoringTemplateCollectionItemDefinedAlarmConditionCondition
    Monitoring template conditions.
    MetricName string
    The metric name.
    conditionType String
    Type of defined monitoring template.
    conditions List<GetDefinedMonitoringTemplatesDefinedMonitoringTemplateCollectionItemDefinedAlarmConditionCondition>
    Monitoring template conditions.
    metricName String
    The metric name.
    conditionType string
    Type of defined monitoring template.
    conditions GetDefinedMonitoringTemplatesDefinedMonitoringTemplateCollectionItemDefinedAlarmConditionCondition[]
    Monitoring template conditions.
    metricName string
    The metric name.
    conditionType String
    Type of defined monitoring template.
    conditions List<Property Map>
    Monitoring template conditions.
    metricName String
    The metric name.

    GetDefinedMonitoringTemplatesDefinedMonitoringTemplateCollectionItemDefinedAlarmConditionCondition

    Body string
    The human-readable content of the delivered alarm notification. Oracle recommends providing guidance to operators for resolving the alarm condition. Consider adding links to standard runbook practices. Avoid entering confidential information.
    Query string
    The Monitoring Query Language (MQL) expression to evaluate for the alarm.
    Severity string
    Severity - Critical/Warning
    ShouldAppendNote bool
    Whether the note need to add into bottom of the body for mapping the alarms information with template or not.
    ShouldAppendUrl bool
    Whether the URL need to add into bottom of the body for mapping the alarms information with template or not.
    TriggerDelay string
    The period of time that the condition defined in the alarm must persist before the alarm state changes from "OK" to "FIRING".
    Body string
    The human-readable content of the delivered alarm notification. Oracle recommends providing guidance to operators for resolving the alarm condition. Consider adding links to standard runbook practices. Avoid entering confidential information.
    Query string
    The Monitoring Query Language (MQL) expression to evaluate for the alarm.
    Severity string
    Severity - Critical/Warning
    ShouldAppendNote bool
    Whether the note need to add into bottom of the body for mapping the alarms information with template or not.
    ShouldAppendUrl bool
    Whether the URL need to add into bottom of the body for mapping the alarms information with template or not.
    TriggerDelay string
    The period of time that the condition defined in the alarm must persist before the alarm state changes from "OK" to "FIRING".
    body String
    The human-readable content of the delivered alarm notification. Oracle recommends providing guidance to operators for resolving the alarm condition. Consider adding links to standard runbook practices. Avoid entering confidential information.
    query String
    The Monitoring Query Language (MQL) expression to evaluate for the alarm.
    severity String
    Severity - Critical/Warning
    shouldAppendNote Boolean
    Whether the note need to add into bottom of the body for mapping the alarms information with template or not.
    shouldAppendUrl Boolean
    Whether the URL need to add into bottom of the body for mapping the alarms information with template or not.
    triggerDelay String
    The period of time that the condition defined in the alarm must persist before the alarm state changes from "OK" to "FIRING".
    body string
    The human-readable content of the delivered alarm notification. Oracle recommends providing guidance to operators for resolving the alarm condition. Consider adding links to standard runbook practices. Avoid entering confidential information.
    query string
    The Monitoring Query Language (MQL) expression to evaluate for the alarm.
    severity string
    Severity - Critical/Warning
    shouldAppendNote boolean
    Whether the note need to add into bottom of the body for mapping the alarms information with template or not.
    shouldAppendUrl boolean
    Whether the URL need to add into bottom of the body for mapping the alarms information with template or not.
    triggerDelay string
    The period of time that the condition defined in the alarm must persist before the alarm state changes from "OK" to "FIRING".
    body str
    The human-readable content of the delivered alarm notification. Oracle recommends providing guidance to operators for resolving the alarm condition. Consider adding links to standard runbook practices. Avoid entering confidential information.
    query str
    The Monitoring Query Language (MQL) expression to evaluate for the alarm.
    severity str
    Severity - Critical/Warning
    should_append_note bool
    Whether the note need to add into bottom of the body for mapping the alarms information with template or not.
    should_append_url bool
    Whether the URL need to add into bottom of the body for mapping the alarms information with template or not.
    trigger_delay str
    The period of time that the condition defined in the alarm must persist before the alarm state changes from "OK" to "FIRING".
    body String
    The human-readable content of the delivered alarm notification. Oracle recommends providing guidance to operators for resolving the alarm condition. Consider adding links to standard runbook practices. Avoid entering confidential information.
    query String
    The Monitoring Query Language (MQL) expression to evaluate for the alarm.
    severity String
    Severity - Critical/Warning
    shouldAppendNote Boolean
    Whether the note need to add into bottom of the body for mapping the alarms information with template or not.
    shouldAppendUrl Boolean
    Whether the URL need to add into bottom of the body for mapping the alarms information with template or not.
    triggerDelay String
    The period of time that the condition defined in the alarm must persist before the alarm state changes from "OK" to "FIRING".

    GetDefinedMonitoringTemplatesFilter

    Name string
    Values List<string>
    Regex bool
    Name string
    Values []string
    Regex bool
    name String
    values List<String>
    regex Boolean
    name string
    values string[]
    regex boolean
    name str
    values Sequence[str]
    regex bool
    name String
    values List<String>
    regex Boolean

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v2.27.0 published on Thursday, Mar 20, 2025 by Pulumi