pydo.nfs.get()
Generated on 17 Nov 2025
from pydo version
v0.21.0
Description
To get an NFS share, send a GET request to /v2/nfs/{nfs_id}?region=${region}.
A successful request will return the NFS share.
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
nfs_id |
string | True | The unique ID of the NFS share | |
region |
string | True | The DigitalOcean region slug (e.g., nyc2, atl1) where the NFS share resides. |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.