rhino_health.lib.endpoints.workgroup.workgroup_endpoints#

Module Contents#

Classes#

WorkgroupEndpoints

Endpoints available to interact with Workgroups on the Rhino Platform

class rhino_health.lib.endpoints.workgroup.workgroup_endpoints.WorkgroupEndpoints(session)#

Bases: LTSWorkgroupEndpoints

Endpoints available to interact with Workgroups on the Rhino Platform

Notes

You should access these endpoints from the RhinoSession object

list_external_storage_file_paths(workgroup_uid: str)#

Get all the S3 bucket file paths for a workgroup

Parameters:
workgroup_uid: str

UID for the Workgroup

Returns:
Files: List[str]

The S3 bucket file paths for a workgroup

Examples

>>> session.workgroup.list_external_storage_file_paths("workgroup_uid")
["/path/to/file1", "/path/to/file2", "/path/to/file3"]