You configure an HTTPS request to update the configuration of an existing RabbitMQ 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
    2. To update an existing RabbitMQ 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/rmq-env-id/product/rmq-product-id/node/node-number
      Body
      {
          "rootPassword": "updated_password",
          "cpuNum": value-cpu,
          "ramMemory": value-ram}