You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allows for API to eventually specify whether post or get is preferred
Also allows to select POST for custom APIs
Co-authored-by: Marcus Sorensen <[email protected]>
// Logs a user into the CloudStack. A successful login attempt will generate a JSESSIONID cookie value that can be passed in subsequent Query command calls until the "logout" command has been issued or the session has expired.
@@ -7225,7 +7225,7 @@ func (s *VirtualMachineService) NewUpdateVirtualMachineParams(id string) *Update
7225
7225
7226
7226
// Updates properties of a virtual machine. The VM has to be stopped and restarted for the new properties to take effect. UpdateVirtualMachine does not first check whether the VM is stopped. Therefore, stop the VM manually before issuing this call.
0 commit comments