Get Release Components By Sku
Gets a list of components, the SKU they are part of and the available patch versions,per release version. By default it provide release components of all the release equal and above 5.x
SKU filter, to retrieve only components associated with a specific SKU (VCF or VVF)
VCF
VCF Release Version
9.0.0.0
image type for the image you want to retrieve.
One among: PATCH, INSTALL
Automated Install. If true, list all automated Install product. if false or empty, filter will not be applied. Applicable only for VCF 9.0.0.0 and above releases releases
true
Lifecycle managed by
One among: SDDC_MANAGER_VCF, VRSLCM
List of release types
List can contain values among: MAJOR, MINOR, MAINTENANCE, PATCH
Match with release type for provided releaseVersion
One among: MAJOR, MINOR, MAINTENANCE, PATCH
Ok
{
"elements": [
{
"releaseVersion": "string",
"components": [
{
"name": "string",
"sku": "string",
"publicName": "string",
"automatedInstall": false,
"versions": [
{
"productVersion": "string",
"date": "string",
"artifacts": {
"bundles": [
{
"id": "string",
"type": "string",
"name": "string",
"size": 0
}
]
}
}
]
}
]
}
],
"pageMetadata": {
"pageNumber": 0,
"pageSize": 0,
"totalElements": 0,
"totalPages": 0
}
}
The list of elements included in this page
Represents pageable elements pagination metadata
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.
The localized label message
The URL string for remediation documentation link
Not Found
"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.
The localized label message
The URL string for remediation documentation link
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.
The localized label message
The URL string for remediation documentation link
curl -H 'Authorization: <value>' https://{api_host}/v1/releases/{sku}/release-components