BrownfieldValidationGroupsTask

BrownfieldValidationGroupsTask
BrownfieldValidationGroupsTask

Information about a brownfield import validation task with validation group information

JSON Example
{
    "taskId": "string",
    "operationType": "string",
    "status": "string",
    "startTimestamp": 0,
    "endTimestamp": 0,
    "error": {
        "errorCode": "string",
        "errorType": "string",
        "arguments": [
            "string"
        ],
        "context": {
            "context": "string"
        },
        "notifications": [
            {
                "severity": "string",
                "message": "string",
                "remediations": [
                    {
                        "message": "string",
                        "link": "string"
                    }
                ],
                "impactMessage": "string"
            }
        ],
        "message": "string",
        "remediationMessage": "string",
        "causes": [
            {
                "type": "string",
                "message": "string"
            }
        ],
        "nestedErrors": [
            "Error Object"
        ],
        "referenceToken": "string",
        "label": "string",
        "remediationUrl": "string"
    },
    "validationGroups": {
        "elements": [
            {
                "id": "string",
                "name": "string",
                "description": "string",
                "overallStatus": "string"
            }
        ],
        "pageMetadata": {
            "pageNumber": 0,
            "pageSize": 0,
            "totalElements": 0,
            "totalPages": 0
        }
    },
    "summary": {
        "success": 0,
        "warning": 0,
        "error": 0
    }
}
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 response containing a minor error code, a localized error message, a localized remediation message and optionally a reference token to correlate the error with the logs

validationGroups
Optional

Represents a page of elements of a single type

summary
Optional

Summary of brownfield validations