Viewing docs for volcenginecc v0.0.50
published on Monday, Jul 20, 2026 by Volcengine
published on Monday, Jul 20, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.50
published on Monday, Jul 20, 2026 by Volcengine
published on Monday, Jul 20, 2026 by Volcengine
Data Source schema for Volcengine::TLS::DownloadTask
Using getDownloadTask
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 getDownloadTask(args: GetDownloadTaskArgs, opts?: InvokeOptions): Promise<GetDownloadTaskResult>
function getDownloadTaskOutput(args: GetDownloadTaskOutputArgs, opts?: InvokeOptions): Output<GetDownloadTaskResult>def get_download_task(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDownloadTaskResult
def get_download_task_output(id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDownloadTaskResult]func LookupDownloadTask(ctx *Context, args *LookupDownloadTaskArgs, opts ...InvokeOption) (*LookupDownloadTaskResult, error)
func LookupDownloadTaskOutput(ctx *Context, args *LookupDownloadTaskOutputArgs, opts ...InvokeOption) LookupDownloadTaskResultOutput> Note: This function is named LookupDownloadTask in the Go SDK.
public static class GetDownloadTask
{
public static Task<GetDownloadTaskResult> InvokeAsync(GetDownloadTaskArgs args, InvokeOptions? opts = null)
public static Output<GetDownloadTaskResult> Invoke(GetDownloadTaskInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDownloadTaskResult> getDownloadTask(GetDownloadTaskArgs args, InvokeOptions options)
public static Output<GetDownloadTaskResult> getDownloadTask(GetDownloadTaskArgs args, InvokeOptions options)
fn::invoke:
function: volcenginecc:tls/getDownloadTask:getDownloadTask
arguments:
# arguments dictionarydata "volcenginecc_tls_get_download_task" "name" {
# arguments
}The following arguments are supported:
- Id string
- Uniquely identifies the resource.
- Id string
- Uniquely identifies the resource.
- id string
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
- id string
- Uniquely identifies the resource.
- id str
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
getDownloadTask Result
The following output properties are available:
- Allow
Incomplete bool - Whether to allow approximate results when the query statement cannot be calculated precisely.
- Compression string
- Compression format of the exported file. none: no compression. Recommended only for small data volumes. gzip: compress using gzip format. ip: compress using ip format.
- Create
Time string - Download task creation time.
- Data
Format string - Exported file format. Supported values: csv: CSV format. json: JSON format. jsonl: JSONL format.
- End
Time int - Query end time, accurate to the millisecond. Unix timestamp format, representing the number of milliseconds since 1970-1-1 00:00:00 UTC.
- End
Time stringStr - Query end time.
- Id string
- Uniquely identifies the resource.
- Limit int
- Number of original log entries downloaded, or number of rows in the analysis result.
- Log
Context Volcengine.Infos Get Download Task Log Context Infos - Download the log information required for context queries, including the source host, LogGroup ID, and the log's sequence number within the LogGroup. Set this parameter when TaskType is 2.
- Log
Count int - Number of log entries included in the download task.
- Log
Size int - Total size of logs included in the download task, in bytes.
- Must
Complete bool - Whether to use fully accurate query results for download. true: use fully accurate query results to ensure the downloaded log data exactly matches the query conditions. false: full accuracy is not required; allows downloading log data that may not exactly match the query conditions.
- Query string
- Query statement for analysis, with a maximum length of 4 KiB.
- Sort string
- Log sorting order when only retrieving without analysis. asc: ascending. desc: descending.
- Start
Time int - Query start time, accurate to the millisecond. Unix timestamp format, representing the number of milliseconds since 1970-1-1 00:00:00 UTC.
- Start
Time stringStr - Query start time.
- Task
Id string - Download task ID.
- Task
Name string - Download task name. Length range: 1–63 characters.
- Task
Status string - Download task status, indicating the generation status of the log archive file. Includes: creating: file is being generated. created_cut: file has been partially generated. success: file has been generated. wait: waiting. fail: failed.
- Task
Type int - Type of logs to download. 0: download search-type logs. 1: download analysis-type logs. 2: download context-type logs.
- Topic
Id string - Log topic ID to which the download task belongs.
- Allow
Incomplete bool - Whether to allow approximate results when the query statement cannot be calculated precisely.
- Compression string
- Compression format of the exported file. none: no compression. Recommended only for small data volumes. gzip: compress using gzip format. ip: compress using ip format.
- Create
Time string - Download task creation time.
- Data
Format string - Exported file format. Supported values: csv: CSV format. json: JSON format. jsonl: JSONL format.
- End
Time int - Query end time, accurate to the millisecond. Unix timestamp format, representing the number of milliseconds since 1970-1-1 00:00:00 UTC.
- End
Time stringStr - Query end time.
- Id string
- Uniquely identifies the resource.
- Limit int
- Number of original log entries downloaded, or number of rows in the analysis result.
- Log
Context GetInfos Download Task Log Context Infos - Download the log information required for context queries, including the source host, LogGroup ID, and the log's sequence number within the LogGroup. Set this parameter when TaskType is 2.
- Log
Count int - Number of log entries included in the download task.
- Log
Size int - Total size of logs included in the download task, in bytes.
- Must
Complete bool - Whether to use fully accurate query results for download. true: use fully accurate query results to ensure the downloaded log data exactly matches the query conditions. false: full accuracy is not required; allows downloading log data that may not exactly match the query conditions.
- Query string
- Query statement for analysis, with a maximum length of 4 KiB.
- Sort string
- Log sorting order when only retrieving without analysis. asc: ascending. desc: descending.
- Start
Time int - Query start time, accurate to the millisecond. Unix timestamp format, representing the number of milliseconds since 1970-1-1 00:00:00 UTC.
- Start
Time stringStr - Query start time.
- Task
Id string - Download task ID.
- Task
Name string - Download task name. Length range: 1–63 characters.
- Task
Status string - Download task status, indicating the generation status of the log archive file. Includes: creating: file is being generated. created_cut: file has been partially generated. success: file has been generated. wait: waiting. fail: failed.
- Task
Type int - Type of logs to download. 0: download search-type logs. 1: download analysis-type logs. 2: download context-type logs.
- Topic
Id string - Log topic ID to which the download task belongs.
- allow_
incomplete bool - Whether to allow approximate results when the query statement cannot be calculated precisely.
- compression string
- Compression format of the exported file. none: no compression. Recommended only for small data volumes. gzip: compress using gzip format. ip: compress using ip format.
- create_
time string - Download task creation time.
- data_
format string - Exported file format. Supported values: csv: CSV format. json: JSON format. jsonl: JSONL format.
- end_
time number - Query end time, accurate to the millisecond. Unix timestamp format, representing the number of milliseconds since 1970-1-1 00:00:00 UTC.
- end_
time_ stringstr - Query end time.
- id string
- Uniquely identifies the resource.
- limit number
- Number of original log entries downloaded, or number of rows in the analysis result.
- log_
context_ objectinfos - Download the log information required for context queries, including the source host, LogGroup ID, and the log's sequence number within the LogGroup. Set this parameter when TaskType is 2.
- log_
count number - Number of log entries included in the download task.
- log_
size number - Total size of logs included in the download task, in bytes.
- must_
complete bool - Whether to use fully accurate query results for download. true: use fully accurate query results to ensure the downloaded log data exactly matches the query conditions. false: full accuracy is not required; allows downloading log data that may not exactly match the query conditions.
- query string
- Query statement for analysis, with a maximum length of 4 KiB.
- sort string
- Log sorting order when only retrieving without analysis. asc: ascending. desc: descending.
- start_
time number - Query start time, accurate to the millisecond. Unix timestamp format, representing the number of milliseconds since 1970-1-1 00:00:00 UTC.
- start_
time_ stringstr - Query start time.
- task_
id string - Download task ID.
- task_
name string - Download task name. Length range: 1–63 characters.
- task_
status string - Download task status, indicating the generation status of the log archive file. Includes: creating: file is being generated. created_cut: file has been partially generated. success: file has been generated. wait: waiting. fail: failed.
- task_
type number - Type of logs to download. 0: download search-type logs. 1: download analysis-type logs. 2: download context-type logs.
- topic_
id string - Log topic ID to which the download task belongs.
- allow
Incomplete Boolean - Whether to allow approximate results when the query statement cannot be calculated precisely.
- compression String
- Compression format of the exported file. none: no compression. Recommended only for small data volumes. gzip: compress using gzip format. ip: compress using ip format.
- create
Time String - Download task creation time.
- data
Format String - Exported file format. Supported values: csv: CSV format. json: JSON format. jsonl: JSONL format.
- end
Time Integer - Query end time, accurate to the millisecond. Unix timestamp format, representing the number of milliseconds since 1970-1-1 00:00:00 UTC.
- end
Time StringStr - Query end time.
- id String
- Uniquely identifies the resource.
- limit Integer
- Number of original log entries downloaded, or number of rows in the analysis result.
- log
Context GetInfos Download Task Log Context Infos - Download the log information required for context queries, including the source host, LogGroup ID, and the log's sequence number within the LogGroup. Set this parameter when TaskType is 2.
- log
Count Integer - Number of log entries included in the download task.
- log
Size Integer - Total size of logs included in the download task, in bytes.
- must
Complete Boolean - Whether to use fully accurate query results for download. true: use fully accurate query results to ensure the downloaded log data exactly matches the query conditions. false: full accuracy is not required; allows downloading log data that may not exactly match the query conditions.
- query String
- Query statement for analysis, with a maximum length of 4 KiB.
- sort String
- Log sorting order when only retrieving without analysis. asc: ascending. desc: descending.
- start
Time Integer - Query start time, accurate to the millisecond. Unix timestamp format, representing the number of milliseconds since 1970-1-1 00:00:00 UTC.
- start
Time StringStr - Query start time.
- task
Id String - Download task ID.
- task
Name String - Download task name. Length range: 1–63 characters.
- task
Status String - Download task status, indicating the generation status of the log archive file. Includes: creating: file is being generated. created_cut: file has been partially generated. success: file has been generated. wait: waiting. fail: failed.
- task
Type Integer - Type of logs to download. 0: download search-type logs. 1: download analysis-type logs. 2: download context-type logs.
- topic
Id String - Log topic ID to which the download task belongs.
- allow
Incomplete boolean - Whether to allow approximate results when the query statement cannot be calculated precisely.
- compression string
- Compression format of the exported file. none: no compression. Recommended only for small data volumes. gzip: compress using gzip format. ip: compress using ip format.
- create
Time string - Download task creation time.
- data
Format string - Exported file format. Supported values: csv: CSV format. json: JSON format. jsonl: JSONL format.
- end
Time number - Query end time, accurate to the millisecond. Unix timestamp format, representing the number of milliseconds since 1970-1-1 00:00:00 UTC.
- end
Time stringStr - Query end time.
- id string
- Uniquely identifies the resource.
- limit number
- Number of original log entries downloaded, or number of rows in the analysis result.
- log
Context GetInfos Download Task Log Context Infos - Download the log information required for context queries, including the source host, LogGroup ID, and the log's sequence number within the LogGroup. Set this parameter when TaskType is 2.
- log
Count number - Number of log entries included in the download task.
- log
Size number - Total size of logs included in the download task, in bytes.
- must
Complete boolean - Whether to use fully accurate query results for download. true: use fully accurate query results to ensure the downloaded log data exactly matches the query conditions. false: full accuracy is not required; allows downloading log data that may not exactly match the query conditions.
- query string
- Query statement for analysis, with a maximum length of 4 KiB.
- sort string
- Log sorting order when only retrieving without analysis. asc: ascending. desc: descending.
- start
Time number - Query start time, accurate to the millisecond. Unix timestamp format, representing the number of milliseconds since 1970-1-1 00:00:00 UTC.
- start
Time stringStr - Query start time.
- task
Id string - Download task ID.
- task
Name string - Download task name. Length range: 1–63 characters.
- task
Status string - Download task status, indicating the generation status of the log archive file. Includes: creating: file is being generated. created_cut: file has been partially generated. success: file has been generated. wait: waiting. fail: failed.
- task
Type number - Type of logs to download. 0: download search-type logs. 1: download analysis-type logs. 2: download context-type logs.
- topic
Id string - Log topic ID to which the download task belongs.
- allow_
incomplete bool - Whether to allow approximate results when the query statement cannot be calculated precisely.
- compression str
- Compression format of the exported file. none: no compression. Recommended only for small data volumes. gzip: compress using gzip format. ip: compress using ip format.
- create_
time str - Download task creation time.
- data_
format str - Exported file format. Supported values: csv: CSV format. json: JSON format. jsonl: JSONL format.
- end_
time int - Query end time, accurate to the millisecond. Unix timestamp format, representing the number of milliseconds since 1970-1-1 00:00:00 UTC.
- end_
time_ strstr - Query end time.
- id str
- Uniquely identifies the resource.
- limit int
- Number of original log entries downloaded, or number of rows in the analysis result.
- log_
context_ Getinfos Download Task Log Context Infos - Download the log information required for context queries, including the source host, LogGroup ID, and the log's sequence number within the LogGroup. Set this parameter when TaskType is 2.
- log_
count int - Number of log entries included in the download task.
- log_
size int - Total size of logs included in the download task, in bytes.
- must_
complete bool - Whether to use fully accurate query results for download. true: use fully accurate query results to ensure the downloaded log data exactly matches the query conditions. false: full accuracy is not required; allows downloading log data that may not exactly match the query conditions.
- query str
- Query statement for analysis, with a maximum length of 4 KiB.
- sort str
- Log sorting order when only retrieving without analysis. asc: ascending. desc: descending.
- start_
time int - Query start time, accurate to the millisecond. Unix timestamp format, representing the number of milliseconds since 1970-1-1 00:00:00 UTC.
- start_
time_ strstr - Query start time.
- task_
id str - Download task ID.
- task_
name str - Download task name. Length range: 1–63 characters.
- task_
status str - Download task status, indicating the generation status of the log archive file. Includes: creating: file is being generated. created_cut: file has been partially generated. success: file has been generated. wait: waiting. fail: failed.
- task_
type int - Type of logs to download. 0: download search-type logs. 1: download analysis-type logs. 2: download context-type logs.
- topic_
id str - Log topic ID to which the download task belongs.
- allow
Incomplete Boolean - Whether to allow approximate results when the query statement cannot be calculated precisely.
- compression String
- Compression format of the exported file. none: no compression. Recommended only for small data volumes. gzip: compress using gzip format. ip: compress using ip format.
- create
Time String - Download task creation time.
- data
Format String - Exported file format. Supported values: csv: CSV format. json: JSON format. jsonl: JSONL format.
- end
Time Number - Query end time, accurate to the millisecond. Unix timestamp format, representing the number of milliseconds since 1970-1-1 00:00:00 UTC.
- end
Time StringStr - Query end time.
- id String
- Uniquely identifies the resource.
- limit Number
- Number of original log entries downloaded, or number of rows in the analysis result.
- log
Context Property MapInfos - Download the log information required for context queries, including the source host, LogGroup ID, and the log's sequence number within the LogGroup. Set this parameter when TaskType is 2.
- log
Count Number - Number of log entries included in the download task.
- log
Size Number - Total size of logs included in the download task, in bytes.
- must
Complete Boolean - Whether to use fully accurate query results for download. true: use fully accurate query results to ensure the downloaded log data exactly matches the query conditions. false: full accuracy is not required; allows downloading log data that may not exactly match the query conditions.
- query String
- Query statement for analysis, with a maximum length of 4 KiB.
- sort String
- Log sorting order when only retrieving without analysis. asc: ascending. desc: descending.
- start
Time Number - Query start time, accurate to the millisecond. Unix timestamp format, representing the number of milliseconds since 1970-1-1 00:00:00 UTC.
- start
Time StringStr - Query start time.
- task
Id String - Download task ID.
- task
Name String - Download task name. Length range: 1–63 characters.
- task
Status String - Download task status, indicating the generation status of the log archive file. Includes: creating: file is being generated. created_cut: file has been partially generated. success: file has been generated. wait: waiting. fail: failed.
- task
Type Number - Type of logs to download. 0: download search-type logs. 1: download analysis-type logs. 2: download context-type logs.
- topic
Id String - Log topic ID to which the download task belongs.
Supporting Types
GetDownloadTaskLogContextInfos
- Context
Flow string - LogGroup ID to which the log context belongs.
- Package
Offset int - Specifies the log index in the LogGroup.
- Source string
- Host of the log source.
- Context
Flow string - LogGroup ID to which the log context belongs.
- Package
Offset int - Specifies the log index in the LogGroup.
- Source string
- Host of the log source.
- context_
flow string - LogGroup ID to which the log context belongs.
- package_
offset number - Specifies the log index in the LogGroup.
- source string
- Host of the log source.
- context
Flow String - LogGroup ID to which the log context belongs.
- package
Offset Integer - Specifies the log index in the LogGroup.
- source String
- Host of the log source.
- context
Flow string - LogGroup ID to which the log context belongs.
- package
Offset number - Specifies the log index in the LogGroup.
- source string
- Host of the log source.
- context_
flow str - LogGroup ID to which the log context belongs.
- package_
offset int - Specifies the log index in the LogGroup.
- source str
- Host of the log source.
- context
Flow String - LogGroup ID to which the log context belongs.
- package
Offset Number - Specifies the log index in the LogGroup.
- source String
- Host of the log source.
Package Details
- Repository
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.50
published on Monday, Jul 20, 2026 by Volcengine
published on Monday, Jul 20, 2026 by Volcengine