Controller: /nodeworx/nfs/export ================================ :Required Permissions: NFS Action: ``add`` --------------- :Added in Version: 4.7.0-339 :Description: Add a NFS Export. Input Parameters ^^^^^^^^^^^^^^^^^ .. list-table:: :widths: auto :header-rows: 1 * - Name - Type - Required? - Example Values - Default Values - Notes * - ``directory_to_export`` - string - Yes - - - * - ``ip_allow_list`` - struct (string) - No* - - - * - ``read_write_access`` - string - Yes - ro, rw - - * - ``root_user_access`` - string - Yes - root_squash, no_root_squash - - * - ``sync_options`` - string - Yes - async, sync - - \* indicates that it's actually required, but probably already has a valid default value. Action: ``fail`` ---------------- :Added in Version: n/a :Description: Magic function - test for failure mechanism. Action: ``listNfsExports`` -------------------------- :Added in Version: 4.8.0-393 :Description: List NFS Exports. Sample Output ^^^^^^^^^^^^^ .. code-block:: array ( 'status' => 0, 'payload' => array ( ), 'reply_code' => 205, ) Action: ``reroute`` ------------------- :Added in Version: n/a :Description: Action to re-route from the current controller to a different one. Action: ``win`` --------------- :Added in Version: n/a :Description: Magic function - test for testing success mechanism.