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/1127/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1078/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1033/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1003/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/939/vmware-cloud-foundation","version":"4.0"}]
vcf-for-vxrail
Save Domain Release View
DescriptionSave/update last selected upgrade version for the domain.
Request
URLURL
https://sfo-vcf01.rainpole.io/v1/releases/domains/{domainId}
Path Parameters
Path Parameters
string
domainId
Required
Domain ID
Request Body
Request Body
{
"targetVersion": "string"
}
string
targetVersion
Required
Target version
string
targetVxRailVersion
Optional
Target VxRail version
Errors
Error
404
Domain or VCF target release not found
Error
500
Internal Server Error
Code Samples
cURL Command
curl -X PATCH -H "Content-Type: application/json" -d '{"targetVersion":"string","targetVxRailVersion":"string"}' https://sfo-vcf01.rainpole.io/v1/releases/domains/{domainId}
[{"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/1127/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1078/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1033/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1003/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/939/vmware-cloud-foundation","version":"4.0"}]
vcf-for-vxrail
What's changed in latest?
INTRODUCED
On This Page
Target Upgrade Version Operations
get
Get Domain Release View
Introduced
get
Get Domain Release View
Introduced
patch
Save Domain Release View
Introduced