The Oracle FS System RESTful API employs the following HTTP verbs to implement Oracle FS System monitoring and management functions: GET, POST, PUT, and DELETE.
The following table shows the common RESTful operations for a given resource.
Request |
Path |
Description |
---|---|---|
GET |
<resources> |
List all <resources>. |
GET |
<resources>/<name> |
Get an 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. |