Validate Nfs
Validates nfs parameters and mount point. Performs mount and runs diagnostic checks.
Value "true" means the NFS validator will allow the presence of "appliance-nodes", "cells", and "responses.properties" on the share, however validation will fail if the node directories within "appliance-nodes" have been modified within the last two minutes. It will not actively remove or overwrite anything on the share. The default is "false" meaning that the NFS validator will insist that share be empty.
Show optional properties
{
"nfs": "192.168.100.1:/data/transfer"
}
{
"nfs": "string"
}
Response Body is empty. Response includes Location header with URL to related task-id.
Response Headers
Task URL. Example: https://<vcd-appliance-ip>:5480/api/1.0.0/tasks/<task-id>
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"nfs:"string"}' https://{api_host}/api/1.0.0/mount/validate