1. Registry
  2. Packages
  3. stackit
  4. API Docs
  5. getTelemetryrouterInstance
Viewing docs for stackit v0.0.7
published on Monday, Aug 17, 2026 by stackitcloud
stackit logo
Viewing docs for stackit v0.0.7
published on Monday, Aug 17, 2026 by stackitcloud

    TelemetryRouter instance data source schema. Uses the defaultRegion specified in the provider configuration as a fallback in case no region is defined on datasource level.

    Example Usage

    data "stackit_telemetryrouter_instance" "router" {
      project_id  = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
      region      = "eu01"
      instance_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
    }
    

    Using getTelemetryrouterInstance

    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 getTelemetryrouterInstance(args: GetTelemetryrouterInstanceArgs, opts?: InvokeOptions): Promise<GetTelemetryrouterInstanceResult>
    function getTelemetryrouterInstanceOutput(args: GetTelemetryrouterInstanceOutputArgs, opts?: InvokeOutputOptions): Output<GetTelemetryrouterInstanceResult>
    def get_telemetryrouter_instance(instance_id: Optional[str] = None,
                                     project_id: Optional[str] = None,
                                     region: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetTelemetryrouterInstanceResult
    def get_telemetryrouter_instance_output(instance_id: pulumi.Input[Optional[str]] = None,
                                     project_id: pulumi.Input[Optional[str]] = None,
                                     region: pulumi.Input[Optional[str]] = None,
                                     opts: Optional[InvokeOutputOptions] = None) -> Output[GetTelemetryrouterInstanceResult]
    func LookupTelemetryrouterInstance(ctx *Context, args *LookupTelemetryrouterInstanceArgs, opts ...InvokeOption) (*LookupTelemetryrouterInstanceResult, error)
    func LookupTelemetryrouterInstanceOutput(ctx *Context, args *LookupTelemetryrouterInstanceOutputArgs, opts ...InvokeOption) LookupTelemetryrouterInstanceResultOutput

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

    public static class GetTelemetryrouterInstance 
    {
        public static Task<GetTelemetryrouterInstanceResult> InvokeAsync(GetTelemetryrouterInstanceArgs args, InvokeOptions? opts = null)
        public static Output<GetTelemetryrouterInstanceResult> Invoke(GetTelemetryrouterInstanceInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetTelemetryrouterInstanceResult> Invoke(GetTelemetryrouterInstanceInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetTelemetryrouterInstanceResult> getTelemetryrouterInstance(GetTelemetryrouterInstanceArgs args, InvokeOptions options)
    public static Output<GetTelemetryrouterInstanceResult> getTelemetryrouterInstance(GetTelemetryrouterInstanceArgs args, InvokeOptions options)
    public static Output<GetTelemetryrouterInstanceResult> getTelemetryrouterInstance(GetTelemetryrouterInstanceArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: stackit:index/getTelemetryrouterInstance:getTelemetryrouterInstance
      arguments:
        # arguments dictionary
    data "stackit_get_telemetryrouter_instance" "name" {
        # arguments
    }

    The following arguments are supported:

    InstanceId string
    The TelemetryRouter instance ID
    ProjectId string
    STACKIT project ID associated with the TelemetryRouter instance
    Region string
    STACKIT region name the resource is located in. If not defined, the provider region is used.
    InstanceId string
    The TelemetryRouter instance ID
    ProjectId string
    STACKIT project ID associated with the TelemetryRouter instance
    Region string
    STACKIT region name the resource is located in. If not defined, the provider region is used.
    instance_id string
    The TelemetryRouter instance ID
    project_id string
    STACKIT project ID associated with the TelemetryRouter instance
    region string
    STACKIT region name the resource is located in. If not defined, the provider region is used.
    instanceId String
    The TelemetryRouter instance ID
    projectId String
    STACKIT project ID associated with the TelemetryRouter instance
    region String
    STACKIT region name the resource is located in. If not defined, the provider region is used.
    instanceId string
    The TelemetryRouter instance ID
    projectId string
    STACKIT project ID associated with the TelemetryRouter instance
    region string
    STACKIT region name the resource is located in. If not defined, the provider region is used.
    instance_id str
    The TelemetryRouter instance ID
    project_id str
    STACKIT project ID associated with the TelemetryRouter instance
    region str
    STACKIT region name the resource is located in. If not defined, the provider region is used.
    instanceId String
    The TelemetryRouter instance ID
    projectId String
    STACKIT project ID associated with the TelemetryRouter instance
    region String
    STACKIT region name the resource is located in. If not defined, the provider region is used.

    getTelemetryrouterInstance Result

    The following output properties are available:

    CreationTime string
    The date and time the creation of the TelemetryRouter instance was initiated
    Description string
    The description of the TelemetryRouter instance
    DisplayName string
    The display name of the TelemetryRouter instance
    Filter GetTelemetryrouterInstanceFilter
    The TelemetryRouter global filter settings
    Id string
    Terraform's internal resource identifier. It is structured as "projectId,region,instanceId".
    InstanceId string
    The TelemetryRouter instance ID
    ProjectId string
    STACKIT project ID associated with the TelemetryRouter instance
    Status string
    The status of the TelemetryRouter instance, possible values: Possible values are: reconciling, active, deleting.

    Deprecated: status is deprecated and will be removed after February 2027.

    Uri string
    The TelemetryRouter instance's URI
    Region string
    STACKIT region name the resource is located in. If not defined, the provider region is used.
    CreationTime string
    The date and time the creation of the TelemetryRouter instance was initiated
    Description string
    The description of the TelemetryRouter instance
    DisplayName string
    The display name of the TelemetryRouter instance
    Filter GetTelemetryrouterInstanceFilter
    The TelemetryRouter global filter settings
    Id string
    Terraform's internal resource identifier. It is structured as "projectId,region,instanceId".
    InstanceId string
    The TelemetryRouter instance ID
    ProjectId string
    STACKIT project ID associated with the TelemetryRouter instance
    Status string
    The status of the TelemetryRouter instance, possible values: Possible values are: reconciling, active, deleting.

    Deprecated: status is deprecated and will be removed after February 2027.

    Uri string
    The TelemetryRouter instance's URI
    Region string
    STACKIT region name the resource is located in. If not defined, the provider region is used.
    creation_time string
    The date and time the creation of the TelemetryRouter instance was initiated
    description string
    The description of the TelemetryRouter instance
    display_name string
    The display name of the TelemetryRouter instance
    filter object
    The TelemetryRouter global filter settings
    id string
    Terraform's internal resource identifier. It is structured as "projectId,region,instanceId".
    instance_id string
    The TelemetryRouter instance ID
    project_id string
    STACKIT project ID associated with the TelemetryRouter instance
    status string
    The status of the TelemetryRouter instance, possible values: Possible values are: reconciling, active, deleting.

    Deprecated: status is deprecated and will be removed after February 2027.

    uri string
    The TelemetryRouter instance's URI
    region string
    STACKIT region name the resource is located in. If not defined, the provider region is used.
    creationTime String
    The date and time the creation of the TelemetryRouter instance was initiated
    description String
    The description of the TelemetryRouter instance
    displayName String
    The display name of the TelemetryRouter instance
    filter GetTelemetryrouterInstanceFilter
    The TelemetryRouter global filter settings
    id String
    Terraform's internal resource identifier. It is structured as "projectId,region,instanceId".
    instanceId String
    The TelemetryRouter instance ID
    projectId String
    STACKIT project ID associated with the TelemetryRouter instance
    status String
    The status of the TelemetryRouter instance, possible values: Possible values are: reconciling, active, deleting.

    Deprecated: status is deprecated and will be removed after February 2027.

    uri String
    The TelemetryRouter instance's URI
    region String
    STACKIT region name the resource is located in. If not defined, the provider region is used.
    creationTime string
    The date and time the creation of the TelemetryRouter instance was initiated
    description string
    The description of the TelemetryRouter instance
    displayName string
    The display name of the TelemetryRouter instance
    filter GetTelemetryrouterInstanceFilter
    The TelemetryRouter global filter settings
    id string
    Terraform's internal resource identifier. It is structured as "projectId,region,instanceId".
    instanceId string
    The TelemetryRouter instance ID
    projectId string
    STACKIT project ID associated with the TelemetryRouter instance
    status string
    The status of the TelemetryRouter instance, possible values: Possible values are: reconciling, active, deleting.

    Deprecated: status is deprecated and will be removed after February 2027.

    uri string
    The TelemetryRouter instance's URI
    region string
    STACKIT region name the resource is located in. If not defined, the provider region is used.
    creation_time str
    The date and time the creation of the TelemetryRouter instance was initiated
    description str
    The description of the TelemetryRouter instance
    display_name str
    The display name of the TelemetryRouter instance
    filter GetTelemetryrouterInstanceFilter
    The TelemetryRouter global filter settings
    id str
    Terraform's internal resource identifier. It is structured as "projectId,region,instanceId".
    instance_id str
    The TelemetryRouter instance ID
    project_id str
    STACKIT project ID associated with the TelemetryRouter instance
    status str
    The status of the TelemetryRouter instance, possible values: Possible values are: reconciling, active, deleting.

    Deprecated: status is deprecated and will be removed after February 2027.

    uri str
    The TelemetryRouter instance's URI
    region str
    STACKIT region name the resource is located in. If not defined, the provider region is used.
    creationTime String
    The date and time the creation of the TelemetryRouter instance was initiated
    description String
    The description of the TelemetryRouter instance
    displayName String
    The display name of the TelemetryRouter instance
    filter Property Map
    The TelemetryRouter global filter settings
    id String
    Terraform's internal resource identifier. It is structured as "projectId,region,instanceId".
    instanceId String
    The TelemetryRouter instance ID
    projectId String
    STACKIT project ID associated with the TelemetryRouter instance
    status String
    The status of the TelemetryRouter instance, possible values: Possible values are: reconciling, active, deleting.

    Deprecated: status is deprecated and will be removed after February 2027.

    uri String
    The TelemetryRouter instance's URI
    region String
    STACKIT region name the resource is located in. If not defined, the provider region is used.

    Supporting Types

    GetTelemetryrouterInstanceFilter

    Attributes List<GetTelemetryrouterInstanceFilterAttribute>
    The TelemetryRouter global filter attributes
    Attributes []GetTelemetryrouterInstanceFilterAttribute
    The TelemetryRouter global filter attributes
    attributes list(object)
    The TelemetryRouter global filter attributes
    attributes List<GetTelemetryrouterInstanceFilterAttribute>
    The TelemetryRouter global filter attributes
    attributes GetTelemetryrouterInstanceFilterAttribute[]
    The TelemetryRouter global filter attributes
    attributes Sequence[GetTelemetryrouterInstanceFilterAttribute]
    The TelemetryRouter global filter attributes
    attributes List<Property Map>
    The TelemetryRouter global filter attributes

    GetTelemetryrouterInstanceFilterAttribute

    Key string
    The TelemetryRouter global filter attribute key
    Level string
    The TelemetryRouter global filter attribute level, possible values: Possible values are: resource, scope, logRecord.
    Matcher string
    The TelemetryRouter global filter attribute matcher, possible values: Possible values are: =, !=.
    Values List<string>
    The TelemetryRouter global filter attributes
    Key string
    The TelemetryRouter global filter attribute key
    Level string
    The TelemetryRouter global filter attribute level, possible values: Possible values are: resource, scope, logRecord.
    Matcher string
    The TelemetryRouter global filter attribute matcher, possible values: Possible values are: =, !=.
    Values []string
    The TelemetryRouter global filter attributes
    key string
    The TelemetryRouter global filter attribute key
    level string
    The TelemetryRouter global filter attribute level, possible values: Possible values are: resource, scope, logRecord.
    matcher string
    The TelemetryRouter global filter attribute matcher, possible values: Possible values are: =, !=.
    values list(string)
    The TelemetryRouter global filter attributes
    key String
    The TelemetryRouter global filter attribute key
    level String
    The TelemetryRouter global filter attribute level, possible values: Possible values are: resource, scope, logRecord.
    matcher String
    The TelemetryRouter global filter attribute matcher, possible values: Possible values are: =, !=.
    values List<String>
    The TelemetryRouter global filter attributes
    key string
    The TelemetryRouter global filter attribute key
    level string
    The TelemetryRouter global filter attribute level, possible values: Possible values are: resource, scope, logRecord.
    matcher string
    The TelemetryRouter global filter attribute matcher, possible values: Possible values are: =, !=.
    values string[]
    The TelemetryRouter global filter attributes
    key str
    The TelemetryRouter global filter attribute key
    level str
    The TelemetryRouter global filter attribute level, possible values: Possible values are: resource, scope, logRecord.
    matcher str
    The TelemetryRouter global filter attribute matcher, possible values: Possible values are: =, !=.
    values Sequence[str]
    The TelemetryRouter global filter attributes
    key String
    The TelemetryRouter global filter attribute key
    level String
    The TelemetryRouter global filter attribute level, possible values: Possible values are: resource, scope, logRecord.
    matcher String
    The TelemetryRouter global filter attribute matcher, possible values: Possible values are: =, !=.
    values List<String>
    The TelemetryRouter global filter attributes

    Package Details

    Repository
    stackit stackitcloud/pulumi-stackit
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the stackit Terraform Provider.
    stackit logo
    Viewing docs for stackit v0.0.7
    published on Monday, Aug 17, 2026 by stackitcloud

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial