BrownfieldTask

BrownfieldTask
BrownfieldTask

Task returned by BI operations

JSON Example
{
    "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"
    }
}
string
taskId
Optional

ID of the task

string
operationType
Optional

BI operation type

string
status
Optional

Status of the task

integer As int64 As int64
startTimestamp
Optional

Timestamp corresponding to the time when the operation was initiated

integer As int64 As int64
endTimestamp
Optional

Timestamp corresponding to the time when the operation was finished

error
Optional

error

validationResult
Optional

validationResult