[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
Save LCM Va Disk Expand Settings Data V2
DescriptionThis API is used to expand vRSLCM VA Disk Size.
Request
URLURL
https://localhost:8080/lcm/lcops/api/v2/settings/system-details/disks/expand
Request Body
Request Body
{
"diskSizeInGb": 10,
"vCenterHost": "FQDN of vCenter",
"vcPassword": "locker:password:<vmid>:<alias>",
"vcUsername": "admin@vc.local"
}
integer as int32
diskSizeInGb
Optional
Disk size in Gb
string
vCenterHost
Optional
vCenter Hostname
string
vcPassword
Optional
vCenter Password
string
vcUsername
Optional
vCenter Username
Authentication
This operation uses the following authentication methods.
Authorization
Scopes:
global
Response
Response
Response BodyResponse Body
200 OK returns
LcmVaDiskManagementConfigDTO
of type(s) application/json
{
"diskSizeInGb": 10,
"vCenterHost": "FQDN of vCenter",
"vcPassword": "locker:password:<vmid>:<alias>",
"vcUsername": "admin@vc.local"
}
integer as int32
diskSizeInGb
Optional
Disk size in Gb
string
vCenterHost
Optional
vCenter Hostname
string
vcPassword
Optional
vCenter Password
string
vcUsername
Optional
vCenter Username
Errors
401
Unauthorized
403
Forbidden
Code Samples
Code Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"diskSizeInGb":10,"vCenterHost":"FQDN of vCenter","vcPassword":"locker:password:<vmid>:<alias>","vcUsername":"admin@vc.local"}' https://localhost:8080/lcm/lcops/api/v2/settings/system-details/disks/expand
[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
On This Page
Settings Controller Operations
delete
delete
delete
delete