get_mount_instructions
Retrieve NFS mount instructions and configuration examples for Vultr storage gateways using either gateway labels or IDs for easy setup.
Instructions
Get NFS mount instructions for a storage gateway.
Smart identifier resolution: Use gateway label or ID.
Args: gateway_identifier: Gateway label or ID
Returns: NFS mounting instructions and configuration examples
Input Schema
Name | Required | Description | Default |
---|---|---|---|
gateway_identifier | Yes |
Input Schema (JSON Schema)
{
"properties": {
"gateway_identifier": {
"title": "Gateway Identifier",
"type": "string"
}
},
"required": [
"gateway_identifier"
],
"type": "object"
}