22
33-  API version: 2
44-  Python 2.7 and 3.4+
5- -  Latest build: 25.1.1 
5+ -  Latest build: 25.4.0 
66
77## Installation & Usage  
88
@@ -198,6 +198,7 @@ Class | Method | HTTP request | Description
198198* MainApi*  | [ ** acknowledge_all_notifications** ] ( docs/MainApi#acknowledge_all_notifications )  | ** POST**  ` /api/2/notifications/acknowledge-all `  | 
199199* MainApi*  | [ ** apply_configuration** ] ( docs/MainApi#apply_configuration )  | ** POST**  ` /api/2/configuration/apply `  | 
200200* MainApi*  | [ ** beep** ] ( docs/MainApi#beep )  | ** POST**  ` /api/2/system/beep `  | 
201+ * MainApi*  | [ ** bulk_delete_users** ] ( docs/MainApi#bulk_delete_users )  | ** POST**  ` /api/2/users/bulk-delete `  | 
201202* MainApi*  | [ ** check_certificate** ] ( docs/MainApi#check_certificate )  | ** POST**  ` /api/2/system/certificate/check `  | 
202203* MainApi*  | [ ** check_chunk_uploaded** ] ( docs/MainApi#check_chunk_uploaded )  | ** GET**  ` /api/2/uploads/chunk `  | 
203204* MainApi*  | [ ** check_internet_connectivity** ] ( docs/MainApi#check_internet_connectivity )  | ** POST**  ` /api/2/system/check-connectivity `  | 
@@ -229,6 +230,7 @@ Class | Method | HTTP request | Description
229230* MainApi*  | [ ** delete_notification** ] ( docs/MainApi#delete_notification )  | ** DELETE**  ` /api/2/notifications/{id} `  | 
230231* MainApi*  | [ ** delete_notification_setting** ] ( docs/MainApi#delete_notification_setting )  | ** DELETE**  ` /api/2/notification-settings/{id} `  | 
231232* MainApi*  | [ ** delete_ntp_server** ] ( docs/MainApi#delete_ntp_server )  | ** DELETE**  ` /api/2/system/time/servers/{id} `  | 
233+ * MainApi*  | [ ** delete_pwa_icon** ] ( docs/MainApi#delete_pwa_icon )  | ** DELETE**  ` /api/2/system/pwa-configuration/icon `  | 
232234* MainApi*  | [ ** delete_smtp_configuration** ] ( docs/MainApi#delete_smtp_configuration )  | ** DELETE**  ` /api/2/system/smtp `  | 
233235* MainApi*  | [ ** delete_storage_node** ] ( docs/MainApi#delete_storage_node )  | ** DELETE**  ` /api/2/nodes/{id} `  | 
234236* MainApi*  | [ ** delete_user** ] ( docs/MainApi#delete_user )  | ** DELETE**  ` /api/2/users/{id} `  | 
@@ -292,6 +294,8 @@ Class | Method | HTTP request | Description
292294* MainApi*  | [ ** get_parameters** ] ( docs/MainApi#get_parameters )  | ** GET**  ` /api/2/parameters `  | 
293295* MainApi*  | [ ** get_password_policy** ] ( docs/MainApi#get_password_policy )  | ** GET**  ` /api/2/system/password-policy `  | 
294296* MainApi*  | [ ** get_profile** ] ( docs/MainApi#get_profile )  | ** GET**  ` /api/2/users/me `  | 
297+ * MainApi*  | [ ** get_pwa_configuration** ] ( docs/MainApi#get_pwa_configuration )  | ** GET**  ` /api/2/system/pwa-configuration `  | 
298+ * MainApi*  | [ ** get_pwa_icon** ] ( docs/MainApi#get_pwa_icon )  | ** GET**  ` /api/2/system/pwa-configuration/icon `  | 
295299* MainApi*  | [ ** get_release_notes** ] ( docs/MainApi#get_release_notes )  | ** GET**  ` /api/2/release-notes `  | 
296300* MainApi*  | [ ** get_service_status** ] ( docs/MainApi#get_service_status )  | ** GET**  ` /api/2/nodes/{id}/services/{service} `  | 
297301* MainApi*  | [ ** get_smtp_configuration** ] ( docs/MainApi#get_smtp_configuration )  | ** GET**  ` /api/2/system/smtp `  | 
@@ -358,6 +362,8 @@ Class | Method | HTTP request | Description
358362* MainApi*  | [ ** update_parameters** ] ( docs/MainApi#update_parameters )  | ** PUT**  ` /api/2/parameters `  | 
359363* MainApi*  | [ ** update_password_policy** ] ( docs/MainApi#update_password_policy )  | ** PUT**  ` /api/2/system/password-policy `  | 
360364* MainApi*  | [ ** update_profile** ] ( docs/MainApi#update_profile )  | ** PUT**  ` /api/2/users/me `  | 
365+ * MainApi*  | [ ** update_pwa_configuration** ] ( docs/MainApi#update_pwa_configuration )  | ** PUT**  ` /api/2/system/pwa-configuration `  | 
366+ * MainApi*  | [ ** update_pwa_icon** ] ( docs/MainApi#update_pwa_icon )  | ** POST**  ` /api/2/system/pwa-configuration/icon `  | 
361367* MainApi*  | [ ** update_smtp_configuration** ] ( docs/MainApi#update_smtp_configuration )  | ** PUT**  ` /api/2/system/smtp `  | 
362368* MainApi*  | [ ** update_storage_node** ] ( docs/MainApi#update_storage_node )  | ** PUT**  ` /api/2/nodes/{id} `  | 
363369* MainApi*  | [ ** update_user** ] ( docs/MainApi#update_user )  | ** PUT**  ` /api/2/users/{id} `  | 
@@ -570,7 +576,9 @@ Class | Method | HTTP request | Description
570576* MediaLibraryApi*  | [ ** update_subclip** ] ( docs/MediaLibraryApi#update_subclip )  | ** PUT**  ` /api/2/media/{asset_id}/subclips/{id} `  | 
571577* MediaLibraryApi*  | [ ** update_workflow** ] ( docs/MediaLibraryApi#update_workflow )  | ** PUT**  ` /api/2/media/workflows/{id} `  | 
572578* MediaLibraryApi*  | [ ** web_upload_completed** ] ( docs/MediaLibraryApi#web_upload_completed )  | ** POST**  ` /api/2/media/web/upload-completed `  | 
579+ * PrivateApi*  | [ ** create_one_fs_integration** ] ( docs/PrivateApi#create_one_fs_integration )  | ** POST**  ` /api/2/private/onefs-integrations `  | 
573580* PrivateApi*  | [ ** create_qumulo_integration** ] ( docs/PrivateApi#create_qumulo_integration )  | ** POST**  ` /api/2/private/qumulo-integrations `  | 
581+ * PrivateApi*  | [ ** delete_one_fs_integration** ] ( docs/PrivateApi#delete_one_fs_integration )  | ** DELETE**  ` /api/2/private/onefs-integrations/{id} `  | 
574582* PrivateApi*  | [ ** delete_qumulo_integration** ] ( docs/PrivateApi#delete_qumulo_integration )  | ** DELETE**  ` /api/2/private/qumulo-integrations/{id} `  | 
575583* PrivateApi*  | [ ** export_non_proxied_assets** ] ( docs/PrivateApi#export_non_proxied_assets )  | ** GET**  ` /api/2/private/export/non-proxied/{root_id} `  | 
576584* 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} `  | 
@@ -579,11 +587,13 @@ Class | Method | HTTP request | Description
579587* PrivateApi*  | [ ** fast_lane_login_with_password** ] ( docs/PrivateApi#fast_lane_login_with_password )  | ** POST**  ` /auth/fast-lane/{token} `  | 
580588* PrivateApi*  | [ ** get** ] ( docs/PrivateApi#get )  | ** GET**  ` /api/2/private/bootstrap `  | 
581589* PrivateApi*  | [ ** get_agent_auth_token** ] ( docs/PrivateApi#get_agent_auth_token )  | ** GET**  ` /api/2/private/elements-agent-auth `  | 
590+ * PrivateApi*  | [ ** get_all_one_fs_integrations** ] ( docs/PrivateApi#get_all_one_fs_integrations )  | ** GET**  ` /api/2/private/onefs-integrations `  | 
582591* PrivateApi*  | [ ** get_all_qumulo_integrations** ] ( docs/PrivateApi#get_all_qumulo_integrations )  | ** GET**  ` /api/2/private/qumulo-integrations `  | 
583592* PrivateApi*  | [ ** get_client_side_url** ] ( docs/PrivateApi#get_client_side_url )  | ** POST**  ` /api/2/private/client-side-url `  | 
584593* PrivateApi*  | [ ** get_help_page** ] ( docs/PrivateApi#get_help_page )  | ** GET**  ` /api/2/help/{id} `  | 
585594* PrivateApi*  | [ ** get_locale** ] ( docs/PrivateApi#get_locale )  | ** GET**  ` /api/2/private/locale/{lang} `  | 
586595* PrivateApi*  | [ ** get_media_library_homepage_content** ] ( docs/PrivateApi#get_media_library_homepage_content )  | ** GET**  ` /api/2/private/media/homepage-content `  | 
596+ * PrivateApi*  | [ ** get_one_fs_integration** ] ( docs/PrivateApi#get_one_fs_integration )  | ** GET**  ` /api/2/private/onefs-integrations/{id} `  | 
587597* PrivateApi*  | [ ** get_proxy_fs_size** ] ( docs/PrivateApi#get_proxy_fs_size )  | ** GET**  ` /api/2/private/media/proxyfs-size `  | 
588598* PrivateApi*  | [ ** get_qumulo_integration** ] ( docs/PrivateApi#get_qumulo_integration )  | ** GET**  ` /api/2/private/qumulo-integrations/{id} `  | 
589599* PrivateApi*  | [ ** get_samba_dfree_string** ] ( docs/PrivateApi#get_samba_dfree_string )  | ** POST**  ` /api/2/private/dfree `  | 
@@ -594,12 +604,14 @@ Class | Method | HTTP request | Description
594604* PrivateApi*  | [ ** locate_markers** ] ( docs/PrivateApi#locate_markers )  | ** POST**  ` /api/2/panel/locate-markers `  | 
595605* PrivateApi*  | [ ** locate_proxies** ] ( docs/PrivateApi#locate_proxies )  | ** POST**  ` /api/2/panel/locate-proxies `  | 
596606* PrivateApi*  | [ ** lookup_upload_folder_by_path** ] ( docs/PrivateApi#lookup_upload_folder_by_path )  | ** GET**  ` /api/2/private/media/lookup-upload-folder `  | 
607+ * PrivateApi*  | [ ** patch_one_fs_integration** ] ( docs/PrivateApi#patch_one_fs_integration )  | ** PATCH**  ` /api/2/private/onefs-integrations/{id} `  | 
597608* PrivateApi*  | [ ** patch_qumulo_integration** ] ( docs/PrivateApi#patch_qumulo_integration )  | ** PATCH**  ` /api/2/private/qumulo-integrations/{id} `  | 
598609* PrivateApi*  | [ ** start_benchmark_session** ] ( docs/PrivateApi#start_benchmark_session )  | ** POST**  ` /api/2/private/benchmark `  | 
599610* PrivateApi*  | [ ** start_impersonation** ] ( docs/PrivateApi#start_impersonation )  | ** POST**  ` /api/2/auth/impersonation `  | 
600611* PrivateApi*  | [ ** start_impersonation_via_redirect** ] ( docs/PrivateApi#start_impersonation_via_redirect )  | ** GET**  ` /api/2/auth/impersonation/redirect/{user_id} `  | 
601612* PrivateApi*  | [ ** stop_impersonation** ] ( docs/PrivateApi#stop_impersonation )  | ** POST**  ` /api/2/auth/impersonation/stop `  | 
602613* PrivateApi*  | [ ** submit_node_status** ] ( docs/PrivateApi#submit_node_status )  | ** POST**  ` /api/2/private/node-stats `  | 
614+ * PrivateApi*  | [ ** update_one_fs_integration** ] ( docs/PrivateApi#update_one_fs_integration )  | ** PUT**  ` /api/2/private/onefs-integrations/{id} `  | 
603615* PrivateApi*  | [ ** update_qumulo_integration** ] ( docs/PrivateApi#update_qumulo_integration )  | ** PUT**  ` /api/2/private/qumulo-integrations/{id} `  | 
604616* SharedstorageApi*  | [ ** get_shared_storage_value** ] ( docs/SharedstorageApi#get_shared_storage_value )  | ** GET**  ` /api/2/private/shared-storage/{name} `  | 
605617* SharedstorageApi*  | [ ** get_user_storage_value** ] ( docs/SharedstorageApi#get_user_storage_value )  | ** GET**  ` /api/2/private/user-storage/{name} `  | 
@@ -759,6 +771,7 @@ Class | Method | HTTP request | Description
759771 -  [ ArgumentType] ( docs/ArgumentType ) 
760772 -  [ Asset] ( docs/Asset ) 
761773 -  [ AssetBackup] ( docs/AssetBackup ) 
774+  -  [ AssetBackupMini] ( docs/AssetBackupMini ) 
762775 -  [ AssetCloudLink] ( docs/AssetCloudLink ) 
763776 -  [ AssetMini] ( docs/AssetMini ) 
764777 -  [ AssetMiniReference] ( docs/AssetMiniReference ) 
@@ -780,6 +793,7 @@ Class | Method | HTTP request | Description
780793 -  [ BeeGFSTarget] ( docs/BeeGFSTarget ) 
781794 -  [ BenchmarkEndpointRequest] ( docs/BenchmarkEndpointRequest ) 
782795 -  [ BootstrapData] ( docs/BootstrapData ) 
796+  -  [ BulkDeleteUsersRequest] ( docs/BulkDeleteUsersRequest ) 
783797 -  [ CPUStat] ( docs/CPUStat ) 
784798 -  [ CSRFile] ( docs/CSRFile ) 
785799 -  [ Certificate] ( docs/Certificate ) 
@@ -815,7 +829,6 @@ Class | Method | HTTP request | Description
815829 -  [ Cost] ( docs/Cost ) 
816830 -  [ CreateDownloadArchive] ( docs/CreateDownloadArchive ) 
817831 -  [ CreateHomeWorkspaceRequest] ( docs/CreateHomeWorkspaceRequest ) 
818-  -  [ CreatePathQuotaRequest] ( docs/CreatePathQuotaRequest ) 
819832 -  [ CreateStorageNodeRequest] ( docs/CreateStorageNodeRequest ) 
820833 -  [ CustomField] ( docs/CustomField ) 
821834 -  [ CustomFieldPartialUpdate] ( docs/CustomFieldPartialUpdate ) 
@@ -993,9 +1006,14 @@ Class | Method | HTTP request | Description
9931006 -  [ NotificationSettingPartialUpdate] ( docs/NotificationSettingPartialUpdate ) 
9941007 -  [ NotificationSettingUpdate] ( docs/NotificationSettingUpdate ) 
9951008 -  [ NotificationUpdate] ( docs/NotificationUpdate ) 
1009+  -  [ OneFSIntegration] ( docs/OneFSIntegration ) 
1010+  -  [ OneFSIntegrationPartialUpdate] ( docs/OneFSIntegrationPartialUpdate ) 
1011+  -  [ OneFSIntegrationUpdate] ( docs/OneFSIntegrationUpdate ) 
9961012 -  [ OneTimeAccessToken] ( docs/OneTimeAccessToken ) 
9971013 -  [ OneTimeAccessTokenActivity] ( docs/OneTimeAccessTokenActivity ) 
9981014 -  [ OneTimeAccessTokenSharedObject] ( docs/OneTimeAccessTokenSharedObject ) 
1015+  -  [ PWAConfiguration] ( docs/PWAConfiguration ) 
1016+  -  [ PWAConfigurationUpdate] ( docs/PWAConfigurationUpdate ) 
9991017 -  [ Parameters] ( docs/Parameters ) 
10001018 -  [ ParametersUpdate] ( docs/ParametersUpdate ) 
10011019 -  [ ParseSAMLIDPMetadataRequest] ( docs/ParseSAMLIDPMetadataRequest ) 
@@ -1094,6 +1112,7 @@ Class | Method | HTTP request | Description
10941112 -  [ StorNextConnections] ( docs/StorNextConnections ) 
10951113 -  [ StorNextLicenseCheckEndpointResponse] ( docs/StorNextLicenseCheckEndpointResponse ) 
10961114 -  [ StorNextLicenseEndpointResponse] ( docs/StorNextLicenseEndpointResponse ) 
1115+  -  [ StorNextLicenseUsage] ( docs/StorNextLicenseUsage ) 
10971116 -  [ StorageNode] ( docs/StorageNode ) 
10981117 -  [ StorageNodeMini] ( docs/StorageNodeMini ) 
10991118 -  [ StorageNodePartialUpdate] ( docs/StorageNodePartialUpdate ) 
0 commit comments