pydo.nfs.list_access_points()
Generated on 7 Jul 2026
from pydo version
v0.39.0
Usage
client.nfs.list_access_points(
share_id="baf4827c-6fa9-456f-9dbd-9ddfcacd0720",
status=None,
)Description
To list access points for an NFS share, send a GET request to
/v2/nfs/shares/{share_id}/access_points. You may use query parameters to filter
by status.
A successful request will return a list of NFS access points ordered with the default
access point first, then by created_at ascending.
Parameters
share_idstring requiredThe unique identifier of the NFS share.
statusstring optionalFilter access points by status.
Response Example
More Information
See /v2/nfs/shares/{share_id}/access_points in the API reference for additional detail on responses, headers, parameters, and more.