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

Role Service Command Overview

List Roles

Get Role

Create Role

Modify Role

Revoke Role

Delete Role

List Role Authorizations

Create Role Authorization

Modify Role Authorization

Delete Role Authorization

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

Role Service Command Overview

The following list shows the role commands.

Table 9-1  Role Service Commands
Request
Path /role/v1
Description
GET
Lists the role service commands
GET
/roles/<role>
Gets the specified administrative role properties
GET
/roles
Lists all administrative role objects
PUT
/roles/<role>
Modifies the specified administrative role object
DELETE
/roles/<role>
Destroys the specified role object
POST
/roles
Creates a new role or clone an existing role
PUT
/roles/<role>/revoke
Removes the specified role from all users
POST
/roles/<role>/authorizations
Creates a new role authorization
GET
/roles/<role>/authorizations /<auth>
Gets the specified role authorization properties
GET
/roles/<role>/authorizations
Lists all role authorization objects
PUT
/roles/<role>/authorizations /<auth>
Modifies the specified role authorization object
DELETE
/roles/<role>/authorizations /<auth>
Destroys the specified auth object