Go to main content

Oracle® ZFS Storage Appliance RESTful API Guide, Release OS8.8.0

Exit Print View

Updated: November 2018
 
 

Common RESTful Operations

The following table shows the common RESTful operations for a given resource.

Table 1  Common RESTful Operations
Request
Path
Description
GET
resources
List all resources
GET
resources/name
Get a JSON object describing the selected resource
POST
resources
Create a new resource
PUT
resources/name
Modify the selected resource
DELETE
resources/name
Delete the selected resource