Go to main content
Oracle® ZFS Storage Appliance RESTful API Guide, Release OS8.7.0

Exit Print View

Updated: July 2017
 
 

Workflow Service Commands

The following table shows the workflow service commands.

Table 121  Workflow Service Commands
Request
Path /api/workflow/v1
Description
GET
List the workflow service commands
GET
/workflows
List all workflows
GET
/workflows/<workflow>
List the specified workflow properties
PUT
/workflows/<workflow>
Modify the specified workflow properties
PUT
/workflows/<workflow>/execute
Execute the specified workflow
DELETE
/workflows/<workflow>
Destroy the specified workflow
POST
/workflows
Load a new workflow on the appliance
POST
/scripts
Upload and run a script
GET
/scripts
List all running scripts
GET
/scripts/<script>
Reconnect to a running script
DELETE
/scripts/<script>
Stop a running script