2
2
3
3
- API version: 2
4
4
- Python 2.7 and 3.4+
5
- - Latest build: 23.7 .0
5
+ - Latest build: 23.10 .0
6
6
7
7
## Installation & Usage
8
8
@@ -209,13 +209,15 @@ Class | Method | HTTP request | Description
209
209
* IntegrationsApi* | [ ** start_teams_connection_token_refresh_flow** ] ( docs/IntegrationsApi#start_teams_connection_token_refresh_flow ) | ** GET** ` /api/2/integrations/teams/{id}/refresh-token ` |
210
210
* IntegrationsApi* | [ ** update_slack_connection** ] ( docs/IntegrationsApi#update_slack_connection ) | ** PUT** ` /api/2/integrations/slack/{id} ` |
211
211
* 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 ` |
212
213
* MainApi* | [ ** apply_configuration** ] ( docs/MainApi#apply_configuration ) | ** POST** ` /api/2/configuration/apply ` |
213
214
* MainApi* | [ ** beep** ] ( docs/MainApi#beep ) | ** POST** ` /api/2/system/beep ` |
214
215
* MainApi* | [ ** check_certificate** ] ( docs/MainApi#check_certificate ) | ** POST** ` /api/2/system/certificate/check ` |
215
216
* MainApi* | [ ** check_chunk_uploaded** ] ( docs/MainApi#check_chunk_uploaded ) | ** GET** ` /api/2/uploads/chunk ` |
216
217
* MainApi* | [ ** check_internet_connectivity** ] ( docs/MainApi#check_internet_connectivity ) | ** POST** ` /api/2/system/check-connectivity ` |
217
218
* MainApi* | [ ** check_stor_next_license** ] ( docs/MainApi#check_stor_next_license ) | ** POST** ` /api/2/stornext-license/check ` |
218
219
* 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 ` |
219
221
* MainApi* | [ ** create_archive** ] ( docs/MainApi#create_archive ) | ** POST** ` /api/2/download-archive/create ` |
220
222
* MainApi* | [ ** create_cloud_account** ] ( docs/MainApi#create_cloud_account ) | ** POST** ` /api/2/cloud/accounts ` |
221
223
* MainApi* | [ ** create_filesystem_permission** ] ( docs/MainApi#create_filesystem_permission ) | ** POST** ` /api/2/filesystem-permissions ` |
@@ -226,12 +228,14 @@ Class | Method | HTTP request | Description
226
228
* MainApi* | [ ** create_storage_node** ] ( docs/MainApi#create_storage_node ) | ** POST** ` /api/2/nodes ` |
227
229
* MainApi* | [ ** create_user** ] ( docs/MainApi#create_user ) | ** POST** ` /api/2/users ` |
228
230
* 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 ` |
229
232
* MainApi* | [ ** delete_cloud_account** ] ( docs/MainApi#delete_cloud_account ) | ** DELETE** ` /api/2/cloud/accounts/{id} ` |
230
233
* MainApi* | [ ** delete_download_archive** ] ( docs/MainApi#delete_download_archive ) | ** DELETE** ` /api/2/download-archive/{id} ` |
231
234
* MainApi* | [ ** delete_filesystem_permission** ] ( docs/MainApi#delete_filesystem_permission ) | ** DELETE** ` /api/2/filesystem-permissions/{id} ` |
232
235
* MainApi* | [ ** delete_group** ] ( docs/MainApi#delete_group ) | ** DELETE** ` /api/2/groups/{id} ` |
233
236
* MainApi* | [ ** delete_home_workspace** ] ( docs/MainApi#delete_home_workspace ) | ** DELETE** ` /api/2/users/{id}/home ` |
234
237
* 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} ` |
235
239
* MainApi* | [ ** delete_notification_setting** ] ( docs/MainApi#delete_notification_setting ) | ** DELETE** ` /api/2/notification-settings/{id} ` |
236
240
* MainApi* | [ ** delete_ntp_server** ] ( docs/MainApi#delete_ntp_server ) | ** DELETE** ` /api/2/system/time/servers/{id} ` |
237
241
* MainApi* | [ ** delete_storage_node** ] ( docs/MainApi#delete_storage_node ) | ** DELETE** ` /api/2/nodes/{id} ` |
@@ -249,7 +253,9 @@ Class | Method | HTTP request | Description
249
253
* MainApi* | [ ** get_all_filesystem_permissions** ] ( docs/MainApi#get_all_filesystem_permissions ) | ** GET** ` /api/2/filesystem-permissions ` |
250
254
* MainApi* | [ ** get_all_groups** ] ( docs/MainApi#get_all_groups ) | ** GET** ` /api/2/groups ` |
251
255
* 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 ` |
252
257
* 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 ` |
253
259
* MainApi* | [ ** get_all_ntp_servers** ] ( docs/MainApi#get_all_ntp_servers ) | ** GET** ` /api/2/system/time/servers ` |
254
260
* MainApi* | [ ** get_all_storage_nodes** ] ( docs/MainApi#get_all_storage_nodes ) | ** GET** ` /api/2/nodes ` |
255
261
* MainApi* | [ ** get_all_users** ] ( docs/MainApi#get_all_users ) | ** GET** ` /api/2/users ` |
@@ -281,6 +287,8 @@ Class | Method | HTTP request | Description
281
287
* MainApi* | [ ** get_my_avatar** ] ( docs/MainApi#get_my_avatar ) | ** GET** ` /api/2/users/me/avatar ` |
282
288
* MainApi* | [ ** get_node_ipmi_sensors** ] ( docs/MainApi#get_node_ipmi_sensors ) | ** GET** ` /api/2/nodes/{id}/sensors ` |
283
289
* 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} ` |
284
292
* MainApi* | [ ** get_notification_setting** ] ( docs/MainApi#get_notification_setting ) | ** GET** ` /api/2/notification-settings/{id} ` |
285
293
* MainApi* | [ ** get_ntp_server** ] ( docs/MainApi#get_ntp_server ) | ** GET** ` /api/2/system/time/servers/{id} ` |
286
294
* MainApi* | [ ** get_parameters** ] ( docs/MainApi#get_parameters ) | ** GET** ` /api/2/parameters ` |
@@ -300,6 +308,8 @@ Class | Method | HTTP request | Description
300
308
* MainApi* | [ ** patch_download_archive** ] ( docs/MainApi#patch_download_archive ) | ** PATCH** ` /api/2/download-archive/{id} ` |
301
309
* MainApi* | [ ** patch_filesystem_permission** ] ( docs/MainApi#patch_filesystem_permission ) | ** PATCH** ` /api/2/filesystem-permissions/{id} ` |
302
310
* 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} ` |
303
313
* MainApi* | [ ** patch_notification_setting** ] ( docs/MainApi#patch_notification_setting ) | ** PATCH** ` /api/2/notification-settings/{id} ` |
304
314
* MainApi* | [ ** patch_ntp_server** ] ( docs/MainApi#patch_ntp_server ) | ** PATCH** ` /api/2/system/time/servers/{id} ` |
305
315
* MainApi* | [ ** patch_profile** ] ( docs/MainApi#patch_profile ) | ** PATCH** ` /api/2/users/me ` |
@@ -334,6 +344,8 @@ Class | Method | HTTP request | Description
334
344
* MainApi* | [ ** update_filesystem_permission** ] ( docs/MainApi#update_filesystem_permission ) | ** PUT** ` /api/2/filesystem-permissions/{id} ` |
335
345
* MainApi* | [ ** update_group** ] ( docs/MainApi#update_group ) | ** PUT** ` /api/2/groups/{id} ` |
336
346
* 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} ` |
337
349
* MainApi* | [ ** update_notification_setting** ] ( docs/MainApi#update_notification_setting ) | ** PUT** ` /api/2/notification-settings/{id} ` |
338
350
* MainApi* | [ ** update_ntp_server** ] ( docs/MainApi#update_ntp_server ) | ** PUT** ` /api/2/system/time/servers/{id} ` |
339
351
* MainApi* | [ ** update_parameters** ] ( docs/MainApi#update_parameters ) | ** PUT** ` /api/2/parameters ` |
@@ -541,7 +553,9 @@ Class | Method | HTTP request | Description
541
553
* PrivateApi* | [ ** install_license** ] ( docs/PrivateApi#install_license ) | ** POST** ` /api/2/license/install ` |
542
554
* PrivateApi* | [ ** language_server_request** ] ( docs/PrivateApi#language_server_request ) | ** POST** ` /api/2/language-server/{language} ` |
543
555
* 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 ` |
544
557
* 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 ` |
545
559
* PrivateApi* | [ ** submit_node_status** ] ( docs/PrivateApi#submit_node_status ) | ** POST** ` /api/2/private/node-stats ` |
546
560
* SharedstorageApi* | [ ** get_shared_storage_value** ] ( docs/SharedstorageApi#get_shared_storage_value ) | ** GET** ` /api/2/private/shared-storage/{name} ` |
547
561
* 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
628
642
* StorageApi* | [ ** zip_files** ] ( docs/StorageApi#zip_files ) | ** POST** ` /api/2/filesystem/zip ` |
629
643
* TapeArchiveApi* | [ ** archive_to_tape** ] ( docs/TapeArchiveApi#archive_to_tape ) | ** POST** ` /api/2/archive/tape/archive ` |
630
644
* 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 ` |
631
646
* TapeArchiveApi* | [ ** check_tape** ] ( docs/TapeArchiveApi#check_tape ) | ** POST** ` /api/2/archive/tape/library/check ` |
632
647
* TapeArchiveApi* | [ ** create_tape** ] ( docs/TapeArchiveApi#create_tape ) | ** POST** ` /api/2/archive/tape/tapes ` |
633
648
* TapeArchiveApi* | [ ** create_tape_group** ] ( docs/TapeArchiveApi#create_tape_group ) | ** POST** ` /api/2/archive/tape/groups ` |
@@ -731,6 +746,7 @@ Class | Method | HTTP request | Description
731
746
- [ BasicFile] ( docs/BasicFile )
732
747
- [ BeeGFSNode] ( docs/BeeGFSNode )
733
748
- [ BeeGFSTarget] ( docs/BeeGFSTarget )
749
+ - [ BenchmarkEndpointRequest] ( docs/BenchmarkEndpointRequest )
734
750
- [ BootstrapData] ( docs/BootstrapData )
735
751
- [ CPUStat] ( docs/CPUStat )
736
752
- [ Certificate] ( docs/Certificate )
@@ -775,6 +791,7 @@ Class | Method | HTTP request | Description
775
791
- [ DownloadArchive] ( docs/DownloadArchive )
776
792
- [ DownloadArchivePartialUpdate] ( docs/DownloadArchivePartialUpdate )
777
793
- [ DownloadArchiveUpdate] ( docs/DownloadArchiveUpdate )
794
+ - [ EditorMarker] ( docs/EditorMarker )
778
795
- [ EditorProject] ( docs/EditorProject )
779
796
- [ EditorProjectPartialUpdate] ( docs/EditorProjectPartialUpdate )
780
797
- [ EditorProjectUpdate] ( docs/EditorProjectUpdate )
@@ -862,6 +879,8 @@ Class | Method | HTTP request | Description
862
879
- [ LizardFSNode] ( docs/LizardFSNode )
863
880
- [ LocaleEndpointResponse] ( docs/LocaleEndpointResponse )
864
881
- [ LocateEndpointRequest] ( docs/LocateEndpointRequest )
882
+ - [ LocateMarkersEndpointRequest] ( docs/LocateMarkersEndpointRequest )
883
+ - [ LocateMarkersEndpointResponse] ( docs/LocateMarkersEndpointResponse )
865
884
- [ LocateProxiesEndpointRequest] ( docs/LocateProxiesEndpointRequest )
866
885
- [ LocateProxiesEndpointResponse] ( docs/LocateProxiesEndpointResponse )
867
886
- [ LocateResult] ( docs/LocateResult )
@@ -906,6 +925,13 @@ Class | Method | HTTP request | Description
906
925
- [ NetStat] ( docs/NetStat )
907
926
- [ Notification] ( docs/Notification )
908
927
- [ 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 )
909
935
- [ NotificationUpdate] ( docs/NotificationUpdate )
910
936
- [ OneTimeAccessToken] ( docs/OneTimeAccessToken )
911
937
- [ OneTimeAccessTokenActivity] ( docs/OneTimeAccessTokenActivity )
@@ -995,6 +1021,7 @@ Class | Method | HTTP request | Description
995
1021
- [ StorageNode] ( docs/StorageNode )
996
1022
- [ StorageNodeMini] ( docs/StorageNodeMini )
997
1023
- [ StorageNodePartialUpdate] ( docs/StorageNodePartialUpdate )
1024
+ - [ StorageNodeReference] ( docs/StorageNodeReference )
998
1025
- [ StorageNodeStatus] ( docs/StorageNodeStatus )
999
1026
- [ StorageNodeUpdate] ( docs/StorageNodeUpdate )
1000
1027
- [ StorageRequest] ( docs/StorageRequest )
@@ -1072,6 +1099,7 @@ Class | Method | HTTP request | Description
1072
1099
- [ UnfilteredTag] ( docs/UnfilteredTag )
1073
1100
- [ UnfilteredTagPartialUpdate] ( docs/UnfilteredTagPartialUpdate )
1074
1101
- [ UnfilteredTagUpdate] ( docs/UnfilteredTagUpdate )
1102
+ - [ UnreadCount] ( docs/UnreadCount )
1075
1103
- [ UpdateQuotaRequest] ( docs/UpdateQuotaRequest )
1076
1104
- [ UpdatedFile] ( docs/UpdatedFile )
1077
1105
- [ UploadAIImageRequest] ( docs/UploadAIImageRequest )
0 commit comments