Network File System (REST API)

Create a Network File System connection using the DryvIQ REST API.


On This Page

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}}"
     }
}