Query Check Sets
Query for check-sets for the given resources
Check-set query input
{
"checkSetType": "UPGRADE",
"domains": [
{
"domainId": "string",
"resources": [
{
"resourceId": "187f6468-f9e0-45f5-8d34-b28efc1e7a36",
"resourceTargetVersion": "3.0.0-123456",
"resourceType": "VCENTER"
}
]
}
]
}
Type of the check sets to query for. e.g. 'UPGRADE'
List of domain resources to query check-sets of the given type for
OK
{
"queryId": "string",
"resources": [
{
"checkSets": [
{
"checkSetId": "string",
"checkSetName": "string",
"checkSetType": "string"
}
],
"domain": {
"domainId": "string",
"domainName": "string",
"domainType": "string"
},
"extraContext": {},
"resourceId": "string",
"resourceName": "string",
"resourceType": "string",
"resourceVersion": "string"
}
]
}
Id of the query, to be provided in the selection API
Resources with check-sets result from the query
Bad Request
{
"arguments": [
"string"
],
"causes": [
{
"message": "string",
"type": "string"
}
],
"context": {
"context": "string"
},
"errorCode": "string",
"errorType": "string",
"message": "string",
"nestedErrors": [
"Error Object"
],
"referenceToken": "string",
"remediationMessage": "string"
}
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 minor error code
The error type
The localized error message
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
The localized remediation error message
Internal Server Error
{
"arguments": [
"string"
],
"causes": [
{
"message": "string",
"type": "string"
}
],
"context": {
"context": "string"
},
"errorCode": "string",
"errorType": "string",
"message": "string",
"nestedErrors": [
"Error Object"
],
"referenceToken": "string",
"remediationMessage": "string"
}
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 minor error code
The error type
The localized error message
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
The localized remediation error message