Volcengine v0.0.45 published on Tuesday, Feb 10, 2026 by Volcengine
Volcengine v0.0.45 published on Tuesday, Feb 10, 2026 by Volcengine
Deprecated: volcengine.tls.DescribeTraces has been deprecated in favor of volcengine.tls.getDescribeTraces
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 DescribeTraces
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 describeTraces(args: DescribeTracesArgs, opts?: InvokeOptions): Promise<DescribeTracesResult>
function describeTracesOutput(args: DescribeTracesOutputArgs, opts?: InvokeOptions): Output<DescribeTracesResult>def describe_traces(output_file: Optional[str] = None,
trace_id: Optional[str] = None,
trace_instance_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> DescribeTracesResult
def 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[DescribeTracesResult]func DescribeTraces(ctx *Context, args *DescribeTracesArgs, opts ...InvokeOption) (*DescribeTracesResult, error)
func DescribeTracesOutput(ctx *Context, args *DescribeTracesOutputArgs, opts ...InvokeOption) DescribeTracesResultOutputpublic static class DescribeTraces
{
public static Task<DescribeTracesResult> InvokeAsync(DescribeTracesArgs args, InvokeOptions? opts = null)
public static Output<DescribeTracesResult> Invoke(DescribeTracesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<DescribeTracesResult> describeTraces(DescribeTracesArgs args, InvokeOptions options)
public static Output<DescribeTracesResult> describeTraces(DescribeTracesArgs args, InvokeOptions options)
fn::invoke:
function: volcengine:tls:DescribeTraces
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.
DescribeTraces 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<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
[]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<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
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[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
DescribeTracesTrace
- Spans
List<Describe
Traces Trace Span> - The collection of spans.
- Trace
Id string - Trace ID.
- Spans
[]Describe
Traces Trace Span - The collection of spans.
- Trace
Id string - Trace ID.
- spans
List<Describe
Traces Trace Span> - The collection of spans.
- trace
Id String - Trace ID.
- spans
Describe
Traces Trace Span[] - The collection of spans.
- trace
Id string - Trace ID.
- spans
Sequence[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.
DescribeTracesTraceSpan
- Attributes
List<Describe
Traces Trace Span Attribute> - Resource attributes.
- End
Time int - Span end time.
- Events
List<Describe
Traces Trace Span Event> - Span events.
- Instrumentation
Libraries List<DescribeTraces Trace Span Instrumentation Library> - Instrumentation library information.
- Kind string
- Span type.
- Links
List<Describe
Traces Trace Span Link> - Span links.
- Name string
- Span name.
- Parent
Span stringId - Parent Span ID.
- Resources
List<Describe
Traces Trace Span Resource> - Resource information.
- Span
Id string - Span ID.
- Start
Time int - Span start time.
- Statuses
List<Describe
Traces Trace Span Status> - Span status.
- Trace
Id string - Trace ID.
- Trace
State string - Trace state.
- Attributes
[]Describe
Traces Trace Span Attribute - Resource attributes.
- End
Time int - Span end time.
- Events
[]Describe
Traces Trace Span Event - Span events.
- Instrumentation
Libraries []DescribeTraces Trace Span Instrumentation Library - Instrumentation library information.
- Kind string
- Span type.
- Links
[]Describe
Traces Trace Span Link - Span links.
- Name string
- Span name.
- Parent
Span stringId - Parent Span ID.
- Resources
[]Describe
Traces Trace Span Resource - Resource information.
- Span
Id string - Span ID.
- Start
Time int - Span start time.
- Statuses
[]Describe
Traces Trace Span Status - Span status.
- Trace
Id string - Trace ID.
- Trace
State string - Trace state.
- attributes
List<Describe
Traces Trace Span Attribute> - Resource attributes.
- end
Time Integer - Span end time.
- events
List<Describe
Traces Trace Span Event> - Span events.
- instrumentation
Libraries List<DescribeTraces Trace Span Instrumentation Library> - Instrumentation library information.
- kind String
- Span type.
- links
List<Describe
Traces Trace Span Link> - Span links.
- name String
- Span name.
- parent
Span StringId - Parent Span ID.
- resources
List<Describe
Traces Trace Span Resource> - Resource information.
- span
Id String - Span ID.
- start
Time Integer - Span start time.
- statuses
List<Describe
Traces Trace Span Status> - Span status.
- trace
Id String - Trace ID.
- trace
State String - Trace state.
- attributes
Describe
Traces Trace Span Attribute[] - Resource attributes.
- end
Time number - Span end time.
- events
Describe
Traces Trace Span Event[] - Span events.
- instrumentation
Libraries DescribeTraces Trace Span Instrumentation Library[] - Instrumentation library information.
- kind string
- Span type.
- links
Describe
Traces Trace Span Link[] - Span links.
- name string
- Span name.
- parent
Span stringId - Parent Span ID.
- resources
Describe
Traces Trace Span Resource[] - Resource information.
- span
Id string - Span ID.
- start
Time number - Span start time.
- statuses
Describe
Traces Trace Span Status[] - Span status.
- trace
Id string - Trace ID.
- trace
State string - Trace state.
- attributes
Sequence[Describe
Traces Trace Span Attribute] - Resource attributes.
- end_
time int - Span end time.
- events
Sequence[Describe
Traces Trace Span Event] - Span events.
- instrumentation_
libraries Sequence[DescribeTraces Trace Span Instrumentation Library] - Instrumentation library information.
- kind str
- Span type.
- links
Sequence[Describe
Traces Trace Span Link] - Span links.
- name str
- Span name.
- parent_
span_ strid - Parent Span ID.
- resources
Sequence[Describe
Traces Trace Span Resource] - Resource information.
- span_
id str - Span ID.
- start_
time int - Span start time.
- statuses
Sequence[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.
DescribeTracesTraceSpanAttribute
DescribeTracesTraceSpanEvent
- Attributes
List<Describe
Traces Trace Span Event Attribute> - Resource attributes.
- Name string
- Span name.
- Timestamp int
- Event timestamp.
- Attributes
[]Describe
Traces Trace Span Event Attribute - Resource attributes.
- Name string
- Span name.
- Timestamp int
- Event timestamp.
- attributes
List<Describe
Traces Trace Span Event Attribute> - Resource attributes.
- name String
- Span name.
- timestamp Integer
- Event timestamp.
- attributes
Describe
Traces Trace Span Event Attribute[] - Resource attributes.
- name string
- Span name.
- timestamp number
- Event timestamp.
- attributes
Sequence[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.
DescribeTracesTraceSpanEventAttribute
DescribeTracesTraceSpanInstrumentationLibrary
DescribeTracesTraceSpanLink
- Attributes
List<Describe
Traces Trace Span Link Attribute> - Resource attributes.
- Span
Id string - Span ID.
- Trace
Id string - Trace ID.
- Trace
State string - Trace state.
- Attributes
[]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<Describe
Traces Trace Span Link Attribute> - Resource attributes.
- span
Id String - Span ID.
- trace
Id String - Trace ID.
- trace
State String - Trace state.
- attributes
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[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.
DescribeTracesTraceSpanLinkAttribute
DescribeTracesTraceSpanResource
- Attributes
List<Describe
Traces Trace Span Resource Attribute> - Resource attributes.
- Attributes
[]Describe
Traces Trace Span Resource Attribute - Resource attributes.
- attributes
List<Describe
Traces Trace Span Resource Attribute> - Resource attributes.
- attributes
Describe
Traces Trace Span Resource Attribute[] - Resource attributes.
- attributes
Sequence[Describe
Traces Trace Span Resource Attribute] - Resource attributes.
- attributes List<Property Map>
- Resource attributes.
DescribeTracesTraceSpanResourceAttribute
DescribeTracesTraceSpanStatus
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
