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

Service Commands

List Services

Get Service

Change Service State

Modify Service Configuration

Service Resources

Chapter 12 Storage Services

Chapter 13 System Commands

Chapter 14 User Service

Chapter 15 Workflow Commands

Chapter 16 RESTful Clients

Service Resources

Some services have sub-resources. See the data returned for each service or the list of service commands to see what sub-resources are available.

Table 11-2  Service Sub Resource Commands
Request
Path
Description
GET
/services/<service>/<resource>
List service sub-resource
PUT
/services/<service>/<resource>/<href>
Modify sub-resource
POST
/services/<service>/<resource>
Create a new sub-resource
DELETE
/services/<service>/<resource>/<href>
Destroy an sub-resource

Each of these commands follow the same pattern as other RESTful API commands where GET is used to list or get a specified sub-resource type, POST is used to create a new sub-resource type, PUT is used to modify the sub-resource and DELETE is used to destroy the specified sub-resource.

For a list of sub-resources and properties and commands available for each sub-resource, see the CLI “configuration services” documentation.