[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager

Save LCM Va Disk Expand Settings Data V2

Description

This API is used to expand vRSLCM VA Disk Size.

Request

Request

URL

URL


post
https://localhost:8080/lcm/lcops/api/v2/settings/system-details/disks/expand
Copy

Request Body

Request Body

LcmVaDiskManagementConfigDTO of type(s) application/json Required

lcmVaDiskManagementConfigDTO

{
    "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

Authentication

This operation uses the following authentication methods.

Authorization

Scopes: global

Response

Response

Response Body

Response 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

Errors

Errors

GenericErrorResponseDTO
400

Bad Request


401

Unauthorized


403

Forbidden


GenericErrorResponseDTO
404

Not Found


GenericErrorResponseDTO
500

Internal Server Error

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
Settings Controller Operations
Feedback

Was this page helpful?