bootstrap-status
                                bootstrap-status                            
                            
                            Represents the task status and properties of an action
JSON Example
                                    {
    "taskId": "string",
    "name": "string",
    "startDate": "string",
    "bootstrapObjectStatuses": [
        {
            "id": "string",
            "stage": "string",
            "state": "string",
            "creationDate": "string",
            "messages": [
                {
                    "message": "string",
                    "level": "string",
                    "timestamp": "string"
                }
            ]
        }
    ]
}
            
            
                                    string
                
                
            
        
        
                taskId            
                            Required
            
            
        The id of the action result
            
            
                                    string
                
                
            
        
        
                name            
                            Optional
            
            
        The name of the action
            
            
                                    string
                
                
            
        
        
                startDate            
                            Optional
            
            
        The start date of the action
                            
                                    array of 
                
            
            
                                    
                        bootstrap-object-status                     
                
                
            
        
        
                bootstrapObjectStatuses            
                            Optional
            
            
        Collection of bootstrap object statuses
