[{"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/1126/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1077/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1032/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1002/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/921/vmware-cloud-foundation","version":"4.0"},{"link":"https://developer.vmware.com/apis/925/vmware-cloud-foundation","version":"3.10"},{"link":"https://developer.vmware.com/apis/891/vmware-cloud-foundation","version":"3.9.1"},{"link":"https://developer.vmware.com/apis/723/vmware-cloud-foundation","version":"3.9.0"},{"link":"https://developer.vmware.com/apis/711/vmware-cloud-foundation","version":"3.8.1"},{"link":"https://developer.vmware.com/apis/685/vmware-cloud-foundation","version":"3.8"}]
vcf

Update vRSLCM Version By ID In Inventory

Description

Updates Vrealize Suite Lifecycle Manager version

Request

Request

URL

URL


put
https://sfo-vcf01.rainpole.io/v1/vrslcms/{id}
Copy

Path Parameters

Path Parameters

string
id Required

the ID of vRealize Suite Lifecycle Manager instance


Request Body

Request Body

Vrslcm of type(s) application/json Required

vrslcmDto

{
	"fqdn": "string",
	"id": "string",
	"ipAddress": "string",
	"status": "string",
	"version": "string"
}
string
fqdn Required

Fully Qualified Domain Name


string
id Required

The ID of the vRealize Suite Lifecycle Manager instance


string
ipAddress Required

IP Address of vRealize Suite Lifecycle Manager appliance


string
status Required

The state of the current product instance


string
version Required

Version of the product that is currently running on the environment

Response

Response

Response Body

Response Body

200 OK

Returns string of type(s) application/json
Errors

Errors

Error
400

Bad Request


Error
404

Not Found


Error
405

Method Not Allowed


Error
500

Internal Server Error

Code Samples

Code Samples

cURL Command

curl -X PUT -H "Content-Type: application/json" -d '{"fqdn":"string","id":"string","ipAddress":"string","status":"string","version":"string"}' https://sfo-vcf01.rainpole.io/v1/vrslcms/{id}


[{"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/1126/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1077/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1032/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1002/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/921/vmware-cloud-foundation","version":"4.0"},{"link":"https://developer.vmware.com/apis/925/vmware-cloud-foundation","version":"3.10"},{"link":"https://developer.vmware.com/apis/891/vmware-cloud-foundation","version":"3.9.1"},{"link":"https://developer.vmware.com/apis/723/vmware-cloud-foundation","version":"3.9.0"},{"link":"https://developer.vmware.com/apis/711/vmware-cloud-foundation","version":"3.8.1"},{"link":"https://developer.vmware.com/apis/685/vmware-cloud-foundation","version":"3.8"}]
vcf
Feedback

Was this page helpful?