pydo.nfs.get()
Generated on 4 Jun 2026
from pydo version
v0.35.0
Usage
client.nfs.get(nfs_id="0a1b2c3d-4e5f-6a7b-8c9d-0e1f2a3b4c5d", region=None)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
nfs_idstring requiredThe unique ID of the NFS share
regionstring optionalThe DigitalOcean region slug (e.g., nyc2, atl1) where the NFS share resides.
Response Example
More Information
See /v2/nfs/{nfs_id} in the API reference for additional detail on responses, headers, parameters, and more.