DsgStopSensIdentify
Stops a sensitive data identification task.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dataworks:DsgStopSensIdentify |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| TenantId |
string |
Yes |
The tenant ID. To obtain the tenant ID, log on to the DataWorks console. Find your workspace and go to the DataStudio page. Click your username in the upper-right corner and click User Info in the Menu section. |
10241024 |
| JobId |
integer |
Yes |
The ID of the sensitive data identification task. You can call the DsgRunSensIdentify operation to obtain the task ID. |
1000001 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The returned data. |
||
| 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 data returned. Boolean type. |
true |
| RequestId |
string |
The request ID. |
10000001 |
Examples
Success response
JSON format
{
"Success": true,
"ErrorCode": "9990030003",
"ErrorMessage": "Missing parameter",
"HttpStatusCode": 200,
"Data": "true",
"RequestId": "10000111"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | BADPARAMETERS | Parameters are missing or in the wrong format. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.