This command modifies an event broker configuration on the VAST cluster.
Usage
eventbroker modify --id ID [--name NAME] [--addresses ADDRESSES] [--tenant-ID TENANT_ID] [--serve-all-tenants]
Required Parameters
| The ID of the broker configuration that you want to change. |
Options
| Event broker connection details. Specify
You can specify up to five For example:
|
| Add this option if you want to restrict use of this event broker to a particular tenant. |
| Lifts any existing tenant restrictions so that the event broker can be used for all tenants. |
Example
To make event broker 2 available for tenant 5 only:
vcli: admin> eventbroker modify --id 2 --tenant-id 5