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 and configure the following HTTPS request.
    1. On the Headers tab, add the JSESSION ID.
      Setting Value
      JSESSIONID vcp-lcm-session-id
    2. To update an existing vCloud Usage Meter node, 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
      }