AssessmentOutput

AssessmentOutput
AssessmentOutput

Result from the baseliner assessment run (execution result, presented artifacts or ask for extra info).

JSON Example
{
    "completionTimestamp": "string",
    "discoveryProgress": {
        "percentageComplete": 0,
        "progressMessages": [
            "string"
        ]
    },
    "inputValidationErrors": [
        {
            "arguments": [
                "string"
            ],
            "causes": [
                {
                    "message": "string",
                    "type": "string"
                }
            ],
            "context": {
                "context": "string"
            },
            "errorCode": "string",
            "errorType": "string",
            "message": "string",
            "nestedErrors": [
                "Error Object"
            ],
            "referenceToken": "string",
            "remediationMessage": "string"
        }
    ],
    "physicalPresentedData": {
        "childEntities": [
            "EntityRest Object"
        ],
        "classifications": [
            {
                "description": "string",
                "source": "string",
                "type": "string",
                "value": "string"
            }
        ],
        "description": "string",
        "id": "string",
        "name": "string",
        "properties": {},
        "sourceAddress": "string",
        "type": "string"
    },
    "presentedArtifactsMap": {},
    "relatedAssessmentId": "string",
    "status": "string",
    "timestamp": "string",
    "validationResult": {
        "arguments": [
            "string"
        ],
        "causes": [
            {
                "message": "string",
                "type": "string"
            }
        ],
        "context": {
            "context": "string"
        },
        "errorCode": "string",
        "errorType": "string",
        "message": "string",
        "nestedErrors": [
            "Error Object"
        ],
        "referenceToken": "string",
        "remediationMessage": "string"
    }
}
string
completionTimestamp
Optional

Assessment task completion timestamp

discoveryProgress
Optional

Information about the assessment run progress.

array of Error
inputValidationErrors
Optional

Set of the input validation errors

physicalPresentedData
Optional

Entity model representing the physical data output of the assessment workflow.

object
presentedArtifactsMap
Optional

Extra assessment artefacts produced by the workflow

string
relatedAssessmentId
Optional

Related assessment run id

string
status
Optional

Execution status

Possible values are : IN_PROGRESS, COMPLETED_WITH_SUCCESS, COMPLETED_WITH_FAILURE,
string
timestamp
Optional

Assessment task creation timestamp

validationResult
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

Returned By