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 |
You can call the ListFiles operation to query the ID of the real-time synchronization node or data synchronization solution. | DI_REALTIME |
FileId | long | Yes | Indicates whether the request is successful. Valid values:
| 100 |
Response parameters
Examples
Sample success responses
JSON
format
{
"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.