# Update filesystem mount Endpoint: PUT /mount-filesystem/{mountID} Version: 5.1.41 Security: api_key ## Path parameters: - `mountID` (integer, required) The ID of the mount to update ## Request fields (application/json): - `mountName` (string, required) The name of the mount. This field must be unique. Example: "my_mount" - `hostAddress` (string, required) The host address of the server. This field cannot be changed. Example: "some.host.com" - `mountPath` (string, required) The path to the directory on the filesystem to mount. This field cannot be changed. Example: "/path/to/my/mount" - `type` (string, required) The type of filesystem. This field cannot be changed. Enum: "CIFS", "NFS3", "NFS4", "EXTERNAL" - `connectOnStartup` (boolean) This field determines whether this filesystem will be automatically connected (mounted) on startup of the masking engine. Note that all mounts will be disconnected on shutdown of the masking engine. Example: true - `options` (string) The options for mount. The endpoint will return all default options and user specified options. Example: "comma,delimited,options,list" ## Response 200 fields (application/json): - `mountId` (integer) The ID number of the mount. This field is auto-generated by the Masking Engine. - `mountName` (string, required) The name of the mount. This field must be unique. Example: "my_mount" - `hostAddress` (string, required) The host address of the server. This field cannot be changed. Example: "some.host.com" - `mountPath` (string, required) The path to the directory on the filesystem to mount. This field cannot be changed. Example: "/path/to/my/mount" - `type` (string, required) The type of filesystem. This field cannot be changed. Enum: "CIFS", "NFS3", "NFS4", "EXTERNAL" - `connectOnStartup` (boolean) This field determines whether this filesystem will be automatically connected (mounted) on startup of the masking engine. Note that all mounts will be disconnected on shutdown of the masking engine. Example: true - `options` (string) The options for mount. The endpoint will return all default options and user specified options. Example: "comma,delimited,options,list" - `status` (string) The connection status for mount. This field is automatically managed by the masking engine. Enum: "ACTIVE", "DISCONNECTED" - `mountDevice` (string) The mounted device IP/URI and the local path on that device. Automatically auto-discovered in containerized masking environment. The field is empty when running in the Delphix Virtual Appliance. This field cannot be changed. - `localMountPath` (string) The path to the mounted local directory on the containerized masking engine. Automatically auto-discovered in containerized masking environment. The field is empty when running in the Delphix Virtual Appliance. This field cannot be changed. ## Response 400 fields ## Response 401 fields ## Response 404 fields