All Products
Search
Document Center

DataWorks:CreateDataQualityScanRun

Last Updated:Jun 11, 2026

Memicu pemindaian Kualitas Data tertentu dan mengembalikan ID run.

Deskripsi operasi

This operation is available only in DataWorks Basic Edition and later versions.

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  HTTP/1.1

Parameter permintaan

Parameter

Type

Required

Description

Example

DataQualityScanId

integer

No

ID pemindaian Kualitas Data.

20000001

ProjectId

integer

No

ID Proyek.

10000

Parameters

array<object>

No

Parameter untuk run. Parameter triggerTime wajib diisi.

object

No

A runtime parameter.

Value

string

No

The parameter value.

  • If the parameter name is triggerTime, this value must be the trigger time as a timestamp.

1775812636

Name

string

No

The name of the parameter. The only supported value is:

  • triggerTime

No other scheduling parameters are currently supported.

triggerTime

RuntimeResource

object

No

Menentukan kelompok sumber daya penjadwalan yang digunakan untuk menjalankan pemindaian Kualitas Data. Objek ini menggunakan struktur data yang sama dengan API penjadwalan.

Id

string

No

The resource group ID.

e9455a13-ff00-4965-833c-337546ba4854

Cu

number

No

The number of compute units (CUs) to reserve from the resource group for the data quality scan.

0.25

Image

string

No

The image configuration for running the data quality scan on the resource group.

i-xxxxxx

Elemen respons

Element

Type

Description

Example

object

The response object.

RequestId

string

The request ID.

0bc14115***159376359

Id

integer

The run ID.

248840

Contoh

Respons sukses

JSONformat

{
  "RequestId": "0bc14115***159376359",
  "Id": 248840
}

Kode kesalahan

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.