IBM-Cloud / bluemix-go

Go library for accessing the Bluemix API
Apache License 2.0
37 stars 89 forks source link

Correcting the API endpoint to be called to get ClusterInfo #317

Closed sharma-tapas closed 3 years ago

sharma-tapas commented 3 years ago

In case of v2 we should call global/v2/getCluster not /v2/vpc/getCluster Corrected the endpoint, tested with ibmcloud cli and small test program.

Signed-off-by: Tapas Sharma tapas@portworx.com