pydo.nfs.get()
Generated on 20 Oct 2025
from pydo
version
v0.18.0
Description
To get an NFS share, send a GET request to /v2/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.