Reference Guide

Table Of Contents
GET /file_nis
Description
Query the NIS settings of NAS Servers.
Responses
HTTP
Code
Description Schema
200 Success.
< file_nis_instance
> array
206 Partial content of file nis instance objects
< file_nis_instance
> array
POST /file_nis
Description
Create a new NIS Service on a NAS Server. Only one NIS Setting object can be created per NAS
Server.
Parameters
Type Name Schema
Body
body
required
file_nis_create
Responses
HTTP
Code
Description Schema
201 Created create_response
400 Invalid Request error_response
422 Operation Failed error_response
GET /file_nis/{id}
Description
Query a specific NIS settings object of a NAS Server.
99