HTTP methods

NAS File Storage REST API v7 Reference

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

The REST API server supports the following HTTP methods.

Operation Guidelines
GET Retrieves resource information.
POST
  • Creates new resources.
  • Performs actions on resources.
PUT/PATCH Updates existing resource.
DELETE Deletes a resource instance.
Note: When the credentials supplied allow read-only access, only HTTP GET requests are supported.