Get Result
Get the result for a given check run
UUID of the task
Ok
{
"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"
}
Entity model representing the physical data output of the assessment workflow.
Extra assessment artefacts produced by the workflow
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
Execution status
Set of the input validation errors
Information about the assessment run progress.
Related assessment run id
Assessment task creation timestamp
Assessment task completion timestamp
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.
Invalid task for this UUID
"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.
InternalServerError
"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.
curl -H 'Authorization: <value>' https://{api_host}/v1/system/check-sets/{runId}