Inquire about the status of an operation
get
                    /gsadmin/v1/{appName}/tasks/{taskId}
For a given task id, returns its current status
                
                Request
Supported Media Types
                - application/json
 
Path Parameters
                - 
                    appName(required): string
                    
                    Specifies the name of your application. For example, "cloud".
 - 
                    taskId(required): string
                    
                    Specifies the task id.
 
Security
                - 
                        basicAuth: basic
                        
                        Type:
basicDescription:Basic username/password authentication. 
Response
Supported Media Types
                - application/json
 
200 Response
The task has successfully finished processing.