python-client-for-vmware-cloud-on-aws
python-client-for-vmware-cloud-on-aws copied to clipboard
Enable cluster rename
Is your feature request related to a problem? Please describe.
Currently, clusters are assigned a static name in VMC on AWS. Beginning with M22, it is possible to rename a cluster either via the UI or the API. We would like to enable that through the pyVMC CLI as well.
Describe the solution you'd like
Leverage the following URI for cluster rename: /api/inventory/{org_id}/vmc-aws/clusters/{cluster_id}:rename-cluster
Describe alternatives you've considered
No response
Additional context
No response