You configure an HTTPS request to add a new RabbitMQ node to an existing RabbitMQ 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 add a new RabbitMQ node to an existing environment, configure the following HTTPS request.
      Setting Value
      HTTPS request method POST
      URL https://vcp-lcm-ip-address:port-number/api/api-version/lcm/environment/rmq-env-id/product/rmq-product-id/node
      Body
      {
          "hostName": "rmq-node-name.domainName",
          "vmName": "vm-name",
          "rootPassword": "password",
          "cpuNum": "value-cpu",
          "ramMemory": "value-ram",
          "nics": [
              {
                  "ipAddress": "rmq-node-ip-address",
                  "networkName": "nw-name"
              }
          ]
      }