Non-CRUD operations

NAS File Storage REST API v7 Reference

Version
14.7.x
14.6.x
Audience
anonymous
Part Number
MK-92HNAS088-05

Some storage actions cannot be completed using the create, read, update, and delete (CRUD) operations. In general, a POST operation is performed for non-CRUD actions on a resource. For example, to format a file system, the request URI is:

POST <Base_URI>/v7/storage/filesystems/{filesystemId}/format

The request body is:

{“blockSize”:4}