pydo.nfs.list()
Generated on 17 Nov 2025
from pydo version
v0.21.0
Description
To list NFS shares, send a GET request to /v2/nfs?region=${region}.
A successful request will return all NFS shares belonging to the authenticated user.
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
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.