Get Service Operation Status
The response contains information about the application action status by the given taskId.
Request
            
                URI
                    
                                GET                            
                            https://{api_host}/suite-api/api/applications/agents/services/{taskId}/status
                            COPY
                    Path Parameters
                                        
            
            
                                    string
                
                
            
        
        
                taskId            
                            Required
            
            
        Action identifier (result of the action: POST /api/actions/{id})
Responses
                        
                200            
            
        The populated action information
                Returns 
                
                                    
                        application-configuration-status                    
                
                of type(s)
                
                    application/json                
            
        
        "{\n  \"taskId\" : \"67d217a0-7818-4f89-bc2a-5563f0696c4d\",\n  \"name\" : \"Edit PostgreSQL\",\n  \"bootstrapObjectStatuses\" : [ {\n    \"id\" : \"e94978fa-15df-4311-bb5d-5e0bc7289bec\",\n    \"stage\" : \"INSTALLING\",\n    \"state\" : \"COMPLETED_SUCCESSFULLY\",\n    \"creationDate\" : \"2019-12-05T09:57:20.439Z\",\n    \"messages\" : [ {\n      \"message\" : \"Install operation task failed\",\n      \"level\" : \"ERROR\",\n      \"timestamp\" : \"2020-02-10T14:05:38.202Z\"\n    }, {\n      \"message\" : \"The operation is not allowed in current state\",\n      \"level\" : \"WARN\",\n      \"timestamp\" : \"2020-02-10T14:05:38.202Z\"\n    }, {\n      \"message\" : \"Plugin update task completed at 1581428889397 wtih ACTTIVATION_FINISHED\",\n      \"level\" : \"INFO\",\n      \"timestamp\" : \"2020-02-10T14:05:38.202Z\"\n    } ]\n  } ]\n}"
            
            
                                    string
                
                
            
        
        
                taskId            
                            Required
            
            
        The task ID
            
            
                                    string
                
                
            
        
        
                name            
                            Required
            
            
        The action name
                            
                                    array of 
                
            
            
                                    object
                
                
            
        
        
                bootstrapObjectStatuses            
                            Optional
            
            
        Collection of bootstrap statuses
Code Samples
                    COPY
                                    curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/applications/agents/services/{taskId}/status
                
            Applications Operations
        
                    
                        
                        
                            
                                    PUT                                
                                
                                        Remove Vcenter From Configuration                                    
                                Deprecated
                                                            
                                    PUT                                
                                
                                        Add Vcenter To Configuration                                    
                                Deprecated
                                                            
                                    PUT                                
                                
                                        Unsubscribe                                    
                                
                                    PUT                                
                                
                                        Subscribe                                    
                                
                                    GET                                
                                
                                        Get Services Configurations                                    
                                
                                    PUT                                
                                
                                        Update Services Configurations                                    
                                
                                    POST                                
                                
                                        Save Services Configurations                                    
                                
                                    DELETE                                
                                
                                        Remove Services Configurations                                    
                                
                                    PUT                                
                                
                                        Upgrade Agent                                    
                                
                                    PUT                                
                                
                                        Stop Agent                                    
                                
                                    PUT                                
                                
                                        Start Agent                                    
                                
                                    POST                                
                                
                                        Create V Center Mapping                                    
                                
                                    DELETE                                
                                
                                        Delete V Center Mapping                                    
                                
                                    POST                                
                                
                                        Query V Center Mappings Info                                    
                                
                                    POST                                
                                
                                        Sign Client Certificate                                    
                                
                                    POST                                
                                
                                        Install Agent                                    
                                
                                    DELETE                                
                                
                                        Uninstall Agent                                    
                                
                                    POST                                
                                
                                        Activate Services                                    
                                
                                    GET                                
                                
                                        Get Configuration Details                                    
                                
                                    GET                                
                                
                                        Get Service Configuration Template                                    
                                
                                    GET                                
                                
                                        Get Application Resources                                    
                                
                                    GET                                
                                
                                        Download Client Certificate                                    
                                
                                    GET                                
                                
                                        Get Agent Operation Status                                    
                                
                                    GET                                
                                
                                        Get Service Configurations                                    
                                
                                    GET                                
                                
                                        Get Service Operation Status                                    
                                