This command adds or removes one or more client IP ranges for a tenant.
Usage
tenant alter-client-ip-ranges --id TENANT_ID [--client-ip-ranges-to-add IP_RANGES] [--client-ip-ranges-to-remove IP_RANGES]
Required Parameters
| Specifies the tenant for which you want to add or remove client IP addresses. |
Options
| Adds one or more client IP ranges to the tenant configuration so that VAST Cluster allows access to tenant data from these IPs. Specify
|
| Removes one or more IPs from the tenant configuration so that VAST Cluster does not allow access to tenant data from these IPs. Specify
|
Example
To allow access from IP range 2001:db8::69:1337:420:8153,2001:db8::69:1337:420:8200:
vcli: admin> tenant --alter-client-ip-ranges --id=3 --client-ip-ranges-to-add 2001:db8::69:1337:420:8153,2001:db8::69:1337:420:8200