Go to main content

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

Exit Print View

Updated: November 2018
 
 

Workflow and Script Service Commands

The following table shows the workflow service commands.

Table 95  Workflow Service Commands
Request
Append to Path /api/workflow/v1
Description
GET
Use only /api/workflow/v1
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