add_export
Add a new export to a Vultr storage gateway by configuring allowed IPs, pseudo root path, and VFS UUID for controlled access.
Instructions
Add a new export to a storage gateway.
Smart identifier resolution: Use gateway label or ID.
Args: gateway_identifier: Gateway label or ID export_config: Export configuration with keys: - label: Export label - vfs_uuid: VFS UUID to export - pseudo_root_path: Pseudo root path (e.g., "/") - allowed_ips: List of allowed IP addresses
Returns: Created export information
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gateway_identifier | Yes | ||
| export_config | Yes |