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

Overview

Initiators

List Initiators

Get Initiator Details

Create an Initiator

Modify an Initiator

Delete an Initiator

Initiator Groups

List Initiator Groups

Get Initiator Group Details

Create an Initiator Group

Delete an Initiator Group

Targets

List Targets

Get Target Details

Create a Target

Modify a Target

Delete a Target

Target Groups

List Target Groups

Get Target Group

Create a Target Group

Delete a Target Group

Chapter 11 Service Commands

Chapter 12 Storage Services

Chapter 13 System Commands

Chapter 14 User Service

Chapter 15 Workflow Commands

Chapter 16 RESTful Clients

Target Groups

Target groups are collections of targets.

Table 10-11  Target Group Commands
Request
Path /san/v1.0
Description
GET
/<protocol>/target-groups
List all SAN target group for the given protocol (FC, iSCSI, SRP) objects
GET
/<protocol>/target-groups /<target-group>
Get the specified SAN target group for the given protocol (FC, iSCSI, SRP) properties
POST
/<protocol>/target-groups
Create a new SAN target group for the given protocol (FC, iSCSI, SRP)
PUT
/<protocol>/target-groups /<target-group>
Modify the specified SAN target group for the given protocol (FC, iSCSI, SRP) object
DELETE
/<protocol>/target-groups /<target-group>
Destroy the specified target-group object

These commands use the following URI parameters.

Table 10-12  URI Parameters
Name
Description
protocol
The NAS protocol for the initiator (FC, iSCSI, SRP)
name
The name of the target group