Mount Nfs

Mount Nfs

Mount or unmount nfs share specified. To unmount specify nfs parameter value as empty string.

Request
URI
PUT
https://{api_host}/api/1.0.0/mount
COPY
Request Body
NfsMountInfo of type(s) application/json
Optional

Show optional properties

{
    "nfs": "192.168.100.1:/data/transfer"
}
{
    "nfs": "string"
}
Authentication
This operation uses the following authentication methods.
Responses
202

Response Body is empty. Response includes Location header with URL to related task-id.

Operation doesn't return any data structure

Response Headers

string
Location

Task URL. Example: https://<vcd-appliance-ip>:5480/api/1.0.0/tasks/<task-id>


Code Samples
COPY
                    curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"nfs:"string"}' https://{api_host}/api/1.0.0/mount