Reference Guide

Table Of Contents
HTTP
Code
Description Schema
400 Invalid request error_response
404 Not Found error_response
422 Operation Failed error_response
Consumes
multipart/form-data
GET /nas_server/{id}/download/ntxmap
Description
Download an NAS server ntxmap file containing the template or the actual (if already uploaded)
ntxmap configuration settings.
Parameters
Type Name Description Schema
Path
id
required
Unique identifier of the NAS server. string
Responses
HTTP
Code
Description Schema
200 Success No Content
404 Not Found error_response
422 Operation Failed error_response
Produces
document/text
POST /nas_server/{id}/update_user_mappings
Description
Fix the user mappings for all file systems associated with the NAS server. This process updates file
210