All Products
Search
Document Center

Simple Log Service:CreateDownloadJob

Last Updated:Jun 11, 2026

Membuat tugas pengunduhan log di proyek tertentu.

Coba sekarang

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tidak ada otorisasi untuk operasi ini. Jika Anda mengalami masalah saat menjalankan operasi ini, hubungi dukungan teknis.

Sintaks permintaan

POST /downloadjobs HTTP/1.1

Parameter permintaan

Parameter

Type

Required

Description

Example

project

string

Yes

Nama proyek.

ali-test-project

body

object

Yes

Konfigurasi tugas pengunduhan log.

name

string

Yes

The name of the job. The name must meet the following requirements:

The job name must be unique within a project.

  • It can contain only lowercase letters, digits, hyphens (-), and underscores (_).

  • It must start and end with a lowercase letter or a digit.

  • The name must be 2 to 64 characters in length.

download-123

description

string

No

The description of the log download task.

Log download task

configuration

object

Yes

The download configuration.

logstore

string

Yes

The source Logstore.

test-logstore

fromTime

integer

Yes

The start time. This is a UNIX timestamp that is accurate to the second.

1722406260

toTime

integer

Yes

The end time. This is a UNIX timestamp that is accurate to the second.

1722409860

query

string

Yes

The search statement.

* | select *

powerSql

boolean

No

Specifies whether to enable PowerSQL. Valid values: `true` and `false`.

true

allowInComplete

boolean

Yes

Specifies whether to allow the download of incomplete results. Valid values: `true` and `false`.

false

sink

object

Yes

The export configuration.

type

string

Yes

The type of the destination. Set the value to `AliyunOSS`.

AliyunOSS

contentType

string

Yes

The format of the downloaded file. Valid values: `csv` and `json`.

csv

compressionType

string

Yes

The compression format of the file. Valid values: `zstd`, `lz4`, `gzip`, and `none`.

none

roleArn

string

No

The Alibaba Cloud Resource Name (ARN) of the RAM role to use for the download.

acs:ram::0123456789:role/aliyunlogdefaultrole

bucket

string

No

The destination Object Storage Service (OSS) bucket.

oss-test-bucket

prefix

string

No

The prefix of the path in the destination OSS bucket.

download/

displayName

string

Yes

The display name.

download-123456789

Elemen respons

Element

Type

Description

Example

Tidak ada yang didefinisikan.

Contoh

Respons sukses

JSONformat

{}

Kode kesalahan

HTTP status code

Error code

Error message

Description

400 IdempotentParameterMismatch The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.