You configure an HTTPS request to update the configuration of an existing vCloud Usage Meter node in a vCloud Usage Meter environment.
Procedure
- In your Web browser, start Postman.
- On the Headers tab, add the JSESSION ID.
Setting |
Value |
JSESSIONID |
vcp-lcm-session-id |
- Configure the following HTTPS request.
Setting |
Value |
HTTPS request method |
PATCH |
URL |
https://vcp-lcm-ip-address:port-number/api/api-version/lcm/environment/um-environment-id/product/um-product-id/node |
Body |
{
"rootPassword": "updated_password",
"cpuNum": value-cpu,
"ramMemory": value-ram
} |