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}