1. Packages
  2. Ibm Provider
  3. API Docs
  4. getMetricsRouterRoutes
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

ibm.getMetricsRouterRoutes

Explore with Pulumi AI

ibm logo
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

    Provides a read-only data source for metrics_router_routes. You can then reference the fields of the data source in other resources within the same configuration using interpolation syntax.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as ibm from "@pulumi/ibm";
    
    const metricsRouterRoutes = ibm.getMetricsRouterRoutes({
        name: ibm_metrics_router_route.metrics_router_route.name,
    });
    
    import pulumi
    import pulumi_ibm as ibm
    
    metrics_router_routes = ibm.get_metrics_router_routes(name=ibm_metrics_router_route["metrics_router_route"]["name"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := ibm.GetMetricsRouterRoutes(ctx, &ibm.GetMetricsRouterRoutesArgs{
    			Name: pulumi.StringRef(ibm_metrics_router_route.Metrics_router_route.Name),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Ibm = Pulumi.Ibm;
    
    return await Deployment.RunAsync(() => 
    {
        var metricsRouterRoutes = Ibm.GetMetricsRouterRoutes.Invoke(new()
        {
            Name = ibm_metrics_router_route.Metrics_router_route.Name,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.ibm.IbmFunctions;
    import com.pulumi.ibm.inputs.GetMetricsRouterRoutesArgs;
    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 metricsRouterRoutes = IbmFunctions.getMetricsRouterRoutes(GetMetricsRouterRoutesArgs.builder()
                .name(ibm_metrics_router_route.metrics_router_route().name())
                .build());
    
        }
    }
    
    variables:
      metricsRouterRoutes:
        fn::invoke:
          function: ibm:getMetricsRouterRoutes
          arguments:
            name: ${ibm_metrics_router_route.metrics_router_route.name}
    

    Using getMetricsRouterRoutes

    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 getMetricsRouterRoutes(args: GetMetricsRouterRoutesArgs, opts?: InvokeOptions): Promise<GetMetricsRouterRoutesResult>
    function getMetricsRouterRoutesOutput(args: GetMetricsRouterRoutesOutputArgs, opts?: InvokeOptions): Output<GetMetricsRouterRoutesResult>
    def get_metrics_router_routes(id: Optional[str] = None,
                                  name: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetMetricsRouterRoutesResult
    def get_metrics_router_routes_output(id: Optional[pulumi.Input[str]] = None,
                                  name: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetMetricsRouterRoutesResult]
    func GetMetricsRouterRoutes(ctx *Context, args *GetMetricsRouterRoutesArgs, opts ...InvokeOption) (*GetMetricsRouterRoutesResult, error)
    func GetMetricsRouterRoutesOutput(ctx *Context, args *GetMetricsRouterRoutesOutputArgs, opts ...InvokeOption) GetMetricsRouterRoutesResultOutput

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

    public static class GetMetricsRouterRoutes 
    {
        public static Task<GetMetricsRouterRoutesResult> InvokeAsync(GetMetricsRouterRoutesArgs args, InvokeOptions? opts = null)
        public static Output<GetMetricsRouterRoutesResult> Invoke(GetMetricsRouterRoutesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMetricsRouterRoutesResult> getMetricsRouterRoutes(GetMetricsRouterRoutesArgs args, InvokeOptions options)
    public static Output<GetMetricsRouterRoutesResult> getMetricsRouterRoutes(GetMetricsRouterRoutesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getMetricsRouterRoutes:getMetricsRouterRoutes
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    (String) The target uuid for a pre-defined metrics router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    Name string
    The name of the route.
    Id string
    (String) The target uuid for a pre-defined metrics router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    Name string
    The name of the route.
    id String
    (String) The target uuid for a pre-defined metrics router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    name String
    The name of the route.
    id string
    (String) The target uuid for a pre-defined metrics router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    name string
    The name of the route.
    id str
    (String) The target uuid for a pre-defined metrics router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    name str
    The name of the route.
    id String
    (String) The target uuid for a pre-defined metrics router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    name String
    The name of the route.

    getMetricsRouterRoutes Result

    The following output properties are available:

    Id string
    (String) The target uuid for a pre-defined metrics router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    Routes List<GetMetricsRouterRoutesRoute>
    (List) A list of route resources.

    • Constraints: The maximum length is 4 items. The minimum length is 0 items. Nested scheme for routes:
    Name string
    (String) The name of a pre-defined metrics-router target.
    Id string
    (String) The target uuid for a pre-defined metrics router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    Routes []GetMetricsRouterRoutesRoute
    (List) A list of route resources.

    • Constraints: The maximum length is 4 items. The minimum length is 0 items. Nested scheme for routes:
    Name string
    (String) The name of a pre-defined metrics-router target.
    id String
    (String) The target uuid for a pre-defined metrics router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    routes List<GetMetricsRouterRoutesRoute>
    (List) A list of route resources.

    • Constraints: The maximum length is 4 items. The minimum length is 0 items. Nested scheme for routes:
    name String
    (String) The name of a pre-defined metrics-router target.
    id string
    (String) The target uuid for a pre-defined metrics router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    routes GetMetricsRouterRoutesRoute[]
    (List) A list of route resources.

    • Constraints: The maximum length is 4 items. The minimum length is 0 items. Nested scheme for routes:
    name string
    (String) The name of a pre-defined metrics-router target.
    id str
    (String) The target uuid for a pre-defined metrics router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    routes Sequence[GetMetricsRouterRoutesRoute]
    (List) A list of route resources.

    • Constraints: The maximum length is 4 items. The minimum length is 0 items. Nested scheme for routes:
    name str
    (String) The name of a pre-defined metrics-router target.
    id String
    (String) The target uuid for a pre-defined metrics router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    routes List<Property Map>
    (List) A list of route resources.

    • Constraints: The maximum length is 4 items. The minimum length is 0 items. Nested scheme for routes:
    name String
    (String) The name of a pre-defined metrics-router target.

    Supporting Types

    GetMetricsRouterRoutesRoute

    CreatedAt string
    (String) The timestamp of the route creation time.
    Crn string
    (String) The CRN of a pre-defined metrics-router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:\/]+$/.
    Id string
    (String) The target uuid for a pre-defined metrics router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    Name string
    The name of the route.
    Rules List<GetMetricsRouterRoutesRouteRule>
    (List) The routing rules that will be evaluated in their order of the array. Once a rule is matched, the remaining rules in the route definition will be skipped.

    • Constraints: The maximum length is 4 items. The minimum length is 0 items. Nested scheme for rules:
    UpdatedAt string
    (String) The timestamp of the route last updated time.
    CreatedAt string
    (String) The timestamp of the route creation time.
    Crn string
    (String) The CRN of a pre-defined metrics-router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:\/]+$/.
    Id string
    (String) The target uuid for a pre-defined metrics router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    Name string
    The name of the route.
    Rules []GetMetricsRouterRoutesRouteRule
    (List) The routing rules that will be evaluated in their order of the array. Once a rule is matched, the remaining rules in the route definition will be skipped.

    • Constraints: The maximum length is 4 items. The minimum length is 0 items. Nested scheme for rules:
    UpdatedAt string
    (String) The timestamp of the route last updated time.
    createdAt String
    (String) The timestamp of the route creation time.
    crn String
    (String) The CRN of a pre-defined metrics-router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:\/]+$/.
    id String
    (String) The target uuid for a pre-defined metrics router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    name String
    The name of the route.
    rules List<GetMetricsRouterRoutesRouteRule>
    (List) The routing rules that will be evaluated in their order of the array. Once a rule is matched, the remaining rules in the route definition will be skipped.

    • Constraints: The maximum length is 4 items. The minimum length is 0 items. Nested scheme for rules:
    updatedAt String
    (String) The timestamp of the route last updated time.
    createdAt string
    (String) The timestamp of the route creation time.
    crn string
    (String) The CRN of a pre-defined metrics-router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:\/]+$/.
    id string
    (String) The target uuid for a pre-defined metrics router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    name string
    The name of the route.
    rules GetMetricsRouterRoutesRouteRule[]
    (List) The routing rules that will be evaluated in their order of the array. Once a rule is matched, the remaining rules in the route definition will be skipped.

    • Constraints: The maximum length is 4 items. The minimum length is 0 items. Nested scheme for rules:
    updatedAt string
    (String) The timestamp of the route last updated time.
    created_at str
    (String) The timestamp of the route creation time.
    crn str
    (String) The CRN of a pre-defined metrics-router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:\/]+$/.
    id str
    (String) The target uuid for a pre-defined metrics router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    name str
    The name of the route.
    rules Sequence[GetMetricsRouterRoutesRouteRule]
    (List) The routing rules that will be evaluated in their order of the array. Once a rule is matched, the remaining rules in the route definition will be skipped.

    • Constraints: The maximum length is 4 items. The minimum length is 0 items. Nested scheme for rules:
    updated_at str
    (String) The timestamp of the route last updated time.
    createdAt String
    (String) The timestamp of the route creation time.
    crn String
    (String) The CRN of a pre-defined metrics-router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:\/]+$/.
    id String
    (String) The target uuid for a pre-defined metrics router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    name String
    The name of the route.
    rules List<Property Map>
    (List) The routing rules that will be evaluated in their order of the array. Once a rule is matched, the remaining rules in the route definition will be skipped.

    • Constraints: The maximum length is 4 items. The minimum length is 0 items. Nested scheme for rules:
    updatedAt String
    (String) The timestamp of the route last updated time.

    GetMetricsRouterRoutesRouteRule

    Action string
    (String) The action if the inclusion_filters matches, default is send action.

    • Constraints: Allowable values are: send, drop.
    InclusionFilters List<GetMetricsRouterRoutesRouteRuleInclusionFilter>
    (List) A list of conditions to be satisfied for routing metrics to pre-defined target.

    • Constraints: The maximum length is 7 items. The minimum length is 0 items. Nested scheme for inclusion_filters:
    Targets List<GetMetricsRouterRoutesRouteRuleTarget>
    (List) The target ID List. All the metrics will be sent to all targets listed in the rule. You can include targets from other regions.

    • Constraints: The maximum length is 3 items. The minimum length is 0 items. Nested scheme for targets:
    Action string
    (String) The action if the inclusion_filters matches, default is send action.

    • Constraints: Allowable values are: send, drop.
    InclusionFilters []GetMetricsRouterRoutesRouteRuleInclusionFilter
    (List) A list of conditions to be satisfied for routing metrics to pre-defined target.

    • Constraints: The maximum length is 7 items. The minimum length is 0 items. Nested scheme for inclusion_filters:
    Targets []GetMetricsRouterRoutesRouteRuleTarget
    (List) The target ID List. All the metrics will be sent to all targets listed in the rule. You can include targets from other regions.

    • Constraints: The maximum length is 3 items. The minimum length is 0 items. Nested scheme for targets:
    action String
    (String) The action if the inclusion_filters matches, default is send action.

    • Constraints: Allowable values are: send, drop.
    inclusionFilters List<GetMetricsRouterRoutesRouteRuleInclusionFilter>
    (List) A list of conditions to be satisfied for routing metrics to pre-defined target.

    • Constraints: The maximum length is 7 items. The minimum length is 0 items. Nested scheme for inclusion_filters:
    targets List<GetMetricsRouterRoutesRouteRuleTarget>
    (List) The target ID List. All the metrics will be sent to all targets listed in the rule. You can include targets from other regions.

    • Constraints: The maximum length is 3 items. The minimum length is 0 items. Nested scheme for targets:
    action string
    (String) The action if the inclusion_filters matches, default is send action.

    • Constraints: Allowable values are: send, drop.
    inclusionFilters GetMetricsRouterRoutesRouteRuleInclusionFilter[]
    (List) A list of conditions to be satisfied for routing metrics to pre-defined target.

    • Constraints: The maximum length is 7 items. The minimum length is 0 items. Nested scheme for inclusion_filters:
    targets GetMetricsRouterRoutesRouteRuleTarget[]
    (List) The target ID List. All the metrics will be sent to all targets listed in the rule. You can include targets from other regions.

    • Constraints: The maximum length is 3 items. The minimum length is 0 items. Nested scheme for targets:
    action str
    (String) The action if the inclusion_filters matches, default is send action.

    • Constraints: Allowable values are: send, drop.
    inclusion_filters Sequence[GetMetricsRouterRoutesRouteRuleInclusionFilter]
    (List) A list of conditions to be satisfied for routing metrics to pre-defined target.

    • Constraints: The maximum length is 7 items. The minimum length is 0 items. Nested scheme for inclusion_filters:
    targets Sequence[GetMetricsRouterRoutesRouteRuleTarget]
    (List) The target ID List. All the metrics will be sent to all targets listed in the rule. You can include targets from other regions.

    • Constraints: The maximum length is 3 items. The minimum length is 0 items. Nested scheme for targets:
    action String
    (String) The action if the inclusion_filters matches, default is send action.

    • Constraints: Allowable values are: send, drop.
    inclusionFilters List<Property Map>
    (List) A list of conditions to be satisfied for routing metrics to pre-defined target.

    • Constraints: The maximum length is 7 items. The minimum length is 0 items. Nested scheme for inclusion_filters:
    targets List<Property Map>
    (List) The target ID List. All the metrics will be sent to all targets listed in the rule. You can include targets from other regions.

    • Constraints: The maximum length is 3 items. The minimum length is 0 items. Nested scheme for targets:

    GetMetricsRouterRoutesRouteRuleInclusionFilter

    Operand string
    (String) Part of CRN that can be compared with values.

    • Constraints: Allowable values are: location, service_name, service_instance, resource_type, resource.
    Operator string
    (String) The operation to be performed between operand and the provided values. 'is' to be used with one value and 'in' can support upto 20 values in the array.

    • Constraints: Allowable values are: is, in.
    Values List<string>
    (List) The provided string values of the operand to be compared with.

    • Constraints: The maximum length is 20 items. The minimum length is 1 item.
    Operand string
    (String) Part of CRN that can be compared with values.

    • Constraints: Allowable values are: location, service_name, service_instance, resource_type, resource.
    Operator string
    (String) The operation to be performed between operand and the provided values. 'is' to be used with one value and 'in' can support upto 20 values in the array.

    • Constraints: Allowable values are: is, in.
    Values []string
    (List) The provided string values of the operand to be compared with.

    • Constraints: The maximum length is 20 items. The minimum length is 1 item.
    operand String
    (String) Part of CRN that can be compared with values.

    • Constraints: Allowable values are: location, service_name, service_instance, resource_type, resource.
    operator String
    (String) The operation to be performed between operand and the provided values. 'is' to be used with one value and 'in' can support upto 20 values in the array.

    • Constraints: Allowable values are: is, in.
    values List<String>
    (List) The provided string values of the operand to be compared with.

    • Constraints: The maximum length is 20 items. The minimum length is 1 item.
    operand string
    (String) Part of CRN that can be compared with values.

    • Constraints: Allowable values are: location, service_name, service_instance, resource_type, resource.
    operator string
    (String) The operation to be performed between operand and the provided values. 'is' to be used with one value and 'in' can support upto 20 values in the array.

    • Constraints: Allowable values are: is, in.
    values string[]
    (List) The provided string values of the operand to be compared with.

    • Constraints: The maximum length is 20 items. The minimum length is 1 item.
    operand str
    (String) Part of CRN that can be compared with values.

    • Constraints: Allowable values are: location, service_name, service_instance, resource_type, resource.
    operator str
    (String) The operation to be performed between operand and the provided values. 'is' to be used with one value and 'in' can support upto 20 values in the array.

    • Constraints: Allowable values are: is, in.
    values Sequence[str]
    (List) The provided string values of the operand to be compared with.

    • Constraints: The maximum length is 20 items. The minimum length is 1 item.
    operand String
    (String) Part of CRN that can be compared with values.

    • Constraints: Allowable values are: location, service_name, service_instance, resource_type, resource.
    operator String
    (String) The operation to be performed between operand and the provided values. 'is' to be used with one value and 'in' can support upto 20 values in the array.

    • Constraints: Allowable values are: is, in.
    values List<String>
    (List) The provided string values of the operand to be compared with.

    • Constraints: The maximum length is 20 items. The minimum length is 1 item.

    GetMetricsRouterRoutesRouteRuleTarget

    Crn string
    (String) The CRN of a pre-defined metrics-router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:\/]+$/.
    Id string
    (String) The target uuid for a pre-defined metrics router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    Name string
    The name of the route.
    TargetType string
    (String) The type of the target.

    • Constraints: Allowable values are: sysdig_monitor.
    Crn string
    (String) The CRN of a pre-defined metrics-router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:\/]+$/.
    Id string
    (String) The target uuid for a pre-defined metrics router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    Name string
    The name of the route.
    TargetType string
    (String) The type of the target.

    • Constraints: Allowable values are: sysdig_monitor.
    crn String
    (String) The CRN of a pre-defined metrics-router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:\/]+$/.
    id String
    (String) The target uuid for a pre-defined metrics router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    name String
    The name of the route.
    targetType String
    (String) The type of the target.

    • Constraints: Allowable values are: sysdig_monitor.
    crn string
    (String) The CRN of a pre-defined metrics-router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:\/]+$/.
    id string
    (String) The target uuid for a pre-defined metrics router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    name string
    The name of the route.
    targetType string
    (String) The type of the target.

    • Constraints: Allowable values are: sysdig_monitor.
    crn str
    (String) The CRN of a pre-defined metrics-router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:\/]+$/.
    id str
    (String) The target uuid for a pre-defined metrics router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    name str
    The name of the route.
    target_type str
    (String) The type of the target.

    • Constraints: Allowable values are: sysdig_monitor.
    crn String
    (String) The CRN of a pre-defined metrics-router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:\/]+$/.
    id String
    (String) The target uuid for a pre-defined metrics router target.

    • Constraints: The maximum length is 1000 characters. The minimum length is 3 characters. The value must match regular expression /^[a-zA-Z0-9 \\-._:]+$/.
    name String
    The name of the route.
    targetType String
    (String) The type of the target.

    • Constraints: Allowable values are: sysdig_monitor.

    Package Details

    Repository
    ibm ibm-cloud/terraform-provider-ibm
    License
    Notes
    This Pulumi package is based on the ibm Terraform Provider.
    ibm logo
    ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud