cloudstack-go
cloudstack-go copied to clipboard
CloudStack Go SDK
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...
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:  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:  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...
 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"} 