22
33- API version: 2
44- Python 2.7 and 3.4+
5- - Latest build: 23.7 .0
5+ - Latest build: 23.10 .0
66
77## Installation & Usage
88
@@ -209,13 +209,15 @@ Class | Method | HTTP request | Description
209209* IntegrationsApi* | [ ** start_teams_connection_token_refresh_flow** ] ( docs/IntegrationsApi#start_teams_connection_token_refresh_flow ) | ** GET** ` /api/2/integrations/teams/{id}/refresh-token ` |
210210* IntegrationsApi* | [ ** update_slack_connection** ] ( docs/IntegrationsApi#update_slack_connection ) | ** PUT** ` /api/2/integrations/slack/{id} ` |
211211* IntegrationsApi* | [ ** update_teams_connection** ] ( docs/IntegrationsApi#update_teams_connection ) | ** PUT** ` /api/2/integrations/teams/{id} ` |
212+ * MainApi* | [ ** acknowledge_all_notifications** ] ( docs/MainApi#acknowledge_all_notifications ) | ** POST** ` /api/2/notifications/acknowledge-all ` |
212213* MainApi* | [ ** apply_configuration** ] ( docs/MainApi#apply_configuration ) | ** POST** ` /api/2/configuration/apply ` |
213214* MainApi* | [ ** beep** ] ( docs/MainApi#beep ) | ** POST** ` /api/2/system/beep ` |
214215* MainApi* | [ ** check_certificate** ] ( docs/MainApi#check_certificate ) | ** POST** ` /api/2/system/certificate/check ` |
215216* MainApi* | [ ** check_chunk_uploaded** ] ( docs/MainApi#check_chunk_uploaded ) | ** GET** ` /api/2/uploads/chunk ` |
216217* MainApi* | [ ** check_internet_connectivity** ] ( docs/MainApi#check_internet_connectivity ) | ** POST** ` /api/2/system/check-connectivity ` |
217218* MainApi* | [ ** check_stor_next_license** ] ( docs/MainApi#check_stor_next_license ) | ** POST** ` /api/2/stornext-license/check ` |
218219* MainApi* | [ ** collect_diagnostics** ] ( docs/MainApi#collect_diagnostics ) | ** POST** ` /api/2/system/collect-diagnostics ` |
220+ * MainApi* | [ ** count_unread_notifications** ] ( docs/MainApi#count_unread_notifications ) | ** GET** ` /api/2/notifications/count-unread ` |
219221* MainApi* | [ ** create_archive** ] ( docs/MainApi#create_archive ) | ** POST** ` /api/2/download-archive/create ` |
220222* MainApi* | [ ** create_cloud_account** ] ( docs/MainApi#create_cloud_account ) | ** POST** ` /api/2/cloud/accounts ` |
221223* MainApi* | [ ** create_filesystem_permission** ] ( docs/MainApi#create_filesystem_permission ) | ** POST** ` /api/2/filesystem-permissions ` |
@@ -226,12 +228,14 @@ Class | Method | HTTP request | Description
226228* MainApi* | [ ** create_storage_node** ] ( docs/MainApi#create_storage_node ) | ** POST** ` /api/2/nodes ` |
227229* MainApi* | [ ** create_user** ] ( docs/MainApi#create_user ) | ** POST** ` /api/2/users ` |
228230* MainApi* | [ ** create_workstation** ] ( docs/MainApi#create_workstation ) | ** POST** ` /api/2/workstations ` |
231+ * MainApi* | [ ** delete_all_notifications** ] ( docs/MainApi#delete_all_notifications ) | ** DELETE** ` /api/2/notifications/all ` |
229232* MainApi* | [ ** delete_cloud_account** ] ( docs/MainApi#delete_cloud_account ) | ** DELETE** ` /api/2/cloud/accounts/{id} ` |
230233* MainApi* | [ ** delete_download_archive** ] ( docs/MainApi#delete_download_archive ) | ** DELETE** ` /api/2/download-archive/{id} ` |
231234* MainApi* | [ ** delete_filesystem_permission** ] ( docs/MainApi#delete_filesystem_permission ) | ** DELETE** ` /api/2/filesystem-permissions/{id} ` |
232235* MainApi* | [ ** delete_group** ] ( docs/MainApi#delete_group ) | ** DELETE** ` /api/2/groups/{id} ` |
233236* MainApi* | [ ** delete_home_workspace** ] ( docs/MainApi#delete_home_workspace ) | ** DELETE** ` /api/2/users/{id}/home ` |
234237* MainApi* | [ ** delete_my_avatar** ] ( docs/MainApi#delete_my_avatar ) | ** DELETE** ` /api/2/users/me/avatar ` |
238+ * MainApi* | [ ** delete_notification** ] ( docs/MainApi#delete_notification ) | ** DELETE** ` /api/2/notifications/{id} ` |
235239* MainApi* | [ ** delete_notification_setting** ] ( docs/MainApi#delete_notification_setting ) | ** DELETE** ` /api/2/notification-settings/{id} ` |
236240* MainApi* | [ ** delete_ntp_server** ] ( docs/MainApi#delete_ntp_server ) | ** DELETE** ` /api/2/system/time/servers/{id} ` |
237241* MainApi* | [ ** delete_storage_node** ] ( docs/MainApi#delete_storage_node ) | ** DELETE** ` /api/2/nodes/{id} ` |
@@ -249,7 +253,9 @@ Class | Method | HTTP request | Description
249253* MainApi* | [ ** get_all_filesystem_permissions** ] ( docs/MainApi#get_all_filesystem_permissions ) | ** GET** ` /api/2/filesystem-permissions ` |
250254* MainApi* | [ ** get_all_groups** ] ( docs/MainApi#get_all_groups ) | ** GET** ` /api/2/groups ` |
251255* MainApi* | [ ** get_all_ldap_servers** ] ( docs/MainApi#get_all_ldap_servers ) | ** GET** ` /api/2/ldap-servers ` |
256+ * MainApi* | [ ** get_all_notification_receipts** ] ( docs/MainApi#get_all_notification_receipts ) | ** GET** ` /api/2/notification-receipts ` |
252257* MainApi* | [ ** get_all_notification_settings** ] ( docs/MainApi#get_all_notification_settings ) | ** GET** ` /api/2/notification-settings ` |
258+ * MainApi* | [ ** get_all_notifications** ] ( docs/MainApi#get_all_notifications ) | ** GET** ` /api/2/notifications ` |
253259* MainApi* | [ ** get_all_ntp_servers** ] ( docs/MainApi#get_all_ntp_servers ) | ** GET** ` /api/2/system/time/servers ` |
254260* MainApi* | [ ** get_all_storage_nodes** ] ( docs/MainApi#get_all_storage_nodes ) | ** GET** ` /api/2/nodes ` |
255261* MainApi* | [ ** get_all_users** ] ( docs/MainApi#get_all_users ) | ** GET** ` /api/2/users ` |
@@ -281,6 +287,8 @@ Class | Method | HTTP request | Description
281287* MainApi* | [ ** get_my_avatar** ] ( docs/MainApi#get_my_avatar ) | ** GET** ` /api/2/users/me/avatar ` |
282288* MainApi* | [ ** get_node_ipmi_sensors** ] ( docs/MainApi#get_node_ipmi_sensors ) | ** GET** ` /api/2/nodes/{id}/sensors ` |
283289* MainApi* | [ ** get_node_stats** ] ( docs/MainApi#get_node_stats ) | ** GET** ` /api/2/nodes/{id}/stats ` |
290+ * MainApi* | [ ** get_notification** ] ( docs/MainApi#get_notification ) | ** GET** ` /api/2/notifications/{id} ` |
291+ * MainApi* | [ ** get_notification_receipt** ] ( docs/MainApi#get_notification_receipt ) | ** GET** ` /api/2/notification-receipts/{id} ` |
284292* MainApi* | [ ** get_notification_setting** ] ( docs/MainApi#get_notification_setting ) | ** GET** ` /api/2/notification-settings/{id} ` |
285293* MainApi* | [ ** get_ntp_server** ] ( docs/MainApi#get_ntp_server ) | ** GET** ` /api/2/system/time/servers/{id} ` |
286294* MainApi* | [ ** get_parameters** ] ( docs/MainApi#get_parameters ) | ** GET** ` /api/2/parameters ` |
@@ -300,6 +308,8 @@ Class | Method | HTTP request | Description
300308* MainApi* | [ ** patch_download_archive** ] ( docs/MainApi#patch_download_archive ) | ** PATCH** ` /api/2/download-archive/{id} ` |
301309* MainApi* | [ ** patch_filesystem_permission** ] ( docs/MainApi#patch_filesystem_permission ) | ** PATCH** ` /api/2/filesystem-permissions/{id} ` |
302310* MainApi* | [ ** patch_group** ] ( docs/MainApi#patch_group ) | ** PATCH** ` /api/2/groups/{id} ` |
311+ * MainApi* | [ ** patch_notification** ] ( docs/MainApi#patch_notification ) | ** PATCH** ` /api/2/notifications/{id} ` |
312+ * MainApi* | [ ** patch_notification_receipt** ] ( docs/MainApi#patch_notification_receipt ) | ** PATCH** ` /api/2/notification-receipts/{id} ` |
303313* MainApi* | [ ** patch_notification_setting** ] ( docs/MainApi#patch_notification_setting ) | ** PATCH** ` /api/2/notification-settings/{id} ` |
304314* MainApi* | [ ** patch_ntp_server** ] ( docs/MainApi#patch_ntp_server ) | ** PATCH** ` /api/2/system/time/servers/{id} ` |
305315* MainApi* | [ ** patch_profile** ] ( docs/MainApi#patch_profile ) | ** PATCH** ` /api/2/users/me ` |
@@ -334,6 +344,8 @@ Class | Method | HTTP request | Description
334344* MainApi* | [ ** update_filesystem_permission** ] ( docs/MainApi#update_filesystem_permission ) | ** PUT** ` /api/2/filesystem-permissions/{id} ` |
335345* MainApi* | [ ** update_group** ] ( docs/MainApi#update_group ) | ** PUT** ` /api/2/groups/{id} ` |
336346* MainApi* | [ ** update_my_avatar** ] ( docs/MainApi#update_my_avatar ) | ** POST** ` /api/2/users/me/avatar ` |
347+ * MainApi* | [ ** update_notification** ] ( docs/MainApi#update_notification ) | ** PUT** ` /api/2/notifications/{id} ` |
348+ * MainApi* | [ ** update_notification_receipt** ] ( docs/MainApi#update_notification_receipt ) | ** PUT** ` /api/2/notification-receipts/{id} ` |
337349* MainApi* | [ ** update_notification_setting** ] ( docs/MainApi#update_notification_setting ) | ** PUT** ` /api/2/notification-settings/{id} ` |
338350* MainApi* | [ ** update_ntp_server** ] ( docs/MainApi#update_ntp_server ) | ** PUT** ` /api/2/system/time/servers/{id} ` |
339351* MainApi* | [ ** update_parameters** ] ( docs/MainApi#update_parameters ) | ** PUT** ` /api/2/parameters ` |
@@ -541,7 +553,9 @@ Class | Method | HTTP request | Description
541553* PrivateApi* | [ ** install_license** ] ( docs/PrivateApi#install_license ) | ** POST** ` /api/2/license/install ` |
542554* PrivateApi* | [ ** language_server_request** ] ( docs/PrivateApi#language_server_request ) | ** POST** ` /api/2/language-server/{language} ` |
543555* PrivateApi* | [ ** locate_file** ] ( docs/PrivateApi#locate_file ) | ** POST** ` /api/2/private/locate ` |
556+ * PrivateApi* | [ ** locate_markers** ] ( docs/PrivateApi#locate_markers ) | ** POST** ` /api/2/panel/locate-markers ` |
544557* PrivateApi* | [ ** locate_proxies** ] ( docs/PrivateApi#locate_proxies ) | ** POST** ` /api/2/panel/locate-proxies ` |
558+ * PrivateApi* | [ ** start_benchmark_session** ] ( docs/PrivateApi#start_benchmark_session ) | ** POST** ` /api/2/private/benchmark ` |
545559* PrivateApi* | [ ** submit_node_status** ] ( docs/PrivateApi#submit_node_status ) | ** POST** ` /api/2/private/node-stats ` |
546560* SharedstorageApi* | [ ** get_shared_storage_value** ] ( docs/SharedstorageApi#get_shared_storage_value ) | ** GET** ` /api/2/private/shared-storage/{name} ` |
547561* SharedstorageApi* | [ ** get_user_storage_value** ] ( docs/SharedstorageApi#get_user_storage_value ) | ** GET** ` /api/2/private/user-storage/{name} ` |
@@ -628,6 +642,7 @@ Class | Method | HTTP request | Description
628642* StorageApi* | [ ** zip_files** ] ( docs/StorageApi#zip_files ) | ** POST** ` /api/2/filesystem/zip ` |
629643* TapeArchiveApi* | [ ** archive_to_tape** ] ( docs/TapeArchiveApi#archive_to_tape ) | ** POST** ` /api/2/archive/tape/archive ` |
630644* TapeArchiveApi* | [ ** cancel_all_tape_archive_jobs** ] ( docs/TapeArchiveApi#cancel_all_tape_archive_jobs ) | ** POST** ` /api/2/archive/tape/jobs/cancel-all ` |
645+ * TapeArchiveApi* | [ ** cancel_tape_archive_job** ] ( docs/TapeArchiveApi#cancel_tape_archive_job ) | ** POST** ` /api/2/archive/tape/jobs/{id}/cancel ` |
631646* TapeArchiveApi* | [ ** check_tape** ] ( docs/TapeArchiveApi#check_tape ) | ** POST** ` /api/2/archive/tape/library/check ` |
632647* TapeArchiveApi* | [ ** create_tape** ] ( docs/TapeArchiveApi#create_tape ) | ** POST** ` /api/2/archive/tape/tapes ` |
633648* TapeArchiveApi* | [ ** create_tape_group** ] ( docs/TapeArchiveApi#create_tape_group ) | ** POST** ` /api/2/archive/tape/groups ` |
@@ -731,6 +746,7 @@ Class | Method | HTTP request | Description
731746 - [ BasicFile] ( docs/BasicFile )
732747 - [ BeeGFSNode] ( docs/BeeGFSNode )
733748 - [ BeeGFSTarget] ( docs/BeeGFSTarget )
749+ - [ BenchmarkEndpointRequest] ( docs/BenchmarkEndpointRequest )
734750 - [ BootstrapData] ( docs/BootstrapData )
735751 - [ CPUStat] ( docs/CPUStat )
736752 - [ Certificate] ( docs/Certificate )
@@ -775,6 +791,7 @@ Class | Method | HTTP request | Description
775791 - [ DownloadArchive] ( docs/DownloadArchive )
776792 - [ DownloadArchivePartialUpdate] ( docs/DownloadArchivePartialUpdate )
777793 - [ DownloadArchiveUpdate] ( docs/DownloadArchiveUpdate )
794+ - [ EditorMarker] ( docs/EditorMarker )
778795 - [ EditorProject] ( docs/EditorProject )
779796 - [ EditorProjectPartialUpdate] ( docs/EditorProjectPartialUpdate )
780797 - [ EditorProjectUpdate] ( docs/EditorProjectUpdate )
@@ -862,6 +879,8 @@ Class | Method | HTTP request | Description
862879 - [ LizardFSNode] ( docs/LizardFSNode )
863880 - [ LocaleEndpointResponse] ( docs/LocaleEndpointResponse )
864881 - [ LocateEndpointRequest] ( docs/LocateEndpointRequest )
882+ - [ LocateMarkersEndpointRequest] ( docs/LocateMarkersEndpointRequest )
883+ - [ LocateMarkersEndpointResponse] ( docs/LocateMarkersEndpointResponse )
865884 - [ LocateProxiesEndpointRequest] ( docs/LocateProxiesEndpointRequest )
866885 - [ LocateProxiesEndpointResponse] ( docs/LocateProxiesEndpointResponse )
867886 - [ LocateResult] ( docs/LocateResult )
@@ -906,6 +925,13 @@ Class | Method | HTTP request | Description
906925 - [ NetStat] ( docs/NetStat )
907926 - [ Notification] ( docs/Notification )
908927 - [ NotificationPartialUpdate] ( docs/NotificationPartialUpdate )
928+ - [ NotificationReceipt] ( docs/NotificationReceipt )
929+ - [ NotificationReceiptPartialUpdate] ( docs/NotificationReceiptPartialUpdate )
930+ - [ NotificationReceiptReference] ( docs/NotificationReceiptReference )
931+ - [ NotificationReceiptUpdate] ( docs/NotificationReceiptUpdate )
932+ - [ NotificationSetting] ( docs/NotificationSetting )
933+ - [ NotificationSettingPartialUpdate] ( docs/NotificationSettingPartialUpdate )
934+ - [ NotificationSettingUpdate] ( docs/NotificationSettingUpdate )
909935 - [ NotificationUpdate] ( docs/NotificationUpdate )
910936 - [ OneTimeAccessToken] ( docs/OneTimeAccessToken )
911937 - [ OneTimeAccessTokenActivity] ( docs/OneTimeAccessTokenActivity )
@@ -995,6 +1021,7 @@ Class | Method | HTTP request | Description
9951021 - [ StorageNode] ( docs/StorageNode )
9961022 - [ StorageNodeMini] ( docs/StorageNodeMini )
9971023 - [ StorageNodePartialUpdate] ( docs/StorageNodePartialUpdate )
1024+ - [ StorageNodeReference] ( docs/StorageNodeReference )
9981025 - [ StorageNodeStatus] ( docs/StorageNodeStatus )
9991026 - [ StorageNodeUpdate] ( docs/StorageNodeUpdate )
10001027 - [ StorageRequest] ( docs/StorageRequest )
@@ -1072,6 +1099,7 @@ Class | Method | HTTP request | Description
10721099 - [ UnfilteredTag] ( docs/UnfilteredTag )
10731100 - [ UnfilteredTagPartialUpdate] ( docs/UnfilteredTagPartialUpdate )
10741101 - [ UnfilteredTagUpdate] ( docs/UnfilteredTagUpdate )
1102+ - [ UnreadCount] ( docs/UnreadCount )
10751103 - [ UpdateQuotaRequest] ( docs/UpdateQuotaRequest )
10761104 - [ UpdatedFile] ( docs/UpdatedFile )
10771105 - [ UploadAIImageRequest] ( docs/UploadAIImageRequest )
0 commit comments