vmware / python-client-for-vmware-cloud-on-aws

Python Client for VMware Cloud on AWS is an open-source Python-based tool. Written in Python, the tool enables VMware Cloud on AWS users to automate the consumption of their VMware Cloud on AWS SDDC.
Other
24 stars 20 forks source link

Enable cluster rename #217

Open fr0gger03 opened 1 year ago

fr0gger03 commented 1 year ago

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