sureshanaparti commented on code in PR #107: URL: https://github.com/apache/cloudstack-go/pull/107#discussion_r2056084151
########## cloudstack/ManagementService.go: ########## @@ -804,7 +804,7 @@ func (s *ManagementService) NewReadyForShutdownParams() *ReadyForShutdownParams // Returns the status of CloudStack, whether a shutdown has been triggered and if ready to shutdown func (s *ManagementService) ReadyForShutdown(p *ReadyForShutdownParams) (*ReadyForShutdownResponse, error) { - resp, err := s.cs.newRequest("readyForShutdown", p.toURLValues()) + resp, err := s.cs.newPostRequest("readyForShutdown", p.toURLValues()) Review Comment: ```suggestion resp, err := s.cs.newRequest("readyForShutdown", p.toURLValues()) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org