Post Nfs Validate

Post Nfs Validate

Validates nfs parameters and mount point. Performs mount and runs diagnostic checks.

Request
URI
POST
https://{api_host}/api/nfsValidate
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 POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"nfs:"string"}' https://{api_host}/api/nfsValidate
                
Deprecated
Availability
Added in 35
Deprecated in 36.1
With alternative: see
/api/1.0.0/mount/validate
Removed in 37
Nfs Validate Operations
POST
Post Nfs Validate
Deprecated