v1

latestOpenAPI 3.0.32026-07-1746132210.7 KB
Orchestrator

Stores the assessment result provided by an assessment tool

post/v1/orchestrator/assessment_results

Request body

idstring required

Assessment result id

createdAtstring date-time required

Time of assessment

metricIdstring required

Reference to the metric the assessment was based on

compliantboolean

Compliant case: true or false

evidenceIdstring required

Reference to the last assessed evidence

resourceIdstring required

Reference to the resource of the assessed evidence

resourceTypesstring[] required

Resource types

complianceCommentstring required

ComplianceComment contains a human readable description on the reason for (non)-compliance.

targetOfEvaluationIdstring required

The target of evaluation which this assessment result belongs to

toolIdstring required

Reference to the tool which provided the assessment result

historyUpdatedAtstring date-time required

The time of the last update of the assessment result history field

Response

OK

StoreAssessmentResultResponse required

StoreAssessmentResultReponse belongs to StoreAssessmentResult, which uses a custom unary RPC and therefore requires a response message according to the style convention. Since no return values are required, this is empty.