Deploys a real-time synchronization task.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| ProjectId | long | Yes | The type of the object that you want to deploy. Valid values:
| 10000 |
| TaskType | string | Yes | The type of the object that you want to deploy. Valid values:
| DI_REALTIME |
| FileId | long | Yes |
You can call the ListFiles operation to query the ID of the real-time synchronization task or the synchronization task created in Data Integration. | 100 |
Response parameters
Examples
Sample success responses
JSONformat
{
"Success": true,
"RequestId": "0bc1411515937635973****",
"Data": {
"Status": "success",
"Message": "submit and deploy fail."
}
}Error codes
| HTTP status code | Error code | Error message | Description |
|---|---|---|---|
| 400 | Param.Invalid | The parameter is invalid. | Param invalid |
| 403 | Forbidden.Access | Access is forbidden. | - |
| 500 | InternalError.System | An internal error occurred. | InternalError |
For a list of error codes, visit the Service error codes.
