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