Mengkueri aturan identifikasi data sensitif bawaan yang digunakan untuk mengonfigurasi bidang sensitif.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dataworks:QueryRecognizeRulesType |
get |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
Tidak ada parameter yang diperlukan.
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
| ErrorCode |
string |
The error code. |
9990030003 |
| ErrorMessage |
string |
The error message. |
Missing parameter |
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| Data |
any |
The returned data about the built-in sensitive data identification rule that is used to configure a sensitive field. The data is in the JSON format. |
{ "HttpStatusCode": 200, "Data": [ { "Regular Expression": "1" }, { "Recognize Rule": "2" }, { "Sample Library": "3" }, { "Model": "4" } ], "Success": true } |
| RequestId |
string |
The request ID. |
10000001 |
Contoh
Respons sukses
JSONformat
{
"Success": true,
"ErrorCode": "9990030002",
"ErrorMessage": "Missing parameter",
"HttpStatusCode": 200,
"Data": "{ \"HttpStatusCode\": 200, \"Data\": [ { \"Regular Expression\": \"1\" }, { \"Recognize Rule\": \"2\" }, { \"Sample Library\": \"3\" }, { \"Model\": \"4\" } ], \"Success\": true }",
"RequestId": "10000001"
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | BADPARAMETERS | Parameters are missing or in the wrong format. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.