pydo.nfs.list_snapshot()
Generated on 7 Jul 2026
from pydo version
v0.39.0
Usage
client.nfs.list_snapshot(region=None, share_id=None)Description
To list all NFS snapshots, send a GET request to /v2/nfs/snapshots?region=${region}&share_id={share_id}.
A successful request will return all NFS snapshots belonging to the authenticated user in the specified region.
Optionally, you can filter snapshots by a specific NFS share by including the share_id query parameter.
Parameters
regionstring optionalThe DigitalOcean region slug (e.g., nyc2, atl1) where the NFS share resides.
share_idstring optionalThe unique ID of an NFS share. If provided, only snapshots of this specific share will be returned.
Response Example
More Information
See /v2/nfs/snapshots in the API reference for additional detail on responses, headers, parameters, and more.