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

CloudStack Go SDK

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

Using `GetTemplateByName` on a template that is available in multiple zones results in ``` There is more then one result for Template UUID: 06145677-058a-456a-89a0-af4afd6fffcf! ``` The problem is that the...

https://github.com/apache/cloudstack-go/blob/0d335efa7425b204db7a8030522493f829fad6f0/generate/generate.go#L1701 The generation code uses post calls for a subset of APIs that are sensitive or large. Eventually the `listApis` should advertise which APIs these are, but until then we...

good first issue

This issue is a follow-up of https://github.com/xanzy/terraform-provider-cloudstack/issues/72 This issue is still exist. So cloudstack-terraform-provider cannot be used for older versions of CloudStack and CloudPlatform.

Currently, in the test set the test configuration is (partly?) [hardcoded](https://github.com/apache/cloudstack-go/blob/78fa5e496c8a81f2a7527c1cd5a762a9611e27ad/cloudstack/VirtualMachineService_test.go#L29) using endpoint mocking approach with httptest: ``` func TestVirtualMachineService_DeployVirtualMachine(t *testing.T) { server := httptest.NewServer( ... ``` It would be...

The following quota API's are not enabled in the sdk quotaBalance quotaCredits quotaStatement quotaSummary quotaTariffCreate quotaTariffDelete quotaTariffList quotaTariffUpdate quotaUpdate quotaEmailTemplateList quotaEmailTemplateUpdate Only the "quotaIsEnabled" api is working

Here's a list of the APIs in 4.16 not yet added to the SDK ``` acquirePodIpAddress addAnnotation addCiscoAsa1000vResource addCiscoVnmcResource addExternalFirewall addExternalLoadBalancer addF5LoadBalancer addKubernetesSupportedVersion addSrxFirewall addUserToProject addVmwareDc archiveSnapshot cancelHostAsDegraded cloudianIsEnabled configureF5LoadBalancer...

This issue is a follow-up of https://github.com/xanzy/go-cloudstack/issues/120. That issue was opened by @synergiator with the title "How to change the log level for go-cloudstack module?" and asked for a way...