Get Brownfield Sync Task By Id
Get a Brownfield task of synchronization operation by its ID
ID of the domain sync is performing for
123e4567-e89b-42d3-a456-556642440000
ID of the task to retrieve
123e4567-e89b-42d3-a456-556642440000
OK
{
"taskId": "string",
"operationType": "string",
"status": "string",
"startTimestamp": 0,
"endTimestamp": 0,
"error": {
"errorCode": "string",
"arguments": [
"string"
],
"context": {
"context": "string"
},
"message": "string",
"remediationMessage": "string",
"cause": [
{
"type": "string",
"message": "string"
}
],
"nestedErrors": [
"ErrorResponse Object"
],
"referenceToken": "string"
},
"validationResult": {
"errorCode": "string",
"arguments": [
"string"
],
"context": {
"context": "string"
},
"message": "string",
"remediationMessage": "string",
"cause": [
{
"type": "string",
"message": "string"
}
],
"nestedErrors": [
"ErrorResponse Object"
],
"referenceToken": "string"
}
}
ID of the task
BI operation type
Status of the task
Timestamp corresponding to the time when the operation was initiated
Timestamp corresponding to the time when the operation was finished
error
validationResult
Bad Request
"Error Object"
The minor error code
The error type
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The localized error message
The localized remediation error message
The underlying cause exceptions.
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
The localized label message
The URL string for remediation documentation link
Internal Server Error
"Error Object"
The minor error code
The error type
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The localized error message
The localized remediation error message
The underlying cause exceptions.
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
The localized label message
The URL string for remediation documentation link
curl -H 'Authorization: <value>' https://{api_host}/v1/domains/{domainId}/synchronizations/{taskId}