MountFileSystem

Returns the configured Mount File System.

SecurityApiKeyAuth
Responses
200

OK

404

Object Not Found.

500

Internal Service Unavailable.

get/mount-filesystem
Response samples
application/json
{
  • "id": 1,
  • "stagingStorageType": "MOUNT",
  • "mountName": "mount-123",
  • "hostAddress": "mount1.delphix.com",
  • "mountPath": "/var/tmp/masking-mount/",
  • "mountType": "NFS4",
  • "options": "rw"
}

Validate the permissions for the File Mount.

SecurityApiKeyAuth
Responses
200

OK

404

Object Not Found.

500

Internal Service Unavailable.

get/mount-filesystem/validate
Response samples
application/json
{
  • "isValid": true
}