Error
A valid request URL is required to generate request examples[
{
"JobName": "<string>",
"Status": "<string>",
"Query": "<string>",
"Result": "<string>",
"Detail": "<string>",
"RunStartDate": "<string>",
"QueryStatus": "<string>"
}
]{
"error": {
"code": "<string>",
"message": "<string>"
}
}Executes the specified job.
POST
/
executeJob
Error
A valid request URL is required to generate request examples[
{
"JobName": "<string>",
"Status": "<string>",
"Query": "<string>",
"Result": "<string>",
"Detail": "<string>",
"RunStartDate": "<string>",
"QueryStatus": "<string>"
}
]{
"error": {
"code": "<string>",
"message": "<string>"
}
}Authorizations
basicauthtoken_headerauthtoken_query
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
The id of the job to run.
The id of WorkspaceId.
The name of the job to run.
Wait for the Job to complete and return the results of each task ran. Defaults to true.
Timeout in seconds that controls how long Sync should wait for a previous execution to complete.
Comma-separated re-sync options that override replicate options, e.g. Period=FromBeginning,WriteMode=Drop.
Response
The action result