You configure an HTTPS request to update the configuration of an existing vCloud Usage Meter node in a vCloud Usage Meter environment.

Procedure

  1. In your Web browser, start Postman.
  2. On the Headers tab, add the JSESSION ID.
    Setting Value
    JSESSIONID vcp-lcm-session-id
  3. 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
    }