Skip to main content

We've Moved!

Product Documentation has moved to docs.hitachivantara.com
Hitachi Vantara Knowledge

Non-CRUD operations

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}

 

  • Was this article helpful?