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

Analytics Services Available

Settings

Get Settings

Modify Settings

Worksheets

List Worksheets

Get Analytics Worksheet

Create Worksheets

Destroy Worksheets

List Worksheet Datasets

Add Worksheet Dataset

Modify Worksheet Dataset

Datasets

List Datasets

Get Dataset

Create Datasets

Modify Dataset

Destroy Datasets

Save Dataset

Prune Dataset Data

Get Dataset Data

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

Analytics Services Available

The following Analytics services are available at http://zfssa.example.com/api/analytics/v1.0/

Request
Path /analytics/v1
Description
GET
List analytics service information
POST
/worksheets
Create a new analytics dataset
GET
/worksheets/<worksheet>
Get the specified analytics dataset properties
GET
/worksheets
List all analytics dataset objects
PUT
/worksheets/<worksheet>
Modify the specified analytics dataset object
DELETE
/worksheets/<worksheet>
Destroy the specified worksheet object
PUT
/worksheets/<worksheet>/suspend
Suspend all worksheet datasets
PUT
/worksheets/<worksheet>/resume
Resume all worksheet datasets
POST
/worksheets/<worksheet> /datasets
Create a new worksheet dataset
GET
/worksheets/<worksheet> /datasets/<dataset>
Get the specified worksheet dataset properties
GET
/worksheets/<worksheet> /datasets
List all worksheet dataset objects
PUT
/worksheets/<worksheet> /datasets/<dataset>
Modify the specified worksheet dataset object
DELETE
/worksheets/<worksheet> /datasets/<dataset>
Destroy the specified dataset object
POST
/datasets
Create a new analytics dataset
GET
/datasets/<dataset>
Get the specified analytics dataset properties
GET
/datasets
List all analytics dataset objects
PUT
/datasets/<dataset>
Modify the specified analytics dataset object
DELETE
/datasets/<dataset>
Destroy the specified dataset object
PUT
/datasets
Suspend or resume all datasets
PUT
/datasets/<dataset>/data
Save this dataset (if unsaved)
DELETE
/datasets/<dataset>/data
Remove data at the given [granularity] from this dataset
GET
/settings
List analytics settings
PUT
/settings
Modify analytics settings