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.
- On the Headers tab, add the JSESSION ID.
Setting Value JSESSIONID vcp-lcm-session-id - 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" } ] }
- On the Headers tab, add the JSESSION ID.