Stops sensitive data identification tasks defined by Data Security Guard.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
Action | String | Yes | DsgStopSensIdentify | The operation that you want to perform. Set the value to DsgStopSensIdentify. |
TenantId | String | No | 10241024 | The tenant ID. To obtain the tenant ID, perform the following steps: Log on to the DataWorks console. Find your workspace and go to the DataStudio page. On the DataStudio page, click the logon username in the upper-right corner and click User Info in the Menu section. |
JobId | Long | No | 1000001 | The ID of the sensitive data identification task. You can call the DsgRunSensIdentify operation to obtain the task ID. |
Response parameters
Parameter | Type | Example | Description |
Success | Boolean | true | Indicates whether the request was successful.
|
ErrorCode | String | 9990030003 | The error code. |
ErrorMessage | String | A required parameter is not specified. | The error message. |
HttpStatusCode | Integer | 200 | The HTTP status code. |
Data | Any | true | The returned data, which is of the Boolean type. |
RequestId | String | 10000001 | The request ID. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=DsgStopSensIdentify
&TenantId=10241024
&JobId=1000001
&Common request parameters
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<DsgStopSensIdentifyResponse>
<Success>true</Success>
<ErrorCode>9990030003</ErrorCode>
<ErrorMessage>A required parameter is not specified.</ErrorMessage>
<HttpStatusCode>200</HttpStatusCode>
<Data>true</Data>
<RequestId>10000001</RequestId>
</DsgStopSensIdentifyResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"Success" : true,
"ErrorCode" : "9990030003",
"ErrorMessage": "A required parameter is not specified.",
"HttpStatusCode" : 200,
"Data" : "true",
"RequestId" : "10000001"
}
Error codes
HttpCode | Error code | Error message | Description |
400 | BADPARAMETERS | Parameters are missing or in the wrong format. | A required parameter is not specified. |
For a list of error codes, see Service error codes.