Changed1
[{"label":"Latest (5.0.0)","version":"latest"},{"version":"4.5.1"},{"version":"4.5.0"},{"version":"4.4.0"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1126/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1077/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1032/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1002/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/921/vmware-cloud-foundation","version":"4.0"},{"link":"https://developer.vmware.com/apis/925/vmware-cloud-foundation","version":"3.10"},{"link":"https://developer.vmware.com/apis/891/vmware-cloud-foundation","version":"3.9.1"},{"link":"https://developer.vmware.com/apis/723/vmware-cloud-foundation","version":"3.9.0"},{"link":"https://developer.vmware.com/apis/711/vmware-cloud-foundation","version":"3.8.1"},{"link":"https://developer.vmware.com/apis/685/vmware-cloud-foundation","version":"3.8"}]
vcf
Get Result
DescriptionGet the result for a given check run
Request
URLURL
https://sfo-vcf01.rainpole.io/v1/system/check-sets/{runId}
Path Parameters
Path Parameters
string
runId
Required
UUID of the task
Query Parameters
Query Parameters
boolean
obfuscate
Optional
Obfuscate. Only for internal use.
boolean
returnAllArtefacts
Optional
Returns all artefacts. Only for internal use.
Response
Response
Response BodyResponse Body
200 OK
Returns
AssessmentOutput
of type(s) application/json
{
"completionTimestamp": "string",
"discoveryProgress": {
"percentageComplete": 0,
"progressMessages": [
"string"
]
},
"inputValidationErrors": [
{
"arguments": [
"string"
],
"causes": [
{
"message": "string",
"type": "string"
}
],
"context": {
"key": "string"
},
"errorCode": "string",
"errorType": "string",
"message": "string",
"nestedErrors": "Error Object",
"referenceToken": "string",
"remediationMessage": "string"
}
],
"physicalPresentedData": {
"childEntities": "EntityRest Object",
"classifications": [
{
"description": "string",
"source": "CLASSIFIER",
"type": "string",
"value": "string"
}
],
"description": "string",
"id": "string",
"name": "string",
"properties": {},
"sourceAddress": "string",
"type": "string"
},
"presentedArtifactsMap": {},
"relatedAssessmentId": "string",
"status": "IN_PROGRESS",
"timestamp": "string",
"validationResult": {
"arguments": [
"string"
],
"causes": [
{
"message": "string",
"type": "string"
}
],
"context": {
"key": "string"
},
"errorCode": "string",
"errorType": "string",
"message": "string",
"nestedErrors": "Error Object",
"referenceToken": "string",
"remediationMessage": "string"
}
}
string
completionTimestamp
Optional
Assessment task completion timestamp
physicalPresentedData
Optional
The root entity with its child entities effectively representing the complete assessed environment tree
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
Errors
Error
400
Invalid task for this UUID
Error
404
No task for this UUID
Error
500
Internal Server Error
Code Samples
cURL Command
curl https://sfo-vcf01.rainpole.io/v1/system/check-sets/{runId}
[{"label":"Latest (5.0.0)","version":"latest"},{"version":"4.5.1"},{"version":"4.5.0"},{"version":"4.4.0"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1126/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1077/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1032/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1002/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/921/vmware-cloud-foundation","version":"4.0"},{"link":"https://developer.vmware.com/apis/925/vmware-cloud-foundation","version":"3.10"},{"link":"https://developer.vmware.com/apis/891/vmware-cloud-foundation","version":"3.9.1"},{"link":"https://developer.vmware.com/apis/723/vmware-cloud-foundation","version":"3.9.0"},{"link":"https://developer.vmware.com/apis/711/vmware-cloud-foundation","version":"3.8.1"},{"link":"https://developer.vmware.com/apis/685/vmware-cloud-foundation","version":"3.8"}]
vcf
What's changed in latest?
INTRODUCED
On This Page
Check Sets Operations
get
Get Last Assessment Run Info
Introduced
get
Get Result
Introduced
post
Query Check Sets
Introduced
post
Trigger Check Run
Introduced
patch
Trigger Partial Retry Of Check Run
Introduced