Volcengine v0.0.45 published on Tuesday, Feb 10, 2026 by Volcengine
Volcengine v0.0.45 published on Tuesday, Feb 10, 2026 by Volcengine
Use this data source to query detailed information of tls describe traces
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const example = volcengine.tls.getDescribeTraces({
traceId: "b4de47438f9d052ca71106bb9bace34e",
traceInstanceId: "ac368174-2353-4e5d-859d-84c8bd255590",
});
import pulumi
import pulumi_volcengine as volcengine
example = volcengine.tls.get_describe_traces(trace_id="b4de47438f9d052ca71106bb9bace34e",
trace_instance_id="ac368174-2353-4e5d-859d-84c8bd255590")
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/tls"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := tls.GetDescribeTraces(ctx, &tls.GetDescribeTracesArgs{
TraceId: "b4de47438f9d052ca71106bb9bace34e",
TraceInstanceId: "ac368174-2353-4e5d-859d-84c8bd255590",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Volcengine = Pulumi.Volcengine;
return await Deployment.RunAsync(() =>
{
var example = Volcengine.Tls.GetDescribeTraces.Invoke(new()
{
TraceId = "b4de47438f9d052ca71106bb9bace34e",
TraceInstanceId = "ac368174-2353-4e5d-859d-84c8bd255590",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.volcengine.tls.TlsFunctions;
import com.pulumi.volcengine.tls.inputs.GetDescribeTracesArgs;
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 example = TlsFunctions.getDescribeTraces(GetDescribeTracesArgs.builder()
.traceId("b4de47438f9d052ca71106bb9bace34e")
.traceInstanceId("ac368174-2353-4e5d-859d-84c8bd255590")
.build());
}
}
variables:
example:
fn::invoke:
Function: volcengine:tls:getDescribeTraces
Arguments:
traceId: b4de47438f9d052ca71106bb9bace34e
traceInstanceId: ac368174-2353-4e5d-859d-84c8bd255590
Using getDescribeTraces
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 getDescribeTraces(args: GetDescribeTracesArgs, opts?: InvokeOptions): Promise<GetDescribeTracesResult>
function getDescribeTracesOutput(args: GetDescribeTracesOutputArgs, opts?: InvokeOptions): Output<GetDescribeTracesResult>def get_describe_traces(output_file: Optional[str] = None,
trace_id: Optional[str] = None,
trace_instance_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDescribeTracesResult
def get_describe_traces_output(output_file: Optional[pulumi.Input[str]] = None,
trace_id: Optional[pulumi.Input[str]] = None,
trace_instance_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDescribeTracesResult]func GetDescribeTraces(ctx *Context, args *GetDescribeTracesArgs, opts ...InvokeOption) (*GetDescribeTracesResult, error)
func GetDescribeTracesOutput(ctx *Context, args *GetDescribeTracesOutputArgs, opts ...InvokeOption) GetDescribeTracesResultOutput> Note: This function is named GetDescribeTraces in the Go SDK.
public static class GetDescribeTraces
{
public static Task<GetDescribeTracesResult> InvokeAsync(GetDescribeTracesArgs args, InvokeOptions? opts = null)
public static Output<GetDescribeTracesResult> Invoke(GetDescribeTracesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDescribeTracesResult> getDescribeTraces(GetDescribeTracesArgs args, InvokeOptions options)
public static Output<GetDescribeTracesResult> getDescribeTraces(GetDescribeTracesArgs args, InvokeOptions options)
fn::invoke:
function: volcengine:tls/getDescribeTraces:getDescribeTraces
arguments:
# arguments dictionaryThe following arguments are supported:
- Trace
Id string - Trace ID.
- Trace
Instance stringId - Trace instance ID.
- Output
File string - File name where to save data source results.
- Trace
Id string - Trace ID.
- Trace
Instance stringId - Trace instance ID.
- Output
File string - File name where to save data source results.
- trace
Id String - Trace ID.
- trace
Instance StringId - Trace instance ID.
- output
File String - File name where to save data source results.
- trace
Id string - Trace ID.
- trace
Instance stringId - Trace instance ID.
- output
File string - File name where to save data source results.
- trace_
id str - Trace ID.
- trace_
instance_ strid - Trace instance ID.
- output_
file str - File name where to save data source results.
- trace
Id String - Trace ID.
- trace
Instance StringId - Trace instance ID.
- output
File String - File name where to save data source results.
getDescribeTraces Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Total
Count int - The total count of tls trace query.
- Trace
Id string - Trace ID.
- Trace
Instance stringId - Traces
List<Get
Describe Traces Trace> - The collection of tls trace query.
- Output
File string
- Id string
- The provider-assigned unique ID for this managed resource.
- Total
Count int - The total count of tls trace query.
- Trace
Id string - Trace ID.
- Trace
Instance stringId - Traces
[]Get
Describe Traces Trace - The collection of tls trace query.
- Output
File string
- id String
- The provider-assigned unique ID for this managed resource.
- total
Count Integer - The total count of tls trace query.
- trace
Id String - Trace ID.
- trace
Instance StringId - traces
List<Get
Describe Traces Trace> - The collection of tls trace query.
- output
File String
- id string
- The provider-assigned unique ID for this managed resource.
- total
Count number - The total count of tls trace query.
- trace
Id string - Trace ID.
- trace
Instance stringId - traces
Get
Describe Traces Trace[] - The collection of tls trace query.
- output
File string
- id str
- The provider-assigned unique ID for this managed resource.
- total_
count int - The total count of tls trace query.
- trace_
id str - Trace ID.
- trace_
instance_ strid - traces
Sequence[Get
Describe Traces Trace] - The collection of tls trace query.
- output_
file str
- id String
- The provider-assigned unique ID for this managed resource.
- total
Count Number - The total count of tls trace query.
- trace
Id String - Trace ID.
- trace
Instance StringId - traces List<Property Map>
- The collection of tls trace query.
- output
File String
Supporting Types
GetDescribeTracesTrace
- Spans
List<Get
Describe Traces Trace Span> - The collection of spans.
- Trace
Id string - Trace ID.
- Spans
[]Get
Describe Traces Trace Span - The collection of spans.
- Trace
Id string - Trace ID.
- spans
List<Get
Describe Traces Trace Span> - The collection of spans.
- trace
Id String - Trace ID.
- spans
Get
Describe Traces Trace Span[] - The collection of spans.
- trace
Id string - Trace ID.
- spans
Sequence[Get
Describe Traces Trace Span] - The collection of spans.
- trace_
id str - Trace ID.
- spans List<Property Map>
- The collection of spans.
- trace
Id String - Trace ID.
GetDescribeTracesTraceSpan
- Attributes
List<Get
Describe Traces Trace Span Attribute> - Resource attributes.
- End
Time int - Span end time.
- Events
List<Get
Describe Traces Trace Span Event> - Span events.
- Instrumentation
Libraries List<GetDescribe Traces Trace Span Instrumentation Library> - Instrumentation library information.
- Kind string
- Span type.
- Links
List<Get
Describe Traces Trace Span Link> - Span links.
- Name string
- Span name.
- Parent
Span stringId - Parent Span ID.
- Resources
List<Get
Describe Traces Trace Span Resource> - Resource information.
- Span
Id string - Span ID.
- Start
Time int - Span start time.
- Statuses
List<Get
Describe Traces Trace Span Status> - Span status.
- Trace
Id string - Trace ID.
- Trace
State string - Trace state.
- Attributes
[]Get
Describe Traces Trace Span Attribute - Resource attributes.
- End
Time int - Span end time.
- Events
[]Get
Describe Traces Trace Span Event - Span events.
- Instrumentation
Libraries []GetDescribe Traces Trace Span Instrumentation Library - Instrumentation library information.
- Kind string
- Span type.
- Links
[]Get
Describe Traces Trace Span Link - Span links.
- Name string
- Span name.
- Parent
Span stringId - Parent Span ID.
- Resources
[]Get
Describe Traces Trace Span Resource - Resource information.
- Span
Id string - Span ID.
- Start
Time int - Span start time.
- Statuses
[]Get
Describe Traces Trace Span Status - Span status.
- Trace
Id string - Trace ID.
- Trace
State string - Trace state.
- attributes
List<Get
Describe Traces Trace Span Attribute> - Resource attributes.
- end
Time Integer - Span end time.
- events
List<Get
Describe Traces Trace Span Event> - Span events.
- instrumentation
Libraries List<GetDescribe Traces Trace Span Instrumentation Library> - Instrumentation library information.
- kind String
- Span type.
- links
List<Get
Describe Traces Trace Span Link> - Span links.
- name String
- Span name.
- parent
Span StringId - Parent Span ID.
- resources
List<Get
Describe Traces Trace Span Resource> - Resource information.
- span
Id String - Span ID.
- start
Time Integer - Span start time.
- statuses
List<Get
Describe Traces Trace Span Status> - Span status.
- trace
Id String - Trace ID.
- trace
State String - Trace state.
- attributes
Get
Describe Traces Trace Span Attribute[] - Resource attributes.
- end
Time number - Span end time.
- events
Get
Describe Traces Trace Span Event[] - Span events.
- instrumentation
Libraries GetDescribe Traces Trace Span Instrumentation Library[] - Instrumentation library information.
- kind string
- Span type.
- links
Get
Describe Traces Trace Span Link[] - Span links.
- name string
- Span name.
- parent
Span stringId - Parent Span ID.
- resources
Get
Describe Traces Trace Span Resource[] - Resource information.
- span
Id string - Span ID.
- start
Time number - Span start time.
- statuses
Get
Describe Traces Trace Span Status[] - Span status.
- trace
Id string - Trace ID.
- trace
State string - Trace state.
- attributes
Sequence[Get
Describe Traces Trace Span Attribute] - Resource attributes.
- end_
time int - Span end time.
- events
Sequence[Get
Describe Traces Trace Span Event] - Span events.
- instrumentation_
libraries Sequence[GetDescribe Traces Trace Span Instrumentation Library] - Instrumentation library information.
- kind str
- Span type.
- links
Sequence[Get
Describe Traces Trace Span Link] - Span links.
- name str
- Span name.
- parent_
span_ strid - Parent Span ID.
- resources
Sequence[Get
Describe Traces Trace Span Resource] - Resource information.
- span_
id str - Span ID.
- start_
time int - Span start time.
- statuses
Sequence[Get
Describe Traces Trace Span Status] - Span status.
- trace_
id str - Trace ID.
- trace_
state str - Trace state.
- attributes List<Property Map>
- Resource attributes.
- end
Time Number - Span end time.
- events List<Property Map>
- Span events.
- instrumentation
Libraries List<Property Map> - Instrumentation library information.
- kind String
- Span type.
- links List<Property Map>
- Span links.
- name String
- Span name.
- parent
Span StringId - Parent Span ID.
- resources List<Property Map>
- Resource information.
- span
Id String - Span ID.
- start
Time Number - Span start time.
- statuses List<Property Map>
- Span status.
- trace
Id String - Trace ID.
- trace
State String - Trace state.
GetDescribeTracesTraceSpanAttribute
GetDescribeTracesTraceSpanEvent
- Attributes
List<Get
Describe Traces Trace Span Event Attribute> - Resource attributes.
- Name string
- Span name.
- Timestamp int
- Event timestamp.
- Attributes
[]Get
Describe Traces Trace Span Event Attribute - Resource attributes.
- Name string
- Span name.
- Timestamp int
- Event timestamp.
- attributes
List<Get
Describe Traces Trace Span Event Attribute> - Resource attributes.
- name String
- Span name.
- timestamp Integer
- Event timestamp.
- attributes
Get
Describe Traces Trace Span Event Attribute[] - Resource attributes.
- name string
- Span name.
- timestamp number
- Event timestamp.
- attributes
Sequence[Get
Describe Traces Trace Span Event Attribute] - Resource attributes.
- name str
- Span name.
- timestamp int
- Event timestamp.
- attributes List<Property Map>
- Resource attributes.
- name String
- Span name.
- timestamp Number
- Event timestamp.
GetDescribeTracesTraceSpanEventAttribute
GetDescribeTracesTraceSpanInstrumentationLibrary
GetDescribeTracesTraceSpanLink
- Attributes
List<Get
Describe Traces Trace Span Link Attribute> - Resource attributes.
- Span
Id string - Span ID.
- Trace
Id string - Trace ID.
- Trace
State string - Trace state.
- Attributes
[]Get
Describe Traces Trace Span Link Attribute - Resource attributes.
- Span
Id string - Span ID.
- Trace
Id string - Trace ID.
- Trace
State string - Trace state.
- attributes
List<Get
Describe Traces Trace Span Link Attribute> - Resource attributes.
- span
Id String - Span ID.
- trace
Id String - Trace ID.
- trace
State String - Trace state.
- attributes
Get
Describe Traces Trace Span Link Attribute[] - Resource attributes.
- span
Id string - Span ID.
- trace
Id string - Trace ID.
- trace
State string - Trace state.
- attributes
Sequence[Get
Describe Traces Trace Span Link Attribute] - Resource attributes.
- span_
id str - Span ID.
- trace_
id str - Trace ID.
- trace_
state str - Trace state.
- attributes List<Property Map>
- Resource attributes.
- span
Id String - Span ID.
- trace
Id String - Trace ID.
- trace
State String - Trace state.
GetDescribeTracesTraceSpanLinkAttribute
GetDescribeTracesTraceSpanResource
- Attributes
List<Get
Describe Traces Trace Span Resource Attribute> - Resource attributes.
- Attributes
[]Get
Describe Traces Trace Span Resource Attribute - Resource attributes.
- attributes
List<Get
Describe Traces Trace Span Resource Attribute> - Resource attributes.
- attributes
Get
Describe Traces Trace Span Resource Attribute[] - Resource attributes.
- attributes
Sequence[Get
Describe Traces Trace Span Resource Attribute] - Resource attributes.
- attributes List<Property Map>
- Resource attributes.
GetDescribeTracesTraceSpanResourceAttribute
GetDescribeTracesTraceSpanStatus
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
volcengineTerraform Provider.
Volcengine v0.0.45 published on Tuesday, Feb 10, 2026 by Volcengine
