Get Release By Domains

Get Release By Domains

Get last selected upgrade version for WLDs. The api computes the VCF version for the target customizations.If the customization matches any of the VCF release payload, the target vcf version is updated.Domain VCF release calculations consider SDDC-M, BOM stack components (life cycle managed by LCM eg: vCenter, ESX, NSX) to compute Management domain VCF version, BOM stack components(life cycle managed by LCM) to compute VI domain VCF version respectively. Eg: Management domain component stack versions: [SDDC-M: 5.2.1.0, VC: 8.0U3, NSX:4.2.1.3, ESX: 8.0U3]. VCF version computed will be 5.2.1.0. VI domain component stack versions: [VC: 9.0.0.0, NSX: 9.0.0.0, ESX: 9.0.0.0]. VCF version computed is 9.0.0.0 for VI domain. VCF version accounts for the floor of all the component versions. Eg: VI domain stack [VC: 9.0.0.0, NSX: 9.0.0.0, ESX: 8.0.3.0]. VI VCF version could be 5.2.0 (as ESXi is still not upgraded to 9.0)

Request
URI
GET
https://{api_host}/v1/releases/domains
COPY
Responses
200

Ok

Returns PageOfDomainReleaseView of type(s) application/json
{
    "elements": [
        {
            "domainId": "string",
            "targetVersion": "string",
            "targetVxRailVersion": "string",
            "targetSddcManagerVersion": "string",
            "patches": [
                {
                    "productType": "One among: SDDC_MANAGER, ESX, VCENTER, VXRAIL, NSX",
                    "version": "string"
                }
            ],
            "isCustomizedBom": true
        }
    ],
    "pageMetadata": {
        "pageNumber": 0,
        "pageSize": 0,
        "totalElements": 0,
        "totalPages": 0
    }
}
array of object
elements
Optional

The list of elements included in this page

object
pageMetadata
Optional

Represents pageable elements pagination metadata


500

InternalServerError

Returns Error of type(s) application/json
"Error Object"
string
errorCode
Optional

The minor error code

string
errorType
Optional

The error type

array of string
arguments
Optional

The arguments used to localize the message, Can be used by scripts to automate the error processing.

object
context
Optional

The error context (e.g. the component where it occurred).

string
message
Optional

The localized error message

string
remediationMessage
Optional

The localized remediation error message

array of object
causes
Optional

The underlying cause exceptions.

array of Error
nestedErrors
Optional

The nested errors when the error is a composite one

string
referenceToken
Optional

A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/v1/releases/domains