1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. StackMonitoring
  5. getMonitoredResourceTask
Oracle Cloud Infrastructure v2.32.0 published on Thursday, Apr 24, 2025 by Pulumi

oci.StackMonitoring.getMonitoredResourceTask

Explore with Pulumi AI

Oracle Cloud Infrastructure v2.32.0 published on Thursday, Apr 24, 2025 by Pulumi

This data source provides details about a specific Monitored Resource Task resource in Oracle Cloud Infrastructure Stack Monitoring service.

Gets stack monitoring resource task details by identifier OCID.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";

const testMonitoredResourceTask = oci.StackMonitoring.getMonitoredResourceTask({
    monitoredResourceTaskId: testMonitoredResourceTaskOciStackMonitoringMonitoredResourceTask.id,
});
Copy
import pulumi
import pulumi_oci as oci

test_monitored_resource_task = oci.StackMonitoring.get_monitored_resource_task(monitored_resource_task_id=test_monitored_resource_task_oci_stack_monitoring_monitored_resource_task["id"])
Copy
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.GetMonitoredResourceTask(ctx, &stackmonitoring.GetMonitoredResourceTaskArgs{
			MonitoredResourceTaskId: testMonitoredResourceTaskOciStackMonitoringMonitoredResourceTask.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;

return await Deployment.RunAsync(() => 
{
    var testMonitoredResourceTask = Oci.StackMonitoring.GetMonitoredResourceTask.Invoke(new()
    {
        MonitoredResourceTaskId = testMonitoredResourceTaskOciStackMonitoringMonitoredResourceTask.Id,
    });

});
Copy
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.GetMonitoredResourceTaskArgs;
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 testMonitoredResourceTask = StackMonitoringFunctions.getMonitoredResourceTask(GetMonitoredResourceTaskArgs.builder()
            .monitoredResourceTaskId(testMonitoredResourceTaskOciStackMonitoringMonitoredResourceTask.id())
            .build());

    }
}
Copy
variables:
  testMonitoredResourceTask:
    fn::invoke:
      function: oci:StackMonitoring:getMonitoredResourceTask
      arguments:
        monitoredResourceTaskId: ${testMonitoredResourceTaskOciStackMonitoringMonitoredResourceTask.id}
Copy

