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

Chapter 16 RESTful Clients

Curl Rest Client

Get Resource Data

Create a New Resource

Modify an Existing Resource

Delete an Existing Resource

Python RESTful Client

Get a Resource

Create a Resource

Modify a Resource

Delete an Existing Resource

Chapter 16

RESTful Clients

Any HTTP client can be used as a RESTful client. Even the BUI can return RESTful API GET results by typing in a resource URL. Mozilla Firefox has a RESTful client module that can be installed to make RESTful requests (https://addons.mozilla.org/en-us/firefox/addon/restclient/). This module allows PUT, POST and, DELETE requests as well as the normal HTTP GET requests. More detailed information about different RESTful clients is shown below.