action-execution
                                action-execution                            
                            
                            Contains describe instance data about performing an action.
JSON Example
                                    {
    "contextId": "string",
    "contextResourceId": [
        "string"
    ],
    "parameterGroup": [
        {
            "resourceId": "string",
            "parameterValue": [
                {
                    "name": "string",
                    "value": "string"
                }
            ]
        }
    ]
}
            
            
                                    string
                
                
            
        
        
                contextId            
                            Optional
            
            
        An optional value naming the action step that will be executed
                            
                                    array of 
                
            
            
                                    string
                
                
            
        
        
                contextResourceId            
                            Optional
            
            
        The UUID list of resources that the action will be performed against
                            
                                    array of 
                
            
            
                                    
                        action-parameter-group                     
                
                
            
        
        
                parameterGroup            
                            Required
            
            
        The parameters that are used as inputs for the action being performed
