Reference Guide

Table Of Contents
-all
Query all records.
-query
Query records that fulfill the specified condition.
-output
Change the output format.
nvp Display output as plain text.
csv Display output in CSV format.
table Display output in a table.
json Display output in JSON format.
create
Add an NDMP service configuration to a NAS server. Only one NDMP service object can be
configured per NAS server.
Format
file_ndmp create -nas_server_id <value> -user_name <value> { -password <value> |
-passwordSecure } [ -async ]
Action qualifiers
-nas_server_id
Unique identifier of the NAS server to be configured with these NDMP settings.
-user_name
User name for accessing the NDMP service.
-password
Password for the NDMP service user.
-passwordSecure
Secure version of -password. Value will be queried interactively.
-async
Perform asynchronous operation.
delete
Delete an NDMP service configuration instance of a NAS Server.
405