diff --git a/.openapi-generator/FILES b/.openapi-generator/FILES index 192372f..b5db52f 100644 --- a/.openapi-generator/FILES +++ b/.openapi-generator/FILES @@ -73,6 +73,7 @@ docs/BackendProperties.md docs/BasicFile.md docs/BeeGFSNode.md docs/BeeGFSTarget.md +docs/BenchmarkEndpointRequest.md docs/BootstrapData.md docs/CPUStat.md docs/Certificate.md @@ -118,6 +119,7 @@ docs/Download.md docs/DownloadArchive.md docs/DownloadArchivePartialUpdate.md docs/DownloadArchiveUpdate.md +docs/EditorMarker.md docs/EditorProject.md docs/EditorProjectPartialUpdate.md docs/EditorProjectUpdate.md @@ -206,6 +208,8 @@ docs/LizardFSDisk.md docs/LizardFSNode.md docs/LocaleEndpointResponse.md docs/LocateEndpointRequest.md +docs/LocateMarkersEndpointRequest.md +docs/LocateMarkersEndpointResponse.md docs/LocateProxiesEndpointRequest.md docs/LocateProxiesEndpointResponse.md docs/LocateResult.md @@ -252,6 +256,13 @@ docs/NTPServerUpdate.md docs/NetStat.md docs/Notification.md docs/NotificationPartialUpdate.md +docs/NotificationReceipt.md +docs/NotificationReceiptPartialUpdate.md +docs/NotificationReceiptReference.md +docs/NotificationReceiptUpdate.md +docs/NotificationSetting.md +docs/NotificationSettingPartialUpdate.md +docs/NotificationSettingUpdate.md docs/NotificationUpdate.md docs/OneTimeAccessToken.md docs/OneTimeAccessTokenActivity.md @@ -345,6 +356,7 @@ docs/StorageApi.md docs/StorageNode.md docs/StorageNodeMini.md docs/StorageNodePartialUpdate.md +docs/StorageNodeReference.md docs/StorageNodeStatus.md docs/StorageNodeUpdate.md docs/StorageRequest.md @@ -423,6 +435,7 @@ docs/TypeDocumentation.md docs/UnfilteredTag.md docs/UnfilteredTagPartialUpdate.md docs/UnfilteredTagUpdate.md +docs/UnreadCount.md docs/UpdateQuotaRequest.md docs/UpdatedFile.md docs/UploadAIImageRequest.md @@ -546,6 +559,7 @@ elements_sdk/model/backend_properties.py elements_sdk/model/basic_file.py elements_sdk/model/bee_gfs_node.py elements_sdk/model/bee_gfs_target.py +elements_sdk/model/benchmark_endpoint_request.py elements_sdk/model/bootstrap_data.py elements_sdk/model/certificate.py elements_sdk/model/certificate_update.py @@ -590,6 +604,7 @@ elements_sdk/model/download.py elements_sdk/model/download_archive.py elements_sdk/model/download_archive_partial_update.py elements_sdk/model/download_archive_update.py +elements_sdk/model/editor_marker.py elements_sdk/model/editor_project.py elements_sdk/model/editor_project_partial_update.py elements_sdk/model/editor_project_update.py @@ -677,6 +692,8 @@ elements_sdk/model/lizard_fs_disk.py elements_sdk/model/lizard_fs_node.py elements_sdk/model/locale_endpoint_response.py elements_sdk/model/locate_endpoint_request.py +elements_sdk/model/locate_markers_endpoint_request.py +elements_sdk/model/locate_markers_endpoint_response.py elements_sdk/model/locate_proxies_endpoint_request.py elements_sdk/model/locate_proxies_endpoint_response.py elements_sdk/model/locate_result.py @@ -718,6 +735,13 @@ elements_sdk/model/net_stat.py elements_sdk/model/nfs_permission.py elements_sdk/model/notification.py elements_sdk/model/notification_partial_update.py +elements_sdk/model/notification_receipt.py +elements_sdk/model/notification_receipt_partial_update.py +elements_sdk/model/notification_receipt_reference.py +elements_sdk/model/notification_receipt_update.py +elements_sdk/model/notification_setting.py +elements_sdk/model/notification_setting_partial_update.py +elements_sdk/model/notification_setting_update.py elements_sdk/model/notification_update.py elements_sdk/model/ntp_server.py elements_sdk/model/ntp_server_partial_update.py @@ -810,6 +834,7 @@ elements_sdk/model/stor_next_license_endpoint_response.py elements_sdk/model/storage_node.py elements_sdk/model/storage_node_mini.py elements_sdk/model/storage_node_partial_update.py +elements_sdk/model/storage_node_reference.py elements_sdk/model/storage_node_status.py elements_sdk/model/storage_node_update.py elements_sdk/model/storage_request.py @@ -887,6 +912,7 @@ elements_sdk/model/type_documentation.py elements_sdk/model/unfiltered_tag.py elements_sdk/model/unfiltered_tag_partial_update.py elements_sdk/model/unfiltered_tag_update.py +elements_sdk/model/unread_count.py elements_sdk/model/update_quota_request.py elements_sdk/model/updated_file.py elements_sdk/model/upload_ai_image_request.py @@ -932,5 +958,17 @@ setup.cfg setup.py test-requirements.txt test/__init__.py -test/test_tape_mini_reference.py +test/test_benchmark_endpoint_request.py +test/test_editor_marker.py +test/test_locate_markers_endpoint_request.py +test/test_locate_markers_endpoint_response.py +test/test_notification_receipt.py +test/test_notification_receipt_partial_update.py +test/test_notification_receipt_reference.py +test/test_notification_receipt_update.py +test/test_notification_setting.py +test/test_notification_setting_partial_update.py +test/test_notification_setting_update.py +test/test_storage_node_reference.py +test/test_unread_count.py tox.ini diff --git a/README.md b/README.md index 7d08c4a..f4f1cdd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ - API version: 2 - Python 2.7 and 3.4+ -- Latest build: 23.7.0 +- Latest build: 23.10.0 ## Installation & Usage @@ -209,6 +209,7 @@ Class | Method | HTTP request | Description *IntegrationsApi* | [**start_teams_connection_token_refresh_flow**](docs/IntegrationsApi#start_teams_connection_token_refresh_flow) | **GET** `/api/2/integrations/teams/{id}/refresh-token` | *IntegrationsApi* | [**update_slack_connection**](docs/IntegrationsApi#update_slack_connection) | **PUT** `/api/2/integrations/slack/{id}` | *IntegrationsApi* | [**update_teams_connection**](docs/IntegrationsApi#update_teams_connection) | **PUT** `/api/2/integrations/teams/{id}` | +*MainApi* | [**acknowledge_all_notifications**](docs/MainApi#acknowledge_all_notifications) | **POST** `/api/2/notifications/acknowledge-all` | *MainApi* | [**apply_configuration**](docs/MainApi#apply_configuration) | **POST** `/api/2/configuration/apply` | *MainApi* | [**beep**](docs/MainApi#beep) | **POST** `/api/2/system/beep` | *MainApi* | [**check_certificate**](docs/MainApi#check_certificate) | **POST** `/api/2/system/certificate/check` | @@ -216,6 +217,7 @@ Class | Method | HTTP request | Description *MainApi* | [**check_internet_connectivity**](docs/MainApi#check_internet_connectivity) | **POST** `/api/2/system/check-connectivity` | *MainApi* | [**check_stor_next_license**](docs/MainApi#check_stor_next_license) | **POST** `/api/2/stornext-license/check` | *MainApi* | [**collect_diagnostics**](docs/MainApi#collect_diagnostics) | **POST** `/api/2/system/collect-diagnostics` | +*MainApi* | [**count_unread_notifications**](docs/MainApi#count_unread_notifications) | **GET** `/api/2/notifications/count-unread` | *MainApi* | [**create_archive**](docs/MainApi#create_archive) | **POST** `/api/2/download-archive/create` | *MainApi* | [**create_cloud_account**](docs/MainApi#create_cloud_account) | **POST** `/api/2/cloud/accounts` | *MainApi* | [**create_filesystem_permission**](docs/MainApi#create_filesystem_permission) | **POST** `/api/2/filesystem-permissions` | @@ -226,12 +228,14 @@ Class | Method | HTTP request | Description *MainApi* | [**create_storage_node**](docs/MainApi#create_storage_node) | **POST** `/api/2/nodes` | *MainApi* | [**create_user**](docs/MainApi#create_user) | **POST** `/api/2/users` | *MainApi* | [**create_workstation**](docs/MainApi#create_workstation) | **POST** `/api/2/workstations` | +*MainApi* | [**delete_all_notifications**](docs/MainApi#delete_all_notifications) | **DELETE** `/api/2/notifications/all` | *MainApi* | [**delete_cloud_account**](docs/MainApi#delete_cloud_account) | **DELETE** `/api/2/cloud/accounts/{id}` | *MainApi* | [**delete_download_archive**](docs/MainApi#delete_download_archive) | **DELETE** `/api/2/download-archive/{id}` | *MainApi* | [**delete_filesystem_permission**](docs/MainApi#delete_filesystem_permission) | **DELETE** `/api/2/filesystem-permissions/{id}` | *MainApi* | [**delete_group**](docs/MainApi#delete_group) | **DELETE** `/api/2/groups/{id}` | *MainApi* | [**delete_home_workspace**](docs/MainApi#delete_home_workspace) | **DELETE** `/api/2/users/{id}/home` | *MainApi* | [**delete_my_avatar**](docs/MainApi#delete_my_avatar) | **DELETE** `/api/2/users/me/avatar` | +*MainApi* | [**delete_notification**](docs/MainApi#delete_notification) | **DELETE** `/api/2/notifications/{id}` | *MainApi* | [**delete_notification_setting**](docs/MainApi#delete_notification_setting) | **DELETE** `/api/2/notification-settings/{id}` | *MainApi* | [**delete_ntp_server**](docs/MainApi#delete_ntp_server) | **DELETE** `/api/2/system/time/servers/{id}` | *MainApi* | [**delete_storage_node**](docs/MainApi#delete_storage_node) | **DELETE** `/api/2/nodes/{id}` | @@ -249,7 +253,9 @@ Class | Method | HTTP request | Description *MainApi* | [**get_all_filesystem_permissions**](docs/MainApi#get_all_filesystem_permissions) | **GET** `/api/2/filesystem-permissions` | *MainApi* | [**get_all_groups**](docs/MainApi#get_all_groups) | **GET** `/api/2/groups` | *MainApi* | [**get_all_ldap_servers**](docs/MainApi#get_all_ldap_servers) | **GET** `/api/2/ldap-servers` | +*MainApi* | [**get_all_notification_receipts**](docs/MainApi#get_all_notification_receipts) | **GET** `/api/2/notification-receipts` | *MainApi* | [**get_all_notification_settings**](docs/MainApi#get_all_notification_settings) | **GET** `/api/2/notification-settings` | +*MainApi* | [**get_all_notifications**](docs/MainApi#get_all_notifications) | **GET** `/api/2/notifications` | *MainApi* | [**get_all_ntp_servers**](docs/MainApi#get_all_ntp_servers) | **GET** `/api/2/system/time/servers` | *MainApi* | [**get_all_storage_nodes**](docs/MainApi#get_all_storage_nodes) | **GET** `/api/2/nodes` | *MainApi* | [**get_all_users**](docs/MainApi#get_all_users) | **GET** `/api/2/users` | @@ -281,6 +287,8 @@ Class | Method | HTTP request | Description *MainApi* | [**get_my_avatar**](docs/MainApi#get_my_avatar) | **GET** `/api/2/users/me/avatar` | *MainApi* | [**get_node_ipmi_sensors**](docs/MainApi#get_node_ipmi_sensors) | **GET** `/api/2/nodes/{id}/sensors` | *MainApi* | [**get_node_stats**](docs/MainApi#get_node_stats) | **GET** `/api/2/nodes/{id}/stats` | +*MainApi* | [**get_notification**](docs/MainApi#get_notification) | **GET** `/api/2/notifications/{id}` | +*MainApi* | [**get_notification_receipt**](docs/MainApi#get_notification_receipt) | **GET** `/api/2/notification-receipts/{id}` | *MainApi* | [**get_notification_setting**](docs/MainApi#get_notification_setting) | **GET** `/api/2/notification-settings/{id}` | *MainApi* | [**get_ntp_server**](docs/MainApi#get_ntp_server) | **GET** `/api/2/system/time/servers/{id}` | *MainApi* | [**get_parameters**](docs/MainApi#get_parameters) | **GET** `/api/2/parameters` | @@ -300,6 +308,8 @@ Class | Method | HTTP request | Description *MainApi* | [**patch_download_archive**](docs/MainApi#patch_download_archive) | **PATCH** `/api/2/download-archive/{id}` | *MainApi* | [**patch_filesystem_permission**](docs/MainApi#patch_filesystem_permission) | **PATCH** `/api/2/filesystem-permissions/{id}` | *MainApi* | [**patch_group**](docs/MainApi#patch_group) | **PATCH** `/api/2/groups/{id}` | +*MainApi* | [**patch_notification**](docs/MainApi#patch_notification) | **PATCH** `/api/2/notifications/{id}` | +*MainApi* | [**patch_notification_receipt**](docs/MainApi#patch_notification_receipt) | **PATCH** `/api/2/notification-receipts/{id}` | *MainApi* | [**patch_notification_setting**](docs/MainApi#patch_notification_setting) | **PATCH** `/api/2/notification-settings/{id}` | *MainApi* | [**patch_ntp_server**](docs/MainApi#patch_ntp_server) | **PATCH** `/api/2/system/time/servers/{id}` | *MainApi* | [**patch_profile**](docs/MainApi#patch_profile) | **PATCH** `/api/2/users/me` | @@ -334,6 +344,8 @@ Class | Method | HTTP request | Description *MainApi* | [**update_filesystem_permission**](docs/MainApi#update_filesystem_permission) | **PUT** `/api/2/filesystem-permissions/{id}` | *MainApi* | [**update_group**](docs/MainApi#update_group) | **PUT** `/api/2/groups/{id}` | *MainApi* | [**update_my_avatar**](docs/MainApi#update_my_avatar) | **POST** `/api/2/users/me/avatar` | +*MainApi* | [**update_notification**](docs/MainApi#update_notification) | **PUT** `/api/2/notifications/{id}` | +*MainApi* | [**update_notification_receipt**](docs/MainApi#update_notification_receipt) | **PUT** `/api/2/notification-receipts/{id}` | *MainApi* | [**update_notification_setting**](docs/MainApi#update_notification_setting) | **PUT** `/api/2/notification-settings/{id}` | *MainApi* | [**update_ntp_server**](docs/MainApi#update_ntp_server) | **PUT** `/api/2/system/time/servers/{id}` | *MainApi* | [**update_parameters**](docs/MainApi#update_parameters) | **PUT** `/api/2/parameters` | @@ -541,7 +553,9 @@ Class | Method | HTTP request | Description *PrivateApi* | [**install_license**](docs/PrivateApi#install_license) | **POST** `/api/2/license/install` | *PrivateApi* | [**language_server_request**](docs/PrivateApi#language_server_request) | **POST** `/api/2/language-server/{language}` | *PrivateApi* | [**locate_file**](docs/PrivateApi#locate_file) | **POST** `/api/2/private/locate` | +*PrivateApi* | [**locate_markers**](docs/PrivateApi#locate_markers) | **POST** `/api/2/panel/locate-markers` | *PrivateApi* | [**locate_proxies**](docs/PrivateApi#locate_proxies) | **POST** `/api/2/panel/locate-proxies` | +*PrivateApi* | [**start_benchmark_session**](docs/PrivateApi#start_benchmark_session) | **POST** `/api/2/private/benchmark` | *PrivateApi* | [**submit_node_status**](docs/PrivateApi#submit_node_status) | **POST** `/api/2/private/node-stats` | *SharedstorageApi* | [**get_shared_storage_value**](docs/SharedstorageApi#get_shared_storage_value) | **GET** `/api/2/private/shared-storage/{name}` | *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 *StorageApi* | [**zip_files**](docs/StorageApi#zip_files) | **POST** `/api/2/filesystem/zip` | *TapeArchiveApi* | [**archive_to_tape**](docs/TapeArchiveApi#archive_to_tape) | **POST** `/api/2/archive/tape/archive` | *TapeArchiveApi* | [**cancel_all_tape_archive_jobs**](docs/TapeArchiveApi#cancel_all_tape_archive_jobs) | **POST** `/api/2/archive/tape/jobs/cancel-all` | +*TapeArchiveApi* | [**cancel_tape_archive_job**](docs/TapeArchiveApi#cancel_tape_archive_job) | **POST** `/api/2/archive/tape/jobs/{id}/cancel` | *TapeArchiveApi* | [**check_tape**](docs/TapeArchiveApi#check_tape) | **POST** `/api/2/archive/tape/library/check` | *TapeArchiveApi* | [**create_tape**](docs/TapeArchiveApi#create_tape) | **POST** `/api/2/archive/tape/tapes` | *TapeArchiveApi* | [**create_tape_group**](docs/TapeArchiveApi#create_tape_group) | **POST** `/api/2/archive/tape/groups` | @@ -731,6 +746,7 @@ Class | Method | HTTP request | Description - [BasicFile](docs/BasicFile) - [BeeGFSNode](docs/BeeGFSNode) - [BeeGFSTarget](docs/BeeGFSTarget) + - [BenchmarkEndpointRequest](docs/BenchmarkEndpointRequest) - [BootstrapData](docs/BootstrapData) - [CPUStat](docs/CPUStat) - [Certificate](docs/Certificate) @@ -775,6 +791,7 @@ Class | Method | HTTP request | Description - [DownloadArchive](docs/DownloadArchive) - [DownloadArchivePartialUpdate](docs/DownloadArchivePartialUpdate) - [DownloadArchiveUpdate](docs/DownloadArchiveUpdate) + - [EditorMarker](docs/EditorMarker) - [EditorProject](docs/EditorProject) - [EditorProjectPartialUpdate](docs/EditorProjectPartialUpdate) - [EditorProjectUpdate](docs/EditorProjectUpdate) @@ -862,6 +879,8 @@ Class | Method | HTTP request | Description - [LizardFSNode](docs/LizardFSNode) - [LocaleEndpointResponse](docs/LocaleEndpointResponse) - [LocateEndpointRequest](docs/LocateEndpointRequest) + - [LocateMarkersEndpointRequest](docs/LocateMarkersEndpointRequest) + - [LocateMarkersEndpointResponse](docs/LocateMarkersEndpointResponse) - [LocateProxiesEndpointRequest](docs/LocateProxiesEndpointRequest) - [LocateProxiesEndpointResponse](docs/LocateProxiesEndpointResponse) - [LocateResult](docs/LocateResult) @@ -906,6 +925,13 @@ Class | Method | HTTP request | Description - [NetStat](docs/NetStat) - [Notification](docs/Notification) - [NotificationPartialUpdate](docs/NotificationPartialUpdate) + - [NotificationReceipt](docs/NotificationReceipt) + - [NotificationReceiptPartialUpdate](docs/NotificationReceiptPartialUpdate) + - [NotificationReceiptReference](docs/NotificationReceiptReference) + - [NotificationReceiptUpdate](docs/NotificationReceiptUpdate) + - [NotificationSetting](docs/NotificationSetting) + - [NotificationSettingPartialUpdate](docs/NotificationSettingPartialUpdate) + - [NotificationSettingUpdate](docs/NotificationSettingUpdate) - [NotificationUpdate](docs/NotificationUpdate) - [OneTimeAccessToken](docs/OneTimeAccessToken) - [OneTimeAccessTokenActivity](docs/OneTimeAccessTokenActivity) @@ -995,6 +1021,7 @@ Class | Method | HTTP request | Description - [StorageNode](docs/StorageNode) - [StorageNodeMini](docs/StorageNodeMini) - [StorageNodePartialUpdate](docs/StorageNodePartialUpdate) + - [StorageNodeReference](docs/StorageNodeReference) - [StorageNodeStatus](docs/StorageNodeStatus) - [StorageNodeUpdate](docs/StorageNodeUpdate) - [StorageRequest](docs/StorageRequest) @@ -1072,6 +1099,7 @@ Class | Method | HTTP request | Description - [UnfilteredTag](docs/UnfilteredTag) - [UnfilteredTagPartialUpdate](docs/UnfilteredTagPartialUpdate) - [UnfilteredTagUpdate](docs/UnfilteredTagUpdate) + - [UnreadCount](docs/UnreadCount) - [UpdateQuotaRequest](docs/UpdateQuotaRequest) - [UpdatedFile](docs/UpdatedFile) - [UploadAIImageRequest](docs/UploadAIImageRequest) diff --git a/_layouts/default.html b/_layouts/default.html index b73118c..d642f92 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -27,7 +27,7 @@