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 Last Assessment Run Info

Description

Get information about the last assessment run

Request

Request

URL

URL


get
https://sfo-vcf01.rainpole.io/v1/system/check-sets
Copy

Query Parameters

Query Parameters

string
domainId Optional

Id of the domain to filter tasks for


Response

Response

Response Body

Response Body

200 OK

Returns array of AssessmentTaskInfo of type(s) application/json
{
	"completionTimestamp": 0,
	"domainInputs": [
		{
			"domainId": "string",
			"domainName": "string",
			"domainType": "MANAGEMENT"
		}
	],
	"id": "string",
	"metadata": {
		"componentCount": 0,
		"targetVersion": "5.0.0.0"
	},
	"state": "string",
	"timestamp": 0
}
integer as int64
completionTimestamp Optional

Timestamp corresponding to the time when the assessment was finished


array of DomainInfo
domainInputs Optional

The domains that have been assessed in the run associated to the given result


string
id Optional

The id of the assessment run


metadata Optional

Metadata about the assessment run that is triggered and passed to the result


string
state Optional

The related task state of the run associated to the given result


integer as int64
timestamp Optional

Timestamp corresponding to the time when the assessment was initiated

Errors

Errors

Error
400

Bad Request


Error
500

Internal Server Error

Code Samples

Code Samples

cURL Command

curl https://sfo-vcf01.rainpole.io/v1/system/check-sets


[{"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
Check Sets Operations
Feedback

Was this page helpful?