Using getMonitoredResourceTask

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 getMonitoredResourceTask(args: GetMonitoredResourceTaskArgs, opts?: InvokeOptions): Promise<GetMonitoredResourceTaskResult>
function getMonitoredResourceTaskOutput(args: GetMonitoredResourceTaskOutputArgs, opts?: InvokeOptions): Output<GetMonitoredResourceTaskResult>
Copy
def get_monitored_resource_task(monitored_resource_task_id: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetMonitoredResourceTaskResult
def get_monitored_resource_task_output(monitored_resource_task_id: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetMonitoredResourceTaskResult]
Copy
func GetMonitoredResourceTask(ctx *Context, args *GetMonitoredResourceTaskArgs, opts ...InvokeOption) (*GetMonitoredResourceTaskResult, error)
func GetMonitoredResourceTaskOutput(ctx *Context, args *GetMonitoredResourceTaskOutputArgs, opts ...InvokeOption) GetMonitoredResourceTaskResultOutput
Copy

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

public static class GetMonitoredResourceTask 
{
    public static Task<GetMonitoredResourceTaskResult> InvokeAsync(GetMonitoredResourceTaskArgs args, InvokeOptions? opts = null)
    public static Output<GetMonitoredResourceTaskResult> Invoke(GetMonitoredResourceTaskInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetMonitoredResourceTaskResult> getMonitoredResourceTask(GetMonitoredResourceTaskArgs args, InvokeOptions options)
public static Output<GetMonitoredResourceTaskResult> getMonitoredResourceTask(GetMonitoredResourceTaskArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: oci:StackMonitoring/getMonitoredResourceTask:getMonitoredResourceTask
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

MonitoredResourceTaskId This property is required. string
The OCID of stack monitoring resource task.
MonitoredResourceTaskId This property is required. string
The OCID of stack monitoring resource task.
monitoredResourceTaskId This property is required. String
The OCID of stack monitoring resource task.
monitoredResourceTaskId This property is required. string
The OCID of stack monitoring resource task.
monitored_resource_task_id This property is required. str
The OCID of stack monitoring resource task.
monitoredResourceTaskId This property is required. String
The OCID of stack monitoring resource task.

getMonitoredResourceTask Result

The following output properties are available:

CompartmentId string
The OCID of the compartment identifier.
DefinedTags Dictionary<string, string>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
FreeformTags 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
Task identifier OCID.
MonitoredResourceTaskId string
Name string
Property name.
State string
The current state of the stack monitoring resource task.
SystemTags Dictionary<string, string>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
TaskDetails List<GetMonitoredResourceTaskTaskDetail>
The request details for the performing the task.
TenantId string
The OCID of the tenancy.
TimeCreated string
The date and time when the stack monitoring resource task was created, expressed in RFC 3339 timestamp format.
TimeUpdated string
The date and time when the stack monitoring resource task was last updated, expressed in RFC 3339 timestamp format.
Type string
Type of the task.
WorkRequestIds List<string>
Identifiers OCID for work requests submitted for this task.
CompartmentId string
The OCID of the compartment identifier.
DefinedTags map[string]string
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
FreeformTags 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
Task identifier OCID.
MonitoredResourceTaskId string
Name string
Property name.
State string
The current state of the stack monitoring resource task.
SystemTags map[string]string
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
TaskDetails []GetMonitoredResourceTaskTaskDetail
The request details for the performing the task.
TenantId string
The OCID of the tenancy.
TimeCreated string
The date and time when the stack monitoring resource task was created, expressed in RFC 3339 timestamp format.
TimeUpdated string
The date and time when the stack monitoring resource task was last updated, expressed in RFC 3339 timestamp format.
Type string
Type of the task.
WorkRequestIds []string
Identifiers OCID for work requests submitted for this task.
compartmentId String
The OCID of the compartment identifier.
definedTags Map<String,String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
freeformTags 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
Task identifier OCID.
monitoredResourceTaskId String
name String
Property name.
state String
The current state of the stack monitoring resource task.
systemTags Map<String,String>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
taskDetails List<GetMonitoredResourceTaskTaskDetail>
The request details for the performing the task.
tenantId String
The OCID of the tenancy.
timeCreated String
The date and time when the stack monitoring resource task was created, expressed in RFC 3339 timestamp format.
timeUpdated String
The date and time when the stack monitoring resource task was last updated, expressed in RFC 3339 timestamp format.
type String
Type of the task.
workRequestIds List<String>
Identifiers OCID for work requests submitted for this task.
compartmentId string
The OCID of the compartment identifier.
definedTags {[key: string]: string}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
freeformTags {[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
Task identifier OCID.
monitoredResourceTaskId string
name string
Property name.
state string
The current state of the stack monitoring resource task.
systemTags {[key: string]: string}
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
taskDetails GetMonitoredResourceTaskTaskDetail[]
The request details for the performing the task.
tenantId string
The OCID of the tenancy.
timeCreated string
The date and time when the stack monitoring resource task was created, expressed in RFC 3339 timestamp format.
timeUpdated string
The date and time when the stack monitoring resource task was last updated, expressed in RFC 3339 timestamp format.
type string
Type of the task.
workRequestIds string[]
Identifiers OCID for work requests submitted for this task.
compartment_id str
The OCID of the compartment identifier.
defined_tags Mapping[str, str]
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
freeform_tags 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
Task identifier OCID.
monitored_resource_task_id str
name str
Property name.
state str
The current state of the stack monitoring resource task.
system_tags Mapping[str, str]
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
task_details Sequence[stackmonitoring.GetMonitoredResourceTaskTaskDetail]
The request details for the performing the task.
tenant_id str
The OCID of the tenancy.
time_created str
The date and time when the stack monitoring resource task was created, expressed in RFC 3339 timestamp format.
time_updated str
The date and time when the stack monitoring resource task was last updated, expressed in RFC 3339 timestamp format.
type str
Type of the task.
work_request_ids Sequence[str]
Identifiers OCID for work requests submitted for this task.
compartmentId String
The OCID of the compartment identifier.
definedTags Map<String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
freeformTags 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
Task identifier OCID.
monitoredResourceTaskId String
name String
Property name.
state String
The current state of the stack monitoring resource task.
systemTags Map<String>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
taskDetails List<Property Map>
The request details for the performing the task.
tenantId String
The OCID of the tenancy.
timeCreated String
The date and time when the stack monitoring resource task was created, expressed in RFC 3339 timestamp format.
timeUpdated String
The date and time when the stack monitoring resource task was last updated, expressed in RFC 3339 timestamp format.
type String
Type of the task.
workRequestIds List<String>
Identifiers OCID for work requests submitted for this task.

Supporting Types

GetMonitoredResourceTaskTaskDetail

AgentId This property is required. string
Management Agent Identifier OCID.
AvailabilityProxyMetricCollectionInterval This property is required. int
Metrics collection interval in seconds used when calculating the availability of the resource based on metrics specified using the property 'availabilityProxyMetrics'.
AvailabilityProxyMetrics This property is required. List<string>
List of metrics to be used to calculate the availability of the resource. Resource is considered to be up if at least one of the specified metrics is available for the resource during the specified interval using the property 'availabilityProxyMetricCollectionInterval'. If no metrics are specified, availability will not be calculated for the resource.
ConsolePathPrefix This property is required. string
The console path prefix to use for providing service home url page navigation. For example if the prefix provided is 'security/bastion/bastions', the URL used for navigation will be https:///security/bastion/bastions/. If not provided, service home page link will not be shown in the stack monitoring home page.
ExternalIdMapping This property is required. string
The external resource identifier property in the metric dimensions. Resources imported will be using this property value for external id.
HandlerType This property is required. string
Type of the handler.
IsEnable This property is required. bool
True to enable the receiver and false to disable the receiver on the agent.
LifecycleStatusMappingsForUpStatuses This property is required. List<string>
Lifecycle states of the external resource which reflects the status of the resource being up.
Namespace This property is required. string
Name space to be used for Oracle Cloud Infrastructure Native service resources' import.
ReceiverProperties This property is required. List<GetMonitoredResourceTaskTaskDetailReceiverProperty>
Properties for agent receiver.
ResourceGroup This property is required. string
The resource group to use while fetching metrics from telemetry. If not specified, resource group will be skipped in the list metrics request.
ResourceNameFilter This property is required. string
The resource name filter. Resources matching with the resource name filter will be imported. Regular expressions will be accepted.
ResourceNameMapping This property is required. string
The resource name property in the metric dimensions. Resources imported will be using this property value for resource name.
ResourceTypeFilter This property is required. string
The resource type filter. Resources matching with the resource type filter will be imported. Regular expressions will be accepted.
ResourceTypeMapping This property is required. string
The resource type property in the metric dimensions. Resources imported will be using this property value for resource type. If not specified, namespace will be used for resource type.
ResourceTypesConfigurations This property is required. List<GetMonitoredResourceTaskTaskDetailResourceTypesConfiguration>
A collection of resource type configuration details. User can provide availability proxy metrics list for resource types along with the telegraf/collectd handler configuration for the resource types.
ServiceBaseUrl This property is required. string
The base URL of the Oracle Cloud Infrastructure service to which the resource belongs to. Also this property is applicable only when source is OCI_TELEMETRY_NATIVE.
ShouldUseMetricsFlowForStatus This property is required. bool
Flag to indicate whether status is calculated using metrics or LifeCycleState attribute of the resource in Oracle Cloud Infrastructure service.
Source This property is required. string
Source from where the metrics pushed to telemetry. Possible values:

  • OCI_TELEMETRY_NATIVE - The metrics are pushed to telemetry from Oracle Cloud Infrastructure Native Services.
  • OCI_TELEMETRY_PROMETHEUS - The metrics are pushed to telemetry from Prometheus.
  • OCI_TELEMETRY_TELEGRAF - The metrics are pushed to telemetry from Telegraf receiver.
  • OCI_TELEMETRY_COLLECTD - The metrics are pushed to telemetry from CollectD receiver.
Type This property is required. string
Type of the task.
AgentId This property is required. string
Management Agent Identifier OCID.
AvailabilityProxyMetricCollectionInterval This property is required. int
Metrics collection interval in seconds used when calculating the availability of the resource based on metrics specified using the property 'availabilityProxyMetrics'.
AvailabilityProxyMetrics This property is required. []string
List of metrics to be used to calculate the availability of the resource. Resource is considered to be up if at least one of the specified metrics is available for the resource during the specified interval using the property 'availabilityProxyMetricCollectionInterval'. If no metrics are specified, availability will not be calculated for the resource.
ConsolePathPrefix This property is required. string
The console path prefix to use for providing service home url page navigation. For example if the prefix provided is 'security/bastion/bastions', the URL used for navigation will be https:///security/bastion/bastions/. If not provided, service home page link will not be shown in the stack monitoring home page.
ExternalIdMapping This property is required. string
The external resource identifier property in the metric dimensions. Resources imported will be using this property value for external id.
HandlerType This property is required. string
Type of the handler.
IsEnable This property is required. bool
True to enable the receiver and false to disable the receiver on the agent.
LifecycleStatusMappingsForUpStatuses This property is required. []string
Lifecycle states of the external resource which reflects the status of the resource being up.
Namespace This property is required. string
Name space to be used for Oracle Cloud Infrastructure Native service resources' import.
ReceiverProperties This property is required. []GetMonitoredResourceTaskTaskDetailReceiverProperty
Properties for agent receiver.
ResourceGroup This property is required. string
The resource group to use while fetching metrics from telemetry. If not specified, resource group will be skipped in the list metrics request.
ResourceNameFilter This property is required. string
The resource name filter. Resources matching with the resource name filter will be imported. Regular expressions will be accepted.
ResourceNameMapping This property is required. string
The resource name property in the metric dimensions. Resources imported will be using this property value for resource name.
ResourceTypeFilter This property is required. string
The resource type filter. Resources matching with the resource type filter will be imported. Regular expressions will be accepted.
ResourceTypeMapping This property is required. string
The resource type property in the metric dimensions. Resources imported will be using this property value for resource type. If not specified, namespace will be used for resource type.
ResourceTypesConfigurations This property is required. []GetMonitoredResourceTaskTaskDetailResourceTypesConfiguration
A collection of resource type configuration details. User can provide availability proxy metrics list for resource types along with the telegraf/collectd handler configuration for the resource types.
ServiceBaseUrl This property is required. string
The base URL of the Oracle Cloud Infrastructure service to which the resource belongs to. Also this property is applicable only when source is OCI_TELEMETRY_NATIVE.
ShouldUseMetricsFlowForStatus This property is required. bool
Flag to indicate whether status is calculated using metrics or LifeCycleState attribute of the resource in Oracle Cloud Infrastructure service.
Source This property is required. string
Source from where the metrics pushed to telemetry. Possible values:

  • OCI_TELEMETRY_NATIVE - The metrics are pushed to telemetry from Oracle Cloud Infrastructure Native Services.
  • OCI_TELEMETRY_PROMETHEUS - The metrics are pushed to telemetry from Prometheus.
  • OCI_TELEMETRY_TELEGRAF - The metrics are pushed to telemetry from Telegraf receiver.
  • OCI_TELEMETRY_COLLECTD - The metrics are pushed to telemetry from CollectD receiver.
Type This property is required. string
Type of the task.
agentId This property is required. String
Management Agent Identifier OCID.
availabilityProxyMetricCollectionInterval This property is required. Integer
Metrics collection interval in seconds used when calculating the availability of the resource based on metrics specified using the property 'availabilityProxyMetrics'.
availabilityProxyMetrics This property is required. List<String>
List of metrics to be used to calculate the availability of the resource. Resource is considered to be up if at least one of the specified metrics is available for the resource during the specified interval using the property 'availabilityProxyMetricCollectionInterval'. If no metrics are specified, availability will not be calculated for the resource.
consolePathPrefix This property is required. String
The console path prefix to use for providing service home url page navigation. For example if the prefix provided is 'security/bastion/bastions', the URL used for navigation will be https:///security/bastion/bastions/. If not provided, service home page link will not be shown in the stack monitoring home page.
externalIdMapping This property is required. String
The external resource identifier property in the metric dimensions. Resources imported will be using this property value for external id.
handlerType This property is required. String
Type of the handler.
isEnable This property is required. Boolean
True to enable the receiver and false to disable the receiver on the agent.
lifecycleStatusMappingsForUpStatuses This property is required. List<String>
Lifecycle states of the external resource which reflects the status of the resource being up.
namespace This property is required. String
Name space to be used for Oracle Cloud Infrastructure Native service resources' import.
receiverProperties This property is required. List<GetMonitoredResourceTaskTaskDetailReceiverProperty>
Properties for agent receiver.
resourceGroup This property is required. String
The resource group to use while fetching metrics from telemetry. If not specified, resource group will be skipped in the list metrics request.
resourceNameFilter This property is required. String
The resource name filter. Resources matching with the resource name filter will be imported. Regular expressions will be accepted.
resourceNameMapping This property is required. String
The resource name property in the metric dimensions. Resources imported will be using this property value for resource name.
resourceTypeFilter This property is required. String
The resource type filter. Resources matching with the resource type filter will be imported. Regular expressions will be accepted.
resourceTypeMapping This property is required. String
The resource type property in the metric dimensions. Resources imported will be using this property value for resource type. If not specified, namespace will be used for resource type.
resourceTypesConfigurations This property is required. List<GetMonitoredResourceTaskTaskDetailResourceTypesConfiguration>
A collection of resource type configuration details. User can provide availability proxy metrics list for resource types along with the telegraf/collectd handler configuration for the resource types.
serviceBaseUrl This property is required. String
The base URL of the Oracle Cloud Infrastructure service to which the resource belongs to. Also this property is applicable only when source is OCI_TELEMETRY_NATIVE.
shouldUseMetricsFlowForStatus This property is required. Boolean
Flag to indicate whether status is calculated using metrics or LifeCycleState attribute of the resource in Oracle Cloud Infrastructure service.
source This property is required. String
Source from where the metrics pushed to telemetry. Possible values:

  • OCI_TELEMETRY_NATIVE - The metrics are pushed to telemetry from Oracle Cloud Infrastructure Native Services.
  • OCI_TELEMETRY_PROMETHEUS - The metrics are pushed to telemetry from Prometheus.
  • OCI_TELEMETRY_TELEGRAF - The metrics are pushed to telemetry from Telegraf receiver.
  • OCI_TELEMETRY_COLLECTD - The metrics are pushed to telemetry from CollectD receiver.
type This property is required. String
Type of the task.
agentId This property is required. string
Management Agent Identifier OCID.
availabilityProxyMetricCollectionInterval This property is required. number
Metrics collection interval in seconds used when calculating the availability of the resource based on metrics specified using the property 'availabilityProxyMetrics'.
availabilityProxyMetrics This property is required. string[]
List of metrics to be used to calculate the availability of the resource. Resource is considered to be up if at least one of the specified metrics is available for the resource during the specified interval using the property 'availabilityProxyMetricCollectionInterval'. If no metrics are specified, availability will not be calculated for the resource.
consolePathPrefix This property is required. string
The console path prefix to use for providing service home url page navigation. For example if the prefix provided is 'security/bastion/bastions', the URL used for navigation will be https:///security/bastion/bastions/. If not provided, service home page link will not be shown in the stack monitoring home page.
externalIdMapping This property is required. string
The external resource identifier property in the metric dimensions. Resources imported will be using this property value for external id.
handlerType This property is required. string
Type of the handler.
isEnable This property is required. boolean
True to enable the receiver and false to disable the receiver on the agent.
lifecycleStatusMappingsForUpStatuses This property is required. string[]
Lifecycle states of the external resource which reflects the status of the resource being up.
namespace This property is required. string
Name space to be used for Oracle Cloud Infrastructure Native service resources' import.
receiverProperties This property is required. GetMonitoredResourceTaskTaskDetailReceiverProperty[]
Properties for agent receiver.
resourceGroup This property is required. string
The resource group to use while fetching metrics from telemetry. If not specified, resource group will be skipped in the list metrics request.
resourceNameFilter This property is required. string
The resource name filter. Resources matching with the resource name filter will be imported. Regular expressions will be accepted.
resourceNameMapping This property is required. string
The resource name property in the metric dimensions. Resources imported will be using this property value for resource name.
resourceTypeFilter This property is required. string
The resource type filter. Resources matching with the resource type filter will be imported. Regular expressions will be accepted.
resourceTypeMapping This property is required. string
The resource type property in the metric dimensions. Resources imported will be using this property value for resource type. If not specified, namespace will be used for resource type.
resourceTypesConfigurations This property is required. GetMonitoredResourceTaskTaskDetailResourceTypesConfiguration[]
A collection of resource type configuration details. User can provide availability proxy metrics list for resource types along with the telegraf/collectd handler configuration for the resource types.
serviceBaseUrl This property is required. string
The base URL of the Oracle Cloud Infrastructure service to which the resource belongs to. Also this property is applicable only when source is OCI_TELEMETRY_NATIVE.
shouldUseMetricsFlowForStatus This property is required. boolean
Flag to indicate whether status is calculated using metrics or LifeCycleState attribute of the resource in Oracle Cloud Infrastructure service.
source This property is required. string
Source from where the metrics pushed to telemetry. Possible values:

  • OCI_TELEMETRY_NATIVE - The metrics are pushed to telemetry from Oracle Cloud Infrastructure Native Services.
  • OCI_TELEMETRY_PROMETHEUS - The metrics are pushed to telemetry from Prometheus.
  • OCI_TELEMETRY_TELEGRAF - The metrics are pushed to telemetry from Telegraf receiver.
  • OCI_TELEMETRY_COLLECTD - The metrics are pushed to telemetry from CollectD receiver.
type This property is required. string
Type of the task.
agent_id This property is required. str
Management Agent Identifier OCID.
availability_proxy_metric_collection_interval This property is required. int
Metrics collection interval in seconds used when calculating the availability of the resource based on metrics specified using the property 'availabilityProxyMetrics'.
availability_proxy_metrics This property is required. Sequence[str]
List of metrics to be used to calculate the availability of the resource. Resource is considered to be up if at least one of the specified metrics is available for the resource during the specified interval using the property 'availabilityProxyMetricCollectionInterval'. If no metrics are specified, availability will not be calculated for the resource.
console_path_prefix This property is required. str
The console path prefix to use for providing service home url page navigation. For example if the prefix provided is 'security/bastion/bastions', the URL used for navigation will be https:///security/bastion/bastions/. If not provided, service home page link will not be shown in the stack monitoring home page.
external_id_mapping This property is required. str
The external resource identifier property in the metric dimensions. Resources imported will be using this property value for external id.
handler_type This property is required. str
Type of the handler.
is_enable This property is required. bool
True to enable the receiver and false to disable the receiver on the agent.
lifecycle_status_mappings_for_up_statuses This property is required. Sequence[str]
Lifecycle states of the external resource which reflects the status of the resource being up.
namespace This property is required. str
Name space to be used for Oracle Cloud Infrastructure Native service resources' import.
receiver_properties This property is required. Sequence[stackmonitoring.GetMonitoredResourceTaskTaskDetailReceiverProperty]
Properties for agent receiver.
resource_group This property is required. str
The resource group to use while fetching metrics from telemetry. If not specified, resource group will be skipped in the list metrics request.
resource_name_filter This property is required. str
The resource name filter. Resources matching with the resource name filter will be imported. Regular expressions will be accepted.
resource_name_mapping This property is required. str
The resource name property in the metric dimensions. Resources imported will be using this property value for resource name.
resource_type_filter This property is required. str
The resource type filter. Resources matching with the resource type filter will be imported. Regular expressions will be accepted.
resource_type_mapping This property is required. str
The resource type property in the metric dimensions. Resources imported will be using this property value for resource type. If not specified, namespace will be used for resource type.
resource_types_configurations This property is required. Sequence[stackmonitoring.GetMonitoredResourceTaskTaskDetailResourceTypesConfiguration]
A collection of resource type configuration details. User can provide availability proxy metrics list for resource types along with the telegraf/collectd handler configuration for the resource types.
service_base_url This property is required. str
The base URL of the Oracle Cloud Infrastructure service to which the resource belongs to. Also this property is applicable only when source is OCI_TELEMETRY_NATIVE.
should_use_metrics_flow_for_status This property is required. bool
Flag to indicate whether status is calculated using metrics or LifeCycleState attribute of the resource in Oracle Cloud Infrastructure service.
source This property is required. str
Source from where the metrics pushed to telemetry. Possible values:

  • OCI_TELEMETRY_NATIVE - The metrics are pushed to telemetry from Oracle Cloud Infrastructure Native Services.
  • OCI_TELEMETRY_PROMETHEUS - The metrics are pushed to telemetry from Prometheus.
  • OCI_TELEMETRY_TELEGRAF - The metrics are pushed to telemetry from Telegraf receiver.
  • OCI_TELEMETRY_COLLECTD - The metrics are pushed to telemetry from CollectD receiver.
type This property is required. str
Type of the task.
agentId This property is required. String
Management Agent Identifier OCID.
availabilityProxyMetricCollectionInterval This property is required. Number
Metrics collection interval in seconds used when calculating the availability of the resource based on metrics specified using the property 'availabilityProxyMetrics'.
availabilityProxyMetrics This property is required. List<String>
List of metrics to be used to calculate the availability of the resource. Resource is considered to be up if at least one of the specified metrics is available for the resource during the specified interval using the property 'availabilityProxyMetricCollectionInterval'. If no metrics are specified, availability will not be calculated for the resource.
consolePathPrefix This property is required. String
The console path prefix to use for providing service home url page navigation. For example if the prefix provided is 'security/bastion/bastions', the URL used for navigation will be https:///security/bastion/bastions/. If not provided, service home page link will not be shown in the stack monitoring home page.
externalIdMapping This property is required. String
The external resource identifier property in the metric dimensions. Resources imported will be using this property value for external id.
handlerType This property is required. String
Type of the handler.
isEnable This property is required. Boolean
True to enable the receiver and false to disable the receiver on the agent.
lifecycleStatusMappingsForUpStatuses This property is required. List<String>
Lifecycle states of the external resource which reflects the status of the resource being up.
namespace This property is required. String
Name space to be used for Oracle Cloud Infrastructure Native service resources' import.
receiverProperties This property is required. List<Property Map>
Properties for agent receiver.
resourceGroup This property is required. String
The resource group to use while fetching metrics from telemetry. If not specified, resource group will be skipped in the list metrics request.
resourceNameFilter This property is required. String
The resource name filter. Resources matching with the resource name filter will be imported. Regular expressions will be accepted.
resourceNameMapping This property is required. String
The resource name property in the metric dimensions. Resources imported will be using this property value for resource name.
resourceTypeFilter This property is required. String
The resource type filter. Resources matching with the resource type filter will be imported. Regular expressions will be accepted.
resourceTypeMapping This property is required. String
The resource type property in the metric dimensions. Resources imported will be using this property value for resource type. If not specified, namespace will be used for resource type.
resourceTypesConfigurations This property is required. List<Property Map>
A collection of resource type configuration details. User can provide availability proxy metrics list for resource types along with the telegraf/collectd handler configuration for the resource types.
serviceBaseUrl This property is required. String
The base URL of the Oracle Cloud Infrastructure service to which the resource belongs to. Also this property is applicable only when source is OCI_TELEMETRY_NATIVE.
shouldUseMetricsFlowForStatus This property is required. Boolean
Flag to indicate whether status is calculated using metrics or LifeCycleState attribute of the resource in Oracle Cloud Infrastructure service.
source This property is required. String
Source from where the metrics pushed to telemetry. Possible values:

  • OCI_TELEMETRY_NATIVE - The metrics are pushed to telemetry from Oracle Cloud Infrastructure Native Services.
  • OCI_TELEMETRY_PROMETHEUS - The metrics are pushed to telemetry from Prometheus.
  • OCI_TELEMETRY_TELEGRAF - The metrics are pushed to telemetry from Telegraf receiver.
  • OCI_TELEMETRY_COLLECTD - The metrics are pushed to telemetry from CollectD receiver.
type This property is required. String
Type of the task.

GetMonitoredResourceTaskTaskDetailReceiverProperty

ListenerPort This property is required. int
Receiver listener port.
ListenerPort This property is required. int
Receiver listener port.
listenerPort This property is required. Integer
Receiver listener port.
listenerPort This property is required. number
Receiver listener port.
listener_port This property is required. int
Receiver listener port.
listenerPort This property is required. Number
Receiver listener port.

GetMonitoredResourceTaskTaskDetailResourceTypesConfiguration

AvailabilityMetricsConfigs This property is required. List<GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationAvailabilityMetricsConfig>
Availability metrics details.
HandlerConfigs This property is required. List<GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationHandlerConfig>
Specific resource mapping configurations for Agent Extension Handlers.
ResourceType This property is required. string
Resource type.
AvailabilityMetricsConfigs This property is required. []GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationAvailabilityMetricsConfig
Availability metrics details.
HandlerConfigs This property is required. []GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationHandlerConfig
Specific resource mapping configurations for Agent Extension Handlers.
ResourceType This property is required. string
Resource type.
availabilityMetricsConfigs This property is required. List<GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationAvailabilityMetricsConfig>
Availability metrics details.
handlerConfigs This property is required. List<GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationHandlerConfig>
Specific resource mapping configurations for Agent Extension Handlers.
resourceType This property is required. String
Resource type.
availabilityMetricsConfigs This property is required. GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationAvailabilityMetricsConfig[]
Availability metrics details.
handlerConfigs This property is required. GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationHandlerConfig[]
Specific resource mapping configurations for Agent Extension Handlers.
resourceType This property is required. string
Resource type.
availability_metrics_configs This property is required. Sequence[stackmonitoring.GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationAvailabilityMetricsConfig]
Availability metrics details.
handler_configs This property is required. Sequence[stackmonitoring.GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationHandlerConfig]
Specific resource mapping configurations for Agent Extension Handlers.
resource_type This property is required. str
Resource type.
availabilityMetricsConfigs This property is required. List<Property Map>
Availability metrics details.
handlerConfigs This property is required. List<Property Map>
Specific resource mapping configurations for Agent Extension Handlers.
resourceType This property is required. String
Resource type.

GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationAvailabilityMetricsConfig

CollectionIntervalInSeconds This property is required. int
Availability metric collection internal in seconds.
Metrics This property is required. List<string>
List of metrics used for availability calculation for the resource.
CollectionIntervalInSeconds This property is required. int
Availability metric collection internal in seconds.
Metrics This property is required. []string
List of metrics used for availability calculation for the resource.
collectionIntervalInSeconds This property is required. Integer
Availability metric collection internal in seconds.
metrics This property is required. List<String>
List of metrics used for availability calculation for the resource.
collectionIntervalInSeconds This property is required. number
Availability metric collection internal in seconds.
metrics This property is required. string[]
List of metrics used for availability calculation for the resource.
collection_interval_in_seconds This property is required. int
Availability metric collection internal in seconds.
metrics This property is required. Sequence[str]
List of metrics used for availability calculation for the resource.
collectionIntervalInSeconds This property is required. Number
Availability metric collection internal in seconds.
metrics This property is required. List<String>
List of metrics used for availability calculation for the resource.

GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationHandlerConfig

CollectdResourceNameConfigs This property is required. List<GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationHandlerConfigCollectdResourceNameConfig>
Resource name generation overriding configurations for collectd resource types.
CollectorTypes This property is required. List<string>
List of collector/plugin names.
HandlerProperties This property is required. List<GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationHandlerConfigHandlerProperty>
List of handler configuration properties
MetricMappings This property is required. List<GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationHandlerConfigMetricMapping>
List of AgentExtensionHandlerMetricMappingDetails.
MetricNameConfigs This property is required. List<GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationHandlerConfigMetricNameConfig>
Metric name generation overriding configurations.
MetricUploadIntervalInSeconds This property is required. int
Metric upload interval in seconds. Any metric sent by telegraf/collectd before the configured interval expires will be dropped.
TelegrafResourceNameConfigs This property is required. List<GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationHandlerConfigTelegrafResourceNameConfig>
Resource name generation overriding configurations for telegraf resource types.
TelemetryResourceGroup This property is required. string
Resource group string; if not specified, the resource group string will be generated by the handler.
CollectdResourceNameConfigs This property is required. []GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationHandlerConfigCollectdResourceNameConfig
Resource name generation overriding configurations for collectd resource types.
CollectorTypes This property is required. []string
List of collector/plugin names.
HandlerProperties This property is required. []GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationHandlerConfigHandlerProperty
List of handler configuration properties
MetricMappings This property is required. []GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationHandlerConfigMetricMapping
List of AgentExtensionHandlerMetricMappingDetails.
MetricNameConfigs This property is required. []GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationHandlerConfigMetricNameConfig
Metric name generation overriding configurations.
MetricUploadIntervalInSeconds This property is required. int
Metric upload interval in seconds. Any metric sent by telegraf/collectd before the configured interval expires will be dropped.
TelegrafResourceNameConfigs This property is required. []GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationHandlerConfigTelegrafResourceNameConfig
Resource name generation overriding configurations for telegraf resource types.
TelemetryResourceGroup This property is required. string
Resource group string; if not specified, the resource group string will be generated by the handler.
collectdResourceNameConfigs This property is required. List<GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationHandlerConfigCollectdResourceNameConfig>
Resource name generation overriding configurations for collectd resource types.
collectorTypes This property is required. List<String>
List of collector/plugin names.
handlerProperties This property is required. List<GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationHandlerConfigHandlerProperty>
List of handler configuration properties
metricMappings This property is required. List<GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationHandlerConfigMetricMapping>
List of AgentExtensionHandlerMetricMappingDetails.
metricNameConfigs This property is required. List<GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationHandlerConfigMetricNameConfig>
Metric name generation overriding configurations.
metricUploadIntervalInSeconds This property is required. Integer
Metric upload interval in seconds. Any metric sent by telegraf/collectd before the configured interval expires will be dropped.
telegrafResourceNameConfigs This property is required. List<GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationHandlerConfigTelegrafResourceNameConfig>
Resource name generation overriding configurations for telegraf resource types.
telemetryResourceGroup This property is required. String
Resource group string; if not specified, the resource group string will be generated by the handler.
collectdResourceNameConfigs This property is required. GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationHandlerConfigCollectdResourceNameConfig[]
Resource name generation overriding configurations for collectd resource types.
collectorTypes This property is required. string[]
List of collector/plugin names.
handlerProperties This property is required. GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationHandlerConfigHandlerProperty[]
List of handler configuration properties
metricMappings This property is required. GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationHandlerConfigMetricMapping[]
List of AgentExtensionHandlerMetricMappingDetails.
metricNameConfigs This property is required. GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationHandlerConfigMetricNameConfig[]
Metric name generation overriding configurations.
metricUploadIntervalInSeconds This property is required. number
Metric upload interval in seconds. Any metric sent by telegraf/collectd before the configured interval expires will be dropped.
telegrafResourceNameConfigs This property is required. GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationHandlerConfigTelegrafResourceNameConfig[]
Resource name generation overriding configurations for telegraf resource types.
telemetryResourceGroup This property is required. string
Resource group string; if not specified, the resource group string will be generated by the handler.
collectd_resource_name_configs This property is required. Sequence[stackmonitoring.GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationHandlerConfigCollectdResourceNameConfig]
Resource name generation overriding configurations for collectd resource types.
collector_types This property is required. Sequence[str]
List of collector/plugin names.
handler_properties This property is required. Sequence[stackmonitoring.GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationHandlerConfigHandlerProperty]
List of handler configuration properties
metric_mappings This property is required. Sequence[stackmonitoring.GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationHandlerConfigMetricMapping]
List of AgentExtensionHandlerMetricMappingDetails.
metric_name_configs This property is required. Sequence[stackmonitoring.GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationHandlerConfigMetricNameConfig]
Metric name generation overriding configurations.
metric_upload_interval_in_seconds This property is required. int
Metric upload interval in seconds. Any metric sent by telegraf/collectd before the configured interval expires will be dropped.
telegraf_resource_name_configs This property is required. Sequence[stackmonitoring.GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationHandlerConfigTelegrafResourceNameConfig]
Resource name generation overriding configurations for telegraf resource types.
telemetry_resource_group This property is required. str
Resource group string; if not specified, the resource group string will be generated by the handler.
collectdResourceNameConfigs This property is required. List<Property Map>
Resource name generation overriding configurations for collectd resource types.
collectorTypes This property is required. List<String>
List of collector/plugin names.
handlerProperties This property is required. List<Property Map>
List of handler configuration properties
metricMappings This property is required. List<Property Map>
List of AgentExtensionHandlerMetricMappingDetails.
metricNameConfigs This property is required. List<Property Map>
Metric name generation overriding configurations.
metricUploadIntervalInSeconds This property is required. Number
Metric upload interval in seconds. Any metric sent by telegraf/collectd before the configured interval expires will be dropped.
telegrafResourceNameConfigs This property is required. List<Property Map>
Resource name generation overriding configurations for telegraf resource types.
telemetryResourceGroup This property is required. String
Resource group string; if not specified, the resource group string will be generated by the handler.

GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationHandlerConfigCollectdResourceNameConfig

ExcludeProperties This property is required. List<string>
List of property names to be excluded.
IncludeProperties This property is required. List<string>
List of property names to be included.
Suffix This property is required. string
String to be suffixed to the resource name.
ExcludeProperties This property is required. []string
List of property names to be excluded.
IncludeProperties This property is required. []string
List of property names to be included.
Suffix This property is required. string
String to be suffixed to the resource name.
excludeProperties This property is required. List<String>
List of property names to be excluded.
includeProperties This property is required. List<String>
List of property names to be included.
suffix This property is required. String
String to be suffixed to the resource name.
excludeProperties This property is required. string[]
List of property names to be excluded.
includeProperties This property is required. string[]
List of property names to be included.
suffix This property is required. string
String to be suffixed to the resource name.
exclude_properties This property is required. Sequence[str]
List of property names to be excluded.
include_properties This property is required. Sequence[str]
List of property names to be included.
suffix This property is required. str
String to be suffixed to the resource name.
excludeProperties This property is required. List<String>
List of property names to be excluded.
includeProperties This property is required. List<String>
List of property names to be included.
suffix This property is required. String
String to be suffixed to the resource name.

GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationHandlerConfigHandlerProperty

Name This property is required. string
Property name.
Value This property is required. string
Property value.
Name This property is required. string
Property name.
Value This property is required. string
Property value.
name This property is required. String
Property name.
value This property is required. String
Property value.
name This property is required. string
Property name.
value This property is required. string
Property value.
name This property is required. str
Property name.
value This property is required. str
Property value.
name This property is required. String
Property name.
value This property is required. String
Property value.

GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationHandlerConfigMetricMapping

CollectorMetricName This property is required. string
Metric name as defined by the collector.
IsSkipUpload This property is required. bool
Is ignoring this metric.
MetricUploadIntervalInSeconds This property is required. int
Metric upload interval in seconds. Any metric sent by telegraf/collectd before the configured interval expires will be dropped.
TelemetryMetricName This property is required. string
Metric name to be upload to telemetry.
CollectorMetricName This property is required. string
Metric name as defined by the collector.
IsSkipUpload This property is required. bool
Is ignoring this metric.
MetricUploadIntervalInSeconds This property is required. int
Metric upload interval in seconds. Any metric sent by telegraf/collectd before the configured interval expires will be dropped.
TelemetryMetricName This property is required. string
Metric name to be upload to telemetry.
collectorMetricName This property is required. String
Metric name as defined by the collector.
isSkipUpload This property is required. Boolean
Is ignoring this metric.
metricUploadIntervalInSeconds This property is required. Integer
Metric upload interval in seconds. Any metric sent by telegraf/collectd before the configured interval expires will be dropped.
telemetryMetricName This property is required. String
Metric name to be upload to telemetry.
collectorMetricName This property is required. string
Metric name as defined by the collector.
isSkipUpload This property is required. boolean
Is ignoring this metric.
metricUploadIntervalInSeconds This property is required. number
Metric upload interval in seconds. Any metric sent by telegraf/collectd before the configured interval expires will be dropped.
telemetryMetricName This property is required. string
Metric name to be upload to telemetry.
collector_metric_name This property is required. str
Metric name as defined by the collector.
is_skip_upload This property is required. bool
Is ignoring this metric.
metric_upload_interval_in_seconds This property is required. int
Metric upload interval in seconds. Any metric sent by telegraf/collectd before the configured interval expires will be dropped.
telemetry_metric_name This property is required. str
Metric name to be upload to telemetry.
collectorMetricName This property is required. String
Metric name as defined by the collector.
isSkipUpload This property is required. Boolean
Is ignoring this metric.
metricUploadIntervalInSeconds This property is required. Number
Metric upload interval in seconds. Any metric sent by telegraf/collectd before the configured interval expires will be dropped.
telemetryMetricName This property is required. String
Metric name to be upload to telemetry.

GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationHandlerConfigMetricNameConfig

ExcludePatternOnPrefix This property is required. string
String pattern to be removed from the prefix of the metric name.
IsPrefixWithCollectorType This property is required. bool
is prefixing the metric with collector type.
ExcludePatternOnPrefix This property is required. string
String pattern to be removed from the prefix of the metric name.
IsPrefixWithCollectorType This property is required. bool
is prefixing the metric with collector type.
excludePatternOnPrefix This property is required. String
String pattern to be removed from the prefix of the metric name.
isPrefixWithCollectorType This property is required. Boolean
is prefixing the metric with collector type.
excludePatternOnPrefix This property is required. string
String pattern to be removed from the prefix of the metric name.
isPrefixWithCollectorType This property is required. boolean
is prefixing the metric with collector type.
exclude_pattern_on_prefix This property is required. str
String pattern to be removed from the prefix of the metric name.
is_prefix_with_collector_type This property is required. bool
is prefixing the metric with collector type.
excludePatternOnPrefix This property is required. String
String pattern to be removed from the prefix of the metric name.
isPrefixWithCollectorType This property is required. Boolean
is prefixing the metric with collector type.

GetMonitoredResourceTaskTaskDetailResourceTypesConfigurationHandlerConfigTelegrafResourceNameConfig

ExcludeTags This property is required. List<string>
List of tag names to be excluded.
IncludeTags This property is required. List<string>
List of tag names to be included.
IsUseTagsOnly This property is required. bool
Flag to indicate if only tags will be used for resource name generation.
ExcludeTags This property is required. []string
List of tag names to be excluded.
IncludeTags This property is required. []string
List of tag names to be included.
IsUseTagsOnly This property is required. bool
Flag to indicate if only tags will be used for resource name generation.
excludeTags This property is required. List<String>
List of tag names to be excluded.
includeTags This property is required. List<String>
List of tag names to be included.
isUseTagsOnly This property is required. Boolean
Flag to indicate if only tags will be used for resource name generation.
excludeTags This property is required. string[]
List of tag names to be excluded.
includeTags This property is required. string[]
List of tag names to be included.
isUseTagsOnly This property is required. boolean
Flag to indicate if only tags will be used for resource name generation.
exclude_tags This property is required. Sequence[str]
List of tag names to be excluded.
include_tags This property is required. Sequence[str]
List of tag names to be included.
is_use_tags_only This property is required. bool
Flag to indicate if only tags will be used for resource name generation.
excludeTags This property is required. List<String>
List of tag names to be excluded.
includeTags This property is required. List<String>
List of tag names to be included.
isUseTagsOnly This property is required. Boolean
Flag to indicate if only tags will be used for resource name generation.

Package Details

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