Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
Successful Response
Response model for NFS info endpoint.
Get detailed information about a specific NFS volume.
This endpoint returns information about an NFS volume including its size, hourly rate, attached clusters, and deletion protection status. The volume must be owned by the user or their organization.
Args: storage_id: The ID of the NFS volume to get info for
Returns: NFSInfoResponse: TSV-formatted table with volume details
Raises: HTTPException: For various error conditions (400, 403, 404, 500)
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful Response
Response model for NFS info endpoint.