cloudstack-go icon indicating copy to clipboard operation
cloudstack-go copied to clipboard

CloudStack Go SDK

Results 25 cloudstack-go issues
Sort by recently updated
recently updated
newest added

I was not able to find any endpoint to list, update or delete the SecondaryStorage. Also the create for SecondaryStorage seems to have only url and zoneid, I was not...

Related to https://github.com/apache/cloudstack/pull/10773

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.26.0 to 0.38.0. Commits e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign... ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest 1f1fa29 publicsuffix: regenerate...

dependencies
go

Hi, i have a problem to create metadata files with userdatadetails, with the current configuration it is creating only one key file and one value file, this way: ![Image](https://github.com/user-attachments/assets/e1c371ee-3da6-4447-a8d5-d6df77614096) current...

Hi, i have a problem to create metadata files with userdatadetails, with the current configuration it is creating only one key file and one value file, this way: ![Image](https://github.com/user-attachments/assets/e1c371ee-3da6-4447-a8d5-d6df77614096) current...

**Problem**: VirtualMachineService.GetVirtualMachinesMetricID method throws panic when it is trying to access the VMs response from server in below line of code. This happens when the count in the response is...

Fixes: https://github.com/apache/cloudstack-go/issues/97 Depends on: https://github.com/apache/cloudstack/pull/10152

Problem: The NewCreatePortForwardingRuleParams function in the CloudStack Go client SDK does not support privateendport and publicendport parameters, though the API and toURLValues method do. Solution: Update the function to include...

Hi CloudStack Support Team, I am currently facing an issue when trying to retrieve the usage history metrics for a specific Virtual Machine (VM). Despite passing the correct VM UUID...

![image](https://github.com/user-attachments/assets/1da4d322-8f43-4c16-acd1-4144ab7e0e50) Hi, i have a error when decode RegisterUserKeys, because response is a string not a map {"status-code":500,"error-code":"CloudstackApiError","details":"json: cannot unmarshal string into Go value of type cloudstack.RegisterUserKeysResponse"} ![image](https://github.com/user-attachments/assets/b249fe2d-ff63-46e5-bada-d1dfe8b8c4e6)