[{"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
201 Created
Created
Operation doesn't return any data structure.
Errors
GenericErrorResponseDTO
400
Bad Request
401
Unauthorized
403
Forbidden
GenericErrorResponseDTO
404
Not Found
GenericErrorResponseDTO
500
Internal Server Error
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