You can call this operation to trigger a de-identification task.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | ManualTriggerMaskingProcess |
The operation that you want to perform. Set the value to ManualTriggerMaskingProcess. |
Id | Long | Yes | 1 |
The ID of the de-identification task. Note The ID of the de-identification task is a number. You can call the DescribeDataMaskingTasks
operation to query the ID.
|
Lang | String | No | zh |
The language of the request and response. Valid values:
|
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 769FB3C1-F4C9-4****** |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=ManualTriggerMaskingProcess
&Id=1
&<Common request parameters>
Sample success responses
XML
format
<ManualTriggerMaskingProcessResponse>
<RequestId>769FB3C1-F4C9-4******</RequestId>
</ManualTriggerMaskingProcessResponse>
JSON
format
{
"RequestId":"769FB3C1-F4C9-4******"
}
Error codes
For a list of error codes, visit the API Error Center.