Run Scripts REST Endpoints
Run Scripts
The operations from the Run Scripts category.
- Delete job id from DB
- Method: deletePath:
/r-scripts/v1/jobs/{jobId} - Retrieve Asynchronous Job Result
- Method: getPath:
/r-scripts/v1/jobs/{jobId}/result - Retrieve Asynchronous Job Status
- Method: getPath:
/r-scripts/v1/jobs/{jobId} - Run an R Function
- Method: postPath:
/r-scripts/v1/do-eval/{scriptName} - Run an R Function multiple times
- Method: postPath:
/r-scripts/v1/index-apply/{scriptName} - Run an R Function multiple times with Script Owner Specified
- Method: postPath:
/r-scripts/v1/index-apply/{scriptName}/{ownerName} - Run an R Function on Chunks of Rows
- Method: postPath:
/r-scripts/v1/row-apply/{scriptName} - Run an R Function on Chunks of Rows with Script Owner Specified
- Method: postPath:
/r-scripts/v1/row-apply/{scriptName}/{ownerName} - Run an R Function on Grouped Data
- Method: postPath:
/r-scripts/v1/group-apply/{scriptName} - Run an R Function on Grouped Data with Script Owner Specified
- Method: postPath:
/r-scripts/v1/group-apply/{scriptName}/{ownerName} - Run an R Function on Specified Data
- Method: postPath:
/r-scripts/v1/table-apply/{scriptName} - Run an R Function on Specified Data with Script Owner Specified
- Method: postPath:
/r-scripts/v1/table-apply/{scriptName}/{ownerName} - Run an R Function with Script Owner Specified
- Method: postPath:
/r-scripts/v1/do-eval/{scriptName}/{ownerName}