JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle® ZFS Storage Appliance RESTful Application Programming Interface
Oracle Technology Network
Library
PDF
Print View
Feedback
search filter icon
search icon

Document Information

Using This Documentation

Chapter 1 Overview

Chapter 2 Working with the API

Chapter 3 Alert Service Commands

Chapter 4 Analytics Services

Chapter 5 Hardware Services

Chapter 6 Log Commands

Chapter 7 Network Commands

Chapter 8 Problem Service Commands

Chapter 9 Role Service

Chapter 10 SAN Services

Chapter 11 Service Commands

Chapter 12 Storage Services

Chapter 13 System Commands

Chapter 14 User Service

Chapter 15 Workflow Commands

Workflow Service Commands

List Workflows

Get Workflow

Modify a Workflow

Execute a Workflow

Delete Workflow

Upload Workflow

Chapter 16 RESTful Clients

Workflow Service Commands

The following table shows the workflow service commands.

Table 15-1  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