22
33- API version: 2
44- Python 2.7 and 3.4+
5- - Latest build: 25.4.1
5+ - Latest build: 25.7.0
66
77## Installation & Usage
88
@@ -265,7 +265,6 @@ Class | Method | HTTP request | Description
265265* MainApi* | [ ** get_cloud_account_storage_roots** ] ( docs/MainApi#get_cloud_account_storage_roots ) | ** GET** ` /api/2/cloud/accounts/{id}/storage-roots ` |
266266* MainApi* | [ ** get_cloud_account_volume_sizes** ] ( docs/MainApi#get_cloud_account_volume_sizes ) | ** GET** ` /api/2/cloud/accounts/{id}/volume-sizes ` |
267267* MainApi* | [ ** get_current_node** ] ( docs/MainApi#get_current_node ) | ** GET** ` /api/2/nodes/current ` |
268- * MainApi* | [ ** get_current_workstation** ] ( docs/MainApi#get_current_workstation ) | ** GET** ` /api/2/workstations/current ` |
269268* MainApi* | [ ** get_download** ] ( docs/MainApi#get_download ) | ** GET** ` /api/2/downloads/{id} ` |
270269* MainApi* | [ ** get_download_archive** ] ( docs/MainApi#get_download_archive ) | ** GET** ` /api/2/download-archive/{id} ` |
271270* MainApi* | [ ** get_download_archive_file** ] ( docs/MainApi#get_download_archive_file ) | ** GET** ` /api/2/download-archive/{id}/download ` |
@@ -348,7 +347,6 @@ Class | Method | HTTP request | Description
348347* MainApi* | [ ** test_smtp_configuration** ] ( docs/MainApi#test_smtp_configuration ) | ** POST** ` /api/2/system/smtp/test ` |
349348* MainApi* | [ ** update_certificate_configuration** ] ( docs/MainApi#update_certificate_configuration ) | ** PUT** ` /api/2/system/certificate ` |
350349* MainApi* | [ ** update_cloud_account** ] ( docs/MainApi#update_cloud_account ) | ** PUT** ` /api/2/cloud/accounts/{id} ` |
351- * MainApi* | [ ** update_current_workstation** ] ( docs/MainApi#update_current_workstation ) | ** PUT** ` /api/2/workstations/current ` |
352350* MainApi* | [ ** update_download_archive** ] ( docs/MainApi#update_download_archive ) | ** PUT** ` /api/2/download-archive/{id} ` |
353351* MainApi* | [ ** update_filesystem_permission** ] ( docs/MainApi#update_filesystem_permission ) | ** PUT** ` /api/2/filesystem-permissions/{id} ` |
354352* MainApi* | [ ** update_group** ] ( docs/MainApi#update_group ) | ** PUT** ` /api/2/groups/{id} ` |
@@ -467,6 +465,7 @@ Class | Method | HTTP request | Description
467465* MediaLibraryApi* | [ ** get_all_transcoder_profiles** ] ( docs/MediaLibraryApi#get_all_transcoder_profiles ) | ** GET** ` /api/2/transcoder-profiles ` |
468466* MediaLibraryApi* | [ ** get_all_workflows** ] ( docs/MediaLibraryApi#get_all_workflows ) | ** GET** ` /api/2/media/workflows ` |
469467* MediaLibraryApi* | [ ** get_asset** ] ( docs/MediaLibraryApi#get_asset ) | ** GET** ` /api/2/media/assets/{id} ` |
468+ * MediaLibraryApi* | [ ** get_asset_bundles** ] ( docs/MediaLibraryApi#get_asset_bundles ) | ** GET** ` /api/2/media/assets/{id}/bundles ` |
470469* MediaLibraryApi* | [ ** get_asset_rating** ] ( docs/MediaLibraryApi#get_asset_rating ) | ** GET** ` /api/2/media/assets/{asset_id}/ratings/{id} ` |
471470* MediaLibraryApi* | [ ** get_asset_stack_members** ] ( docs/MediaLibraryApi#get_asset_stack_members ) | ** GET** ` /api/2/media/stacks/{id}/members ` |
472471* MediaLibraryApi* | [ ** get_asset_subtitle_link** ] ( docs/MediaLibraryApi#get_asset_subtitle_link ) | ** GET** ` /api/2/media/assets/{asset_id}/subtitle-links/{id} ` |
@@ -576,15 +575,16 @@ Class | Method | HTTP request | Description
576575* MediaLibraryApi* | [ ** update_subclip** ] ( docs/MediaLibraryApi#update_subclip ) | ** PUT** ` /api/2/media/{asset_id}/subclips/{id} ` |
577576* MediaLibraryApi* | [ ** update_workflow** ] ( docs/MediaLibraryApi#update_workflow ) | ** PUT** ` /api/2/media/workflows/{id} ` |
578577* MediaLibraryApi* | [ ** web_upload_completed** ] ( docs/MediaLibraryApi#web_upload_completed ) | ** POST** ` /api/2/media/web/upload-completed ` |
578+ * PrivateApi* | [ ** cleanup_media_root** ] ( docs/PrivateApi#cleanup_media_root ) | ** POST** ` /api/2/media/root-cleanup ` |
579579* PrivateApi* | [ ** create_one_fs_integration** ] ( docs/PrivateApi#create_one_fs_integration ) | ** POST** ` /api/2/private/onefs-integrations ` |
580580* PrivateApi* | [ ** create_qumulo_integration** ] ( docs/PrivateApi#create_qumulo_integration ) | ** POST** ` /api/2/private/qumulo-integrations ` |
581581* PrivateApi* | [ ** delete_one_fs_integration** ] ( docs/PrivateApi#delete_one_fs_integration ) | ** DELETE** ` /api/2/private/onefs-integrations/{id} ` |
582582* PrivateApi* | [ ** delete_qumulo_integration** ] ( docs/PrivateApi#delete_qumulo_integration ) | ** DELETE** ` /api/2/private/qumulo-integrations/{id} ` |
583583* PrivateApi* | [ ** export_non_proxied_assets** ] ( docs/PrivateApi#export_non_proxied_assets ) | ** GET** ` /api/2/private/export/non-proxied/{root_id} ` |
584584* PrivateApi* | [ ** export_non_proxied_assets_for_path** ] ( docs/PrivateApi#export_non_proxied_assets_for_path ) | ** GET** ` /api/2/private/export/non-proxied/{root_id}/{path} ` |
585585* PrivateApi* | [ ** export_updates** ] ( docs/PrivateApi#export_updates ) | ** GET** ` /api/2/private/export/updates/{root_id} ` |
586- * PrivateApi* | [ ** fast_lane_login_page ** ] ( docs/PrivateApi#fast_lane_login_page ) | ** GET** ` /auth /fast-lane/{token} ` |
587- * PrivateApi* | [ ** fast_lane_login_with_password** ] ( docs/PrivateApi#fast_lane_login_with_password ) | ** POST** ` /auth /fast-lane/{token} ` |
586+ * PrivateApi* | [ ** fast_lane_get_token_params ** ] ( docs/PrivateApi#fast_lane_get_token_params ) | ** GET** ` /api/2/private /fast-lane/{token} ` |
587+ * PrivateApi* | [ ** fast_lane_login_with_password** ] ( docs/PrivateApi#fast_lane_login_with_password ) | ** POST** ` /api/2/private /fast-lane/{token} ` |
588588* PrivateApi* | [ ** get** ] ( docs/PrivateApi#get ) | ** GET** ` /api/2/private/bootstrap ` |
589589* PrivateApi* | [ ** get_agent_auth_token** ] ( docs/PrivateApi#get_agent_auth_token ) | ** GET** ` /api/2/private/elements-agent-auth ` |
590590* PrivateApi* | [ ** get_all_one_fs_integrations** ] ( docs/PrivateApi#get_all_one_fs_integrations ) | ** GET** ` /api/2/private/onefs-integrations ` |
@@ -597,7 +597,6 @@ Class | Method | HTTP request | Description
597597* PrivateApi* | [ ** get_proxy_fs_size** ] ( docs/PrivateApi#get_proxy_fs_size ) | ** GET** ` /api/2/private/media/proxyfs-size ` |
598598* PrivateApi* | [ ** get_qumulo_integration** ] ( docs/PrivateApi#get_qumulo_integration ) | ** GET** ` /api/2/private/qumulo-integrations/{id} ` |
599599* PrivateApi* | [ ** get_samba_dfree_string** ] ( docs/PrivateApi#get_samba_dfree_string ) | ** POST** ` /api/2/private/dfree ` |
600- * PrivateApi* | [ ** get_stored_image** ] ( docs/PrivateApi#get_stored_image ) | ** GET** ` /api/2/image/{name} ` |
601600* PrivateApi* | [ ** install_license** ] ( docs/PrivateApi#install_license ) | ** POST** ` /api/2/license/install ` |
602601* PrivateApi* | [ ** language_server_request** ] ( docs/PrivateApi#language_server_request ) | ** POST** ` /api/2/language-server/{language} ` |
603602* PrivateApi* | [ ** locate_file** ] ( docs/PrivateApi#locate_file ) | ** POST** ` /api/2/private/locate ` |
@@ -773,6 +772,7 @@ Class | Method | HTTP request | Description
773772 - [ AssetBackup] ( docs/AssetBackup )
774773 - [ AssetBackupMini] ( docs/AssetBackupMini )
775774 - [ AssetCloudLink] ( docs/AssetCloudLink )
775+ - [ AssetMicro] ( docs/AssetMicro )
776776 - [ AssetMini] ( docs/AssetMini )
777777 - [ AssetMiniReference] ( docs/AssetMiniReference )
778778 - [ AssetPartialUpdate] ( docs/AssetPartialUpdate )
@@ -803,6 +803,7 @@ Class | Method | HTTP request | Description
803803 - [ ChangePasswordRequest] ( docs/ChangePasswordRequest )
804804 - [ CheckCertificateRequest] ( docs/CheckCertificateRequest )
805805 - [ CheckConnectivityEndpointResponse] ( docs/CheckConnectivityEndpointResponse )
806+ - [ CleanupMediaRootRequest] ( docs/CleanupMediaRootRequest )
806807 - [ ClickBackgroundUploadEndpointRequest] ( docs/ClickBackgroundUploadEndpointRequest )
807808 - [ ClickGallery] ( docs/ClickGallery )
808809 - [ ClickGalleryLink] ( docs/ClickGalleryLink )
@@ -859,6 +860,8 @@ Class | Method | HTTP request | Description
859860 - [ ElementsUserDetailUpdate] ( docs/ElementsUserDetailUpdate )
860861 - [ ElementsUserMini] ( docs/ElementsUserMini )
861862 - [ ElementsUserMiniReference] ( docs/ElementsUserMiniReference )
863+ - [ ElementsUserMiniWithAvatar] ( docs/ElementsUserMiniWithAvatar )
864+ - [ ElementsUserMiniWithAvatarReference] ( docs/ElementsUserMiniWithAvatarReference )
862865 - [ ElementsUserProfile] ( docs/ElementsUserProfile )
863866 - [ ElementsUserProfilePartialUpdate] ( docs/ElementsUserProfilePartialUpdate )
864867 - [ ElementsUserProfileUpdate] ( docs/ElementsUserProfileUpdate )
@@ -895,6 +898,7 @@ Class | Method | HTTP request | Description
895898 - [ FilesystemTraceEndpointResponse] ( docs/FilesystemTraceEndpointResponse )
896899 - [ FinishUploadEndpointRequest] ( docs/FinishUploadEndpointRequest )
897900 - [ FormatMetadata] ( docs/FormatMetadata )
901+ - [ FormatMetadataMini] ( docs/FormatMetadataMini )
898902 - [ GeneratePasswordEndpointResponse] ( docs/GeneratePasswordEndpointResponse )
899903 - [ GenerateProxiesRequest] ( docs/GenerateProxiesRequest )
900904 - [ GetCloudAccountCostsResponse] ( docs/GetCloudAccountCostsResponse )
@@ -1026,6 +1030,7 @@ Class | Method | HTTP request | Description
10261030 - [ PathExclusionInfo] ( docs/PathExclusionInfo )
10271031 - [ PathInput] ( docs/PathInput )
10281032 - [ PathMapping] ( docs/PathMapping )
1033+ - [ PathPermissions] ( docs/PathPermissions )
10291034 - [ PhysicalFile] ( docs/PhysicalFile )
10301035 - [ Production] ( docs/Production )
10311036 - [ ProductionMini] ( docs/ProductionMini )
@@ -1130,6 +1135,7 @@ Class | Method | HTTP request | Description
11301135 - [ SubclipPartialUpdate] ( docs/SubclipPartialUpdate )
11311136 - [ SubclipReference] ( docs/SubclipReference )
11321137 - [ SubclipUpdate] ( docs/SubclipUpdate )
1138+ - [ SubmitWorkstationReport] ( docs/SubmitWorkstationReport )
11331139 - [ Subscription] ( docs/Subscription )
11341140 - [ Subtask] ( docs/Subtask )
11351141 - [ SubtaskPartialUpdate] ( docs/SubtaskPartialUpdate )
@@ -1169,7 +1175,6 @@ Class | Method | HTTP request | Description
11691175 - [ TaskLogEntry] ( docs/TaskLogEntry )
11701176 - [ TaskLogEntryData] ( docs/TaskLogEntryData )
11711177 - [ TaskLogV2] ( docs/TaskLogV2 )
1172- - [ TaskProgress] ( docs/TaskProgress )
11731178 - [ TaskType] ( docs/TaskType )
11741179 - [ TasksSummary] ( docs/TasksSummary )
11751180 - [ TeamsConnection] ( docs/TeamsConnection )
0 commit comments