Query Nfs Mount

Query Nfs Mount

Returns the current NFS mount point information.

Request
URI
GET
https://{api_host}/api/1.0.0/mount
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns NfsMountInfo of type(s) application/json
{
    "nfs": "192.168.100.1:/data/transfer"
}
string
nfs
Required

NFS mount for transfer file location


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/api/1.0.0/mount