AssessmentOutput

AssessmentOutput
AssessmentOutput

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

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

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

object
presentedArtifactsMap
Optional

Extra assessment artefacts produced by the workflow

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

string
status
Optional

Execution status

Enumeration: IN_PROGRESS, COMPLETED_WITH_SUCCESS, COMPLETED_WITH_FAILURE
array of Error
inputValidationErrors
Optional

Set of the input validation errors

discoveryProgress
Optional

Information about the assessment run progress.

string
relatedAssessmentId
Optional

Related assessment run id

string
timestamp
Read-Only

Assessment task creation timestamp

string
completionTimestamp
Read-Only

Assessment task completion timestamp

Returned By