All Products
Search
Document Center

DataWorks:ScanSensitiveData

Last Updated:Jun 11, 2026

Memeriksa apakah data masukan mengandung data sensitif.

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.

Parameter permintaan

Parameter

Type

Required

Description

Example

Data

string

Yes

Data yang ingin Anda periksa.

13900001234

Elemen respons

Element

Type

Description

Example

object

The data returned.

Sensitives

object

The check result. sensDatas indicates the rules that are used to check the sensitive data. sensDatas includes the following parameters:

  • hitCount: the number of times that the sensitive data hits the rule.

  • ruleName: the name of the rule.

RequestId

string

The request ID.

0000-ABCD-EFG****

Contoh

Respons sukses

JSONformat

{
  "Sensitives": {
    "sensDatas": [
      {
        "hitCount": 1,
        "ruleName": "手机号"
      }
    ]
  },
  "RequestId": "0000-ABCD-EFG****"
}

Kode kesalahan

HTTP status code

Error code

Error message

Description

500 InternalError.DQC.BizError An internal error occurred.
403 Forbidden.Meta.NoTenant The user is not the owner of any tenants. The user is not the owner of any tenants.

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.