Go to main content

Oracle® ZFS Storage Appliance RESTful API Guide, Release OS8.7.x

Exit Print View

Updated: December 2017
 
 

Workflow and Script 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
POST
/workflows
Upload a new workflow onto the appliance
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
/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