Network File System
Create a Network File System connection using the DryvIQ REST API.
Table of Contents
Creating a Connection
POST {{url}}v1/connections/
{
"name": "\\\\{{Your Machine Name}}\\{{Your NFS Directory or Folder}}",
"platform": {
"id": "nfs"
},
"auth": {
"unc": "\\\\{{Your Machine Name}}\\{{Your NFS Directory or Folder}}"
}
}