Query Check Sets
Query for check-sets for the given resources
Show optional properties
{
"checkSetType": "UPGRADE",
"domains": [
{
"domainId": "string"
}
]
}
{
"checkSetType": "UPGRADE",
"domains": [
{
"domainId": "string",
"resources": [
{
"resourceType": "VCENTER",
"resourceId": "187f6468-f9e0-45f5-8d34-b28efc1e7a36",
"resourceTargetVersion": "3.0.0-123456"
}
]
}
]
}
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
"CheckSetQueryResult Object"
Id of the query, to be provided in the selection API
Resources with check-sets result from the query
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.
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 -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"checkSetType:"string","domains":["object"]}' https://{api_host}/v1/system/check-sets/queries