You configure an HTTPS to update the configuration of an existing VMware Cloud Director node.

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
    1. To update the configuration for a VMware Cloud Director 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/vcd-environment-id/product/vcd-product-id/node/vcd-node-number
      Body
      {
          "rootPassword": "new-password",
          "cpuNum": value-cpu,
          "ramMemory": value-ram
      }