sureshanaparti commented on issue #5979: URL: https://github.com/apache/cloudstack/issues/5979#issuecomment-1035900519
Hi @tetra12 The API requests _authorizeSecurityGroupIngress_ / _authorizeSecurityGroupEgress_ are async jobs, and would return jobid in the response. The job status/response can be requested using the API _queryAsyncJobResult_ with that jobid as the parameter, which has the full response struct. I think, in case of Go API, it tracks for the job status in the background and sends the full response. Have you noticed API call _queryAsyncJobResult_ sent after the _authorizeSecurityGroupIngress_ / _authorizeSecurityGroupEgress_ API calls ? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
