From 824d33ee88209358ab3b1fb011d7fd4867c43e26 Mon Sep 17 00:00:00 2001 From: Krzysztof Kruglak Date: Wed, 10 Dec 2025 10:52:29 +0100 Subject: [PATCH 1/2] RDoc-3601 Cloud: API - add info about the request throttling --- cloud/cloud-api.mdx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/cloud/cloud-api.mdx b/cloud/cloud-api.mdx index 650a62044d..5872df3f09 100644 --- a/cloud/cloud-api.mdx +++ b/cloud/cloud-api.mdx @@ -22,7 +22,7 @@ The API is defined using the OpenAPI 3.0 standard. * [Swagger & available clients](#swagger-&-available-clients) * [API methods overview](#api-methods-overview) * [API Keys expiration](#api-keys-expiration) - * [Product quota](#product-quota) + * [API limitations](#api-limitations) ## Swagger & available clients @@ -49,7 +49,7 @@ Client libraries are available in the following languages: | Metadata | Return information about available instance types, regions and release channels. | | Products | Allows to manage products - restart a node, download a client certificate, change the instance and disk type, terminate a cluster, add or remove an additional node from the cluster. | -More information about available methods, requests and responses can be found in the [Swagger & available clients](#swagger-&-available-clients) section. +More information about available methods, requests and responses can be found in the [Swagger & available clients](#swagger--available-clients) section. @@ -66,7 +66,7 @@ For more details, please check the [Edit API Key](../cloud/portal/cloud-portal-a -## Product quota +## API limitations You cannot create another product via the *RavenDB Cloud API* if you have **three or more** products. @@ -74,4 +74,6 @@ You cannot create another product via the *RavenDB Cloud API* if you have **thre Contact support to extend the quota. +The API limits the number of requests per second. For each IP address and each endpoint, the API can accept **one request per second**. + From 251f24507100fa056eba32ffb9f32068c3f35120 Mon Sep 17 00:00:00 2001 From: Krzysztof Kruglak Date: Wed, 10 Dec 2025 11:22:08 +0100 Subject: [PATCH 2/2] RDoc-3601 Fixing outdated links --- cloud/cloud-api.mdx | 2 +- cloud/cloud-instances.mdx | 14 +++++++------- cloud/cloud-migration.mdx | 2 +- cloud/cloud-scaling.mdx | 2 +- cloud/portal/cloud-portal-products-tab.mdx | 4 ++-- cloud/portal/cloud-portal.mdx | 4 ++-- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/cloud/cloud-api.mdx b/cloud/cloud-api.mdx index 5872df3f09..efc6811713 100644 --- a/cloud/cloud-api.mdx +++ b/cloud/cloud-api.mdx @@ -19,7 +19,7 @@ import LanguageContent from "@site/src/components/LanguageContent"; The API is defined using the OpenAPI 3.0 standard. * In this page: - * [Swagger & available clients](#swagger-&-available-clients) + * [Swagger & available clients](#swagger--available-clients) * [API methods overview](#api-methods-overview) * [API Keys expiration](#api-keys-expiration) * [API limitations](#api-limitations) diff --git a/cloud/cloud-instances.mdx b/cloud/cloud-instances.mdx index 730940193d..ae5838b1ab 100644 --- a/cloud/cloud-instances.mdx +++ b/cloud/cloud-instances.mdx @@ -29,9 +29,9 @@ In this page: * [A Free Cloud Node](../cloud/cloud-instances.mdx#a-free-cloud-node) * [A Development Cloud Server](../cloud/cloud-instances.mdx#a-development-cloud-server) * [A Production Cloud Cluster](../cloud/cloud-instances.mdx#a-production-cloud-cluster) - - [Basic-grade Production Cluster](../cloud/cloud-instances.mdx#basic-grade-production-cluster) - - [Standard-grade Production Cluster](../cloud/cloud-instances.mdx#standard-grade-production-cluster) - - [Performance-grade Production Cluster](../cloud/cloud-instances.mdx#performance-grade-production-cluster) + - [Basic-grade Production Cluster](../cloud/cloud-instances.mdx#1-basic-grade-production-cluster) + - [Standard-grade Production Cluster](../cloud/cloud-instances.mdx#2-standard-grade-production-cluster) + - [Performance-grade Production Cluster](../cloud/cloud-instances.mdx#3-performance-grade-production-cluster) ## A Free Cloud Node @@ -66,7 +66,7 @@ but is **not** suitable for production for the following reasons: * [Burstable](../cloud/cloud-overview.mdx#burstable-instances) CPU usage, suitable for small to medium production loads. Burstable instances can become throttled if usage exceeds allocated resources. * Lack of [backup](../cloud/cloud-backup-and-restore.mdx#cloud-backup) procedure. -* No [Service Level Agreement](../cloud/portal/cloud-portal-support-tab.mdx#support-entitlement). +* No [Service Level Agreement](../cloud/cloud-support#available-support-options). To raise a cloud Development server, create a product using the Products tab and select the **Development** tier. @@ -120,9 +120,9 @@ Please be aware that cloud cluster nodes are provided with dynamic IP addresses The production tier offers three instance levels: -1. [Basic](../cloud/cloud-instances.mdx#basic-grade-production-cluster) -2. [Standard](../cloud/cloud-instances.mdx#standard-grade-production-cluster) -3. [Performance](../cloud/cloud-instances.mdx#performance-grade-production-cluster) +1. [Basic](../cloud/cloud-instances.mdx#1-basic-grade-production-cluster) +2. [Standard](../cloud/cloud-instances.mdx#2-standard-grade-production-cluster) +3. [Performance](../cloud/cloud-instances.mdx#3-performance-grade-production-cluster) #### 1. Basic-grade Production Cluster Basic production clusters are [burstable](../cloud/cloud-overview.mdx#burstable-instances). While suitable for low to medium workloads, they trade-off peak efficiency for lower costs. diff --git a/cloud/cloud-migration.mdx b/cloud/cloud-migration.mdx index fc6435e6ef..6e17b5b061 100644 --- a/cloud/cloud-migration.mdx +++ b/cloud/cloud-migration.mdx @@ -16,7 +16,7 @@ import LanguageContent from "@site/src/components/LanguageContent"; Databases can be migrated between any two instances of RavenDB, including migration between on-premises and -cloud servers and between [different RavenDB versions](../7.1/migration/client-api/introduction). +cloud servers and between different RavenDB versions. * In this page * [Import From Live RavenDB instance](cloud-migration#import-from-live-ravendb-instance) diff --git a/cloud/cloud-scaling.mdx b/cloud/cloud-scaling.mdx index 6efb1f5268..931b274305 100644 --- a/cloud/cloud-scaling.mdx +++ b/cloud/cloud-scaling.mdx @@ -26,7 +26,7 @@ two RavenDB instances using: - [Replication](https://ravendb.net/docs/article-page/6.0/csharp/studio/database/tasks/ongoing-tasks/external-replication-task) * In this page: - * [Scaling Up/Down - General](../cloud/cloud-scaling.mdx#scaling-up/down---general) + * [Scaling Up/Down - General](../cloud/cloud-scaling.mdx#scaling-updown---general) - [Change instance type](../cloud/cloud-scaling.mdx#scaling---change-instance-type) - [Change storage](../cloud/cloud-scaling.mdx#scaling---change-storage) * [Additional product nodes - General](#additional-product-nodes---general) diff --git a/cloud/portal/cloud-portal-products-tab.mdx b/cloud/portal/cloud-portal-products-tab.mdx index 0376e16da0..506bacdf50 100644 --- a/cloud/portal/cloud-portal-products-tab.mdx +++ b/cloud/portal/cloud-portal-products-tab.mdx @@ -147,7 +147,7 @@ You can view your configuration and change your product's instance type and stor !["Figure 14 - Manage Product: Scale"](./assets/portal-product-details-edit-tier.png) - More details can be found [here](../cloud-scaling.mdx#change-instance-type). + More details can be found [here](../cloud-scaling.mdx#scaling---change-instance-type). * **Change Storage** Use this slider to modify your product's storage. @@ -157,7 +157,7 @@ You can view your configuration and change your product's instance type and stor !["Figure 16 - Manage Product: Storage"](./assets/portal-product-details-storage.png) - More details can be found [here](../cloud-scaling.mdx#change-storage). + More details can be found [here](../cloud-scaling.mdx#scaling---change-storage). ### Instance Access diff --git a/cloud/portal/cloud-portal.mdx b/cloud/portal/cloud-portal.mdx index 701e511f5c..21c127f093 100644 --- a/cloud/portal/cloud-portal.mdx +++ b/cloud/portal/cloud-portal.mdx @@ -44,8 +44,8 @@ takes you to your account's Portal, which gives you access to all the different Use the API tab to explore the RavenDB Cloud API and manage your API keys. * **[The Support Tab](../../cloud/portal/cloud-portal-support-tab.mdx)** - Use this tab to contact Support regarding [general issues](../../cloud/portal/cloud-portal-support-tab.mdx#submit-a-general-support-call), - [product-specific issues](../../cloud/portal/cloud-portal-support-tab.mdx#submit-a-product-specific-support-call) and special requests. + Use this tab to contact Support regarding [general issues](../../cloud/portal/cloud-portal-support-tab.mdx#submit-a-general-support-request), + [product-specific issues](../../cloud/portal/cloud-portal-support-tab.mdx#submit-a-product-related-support-request) and special requests. * **[The Account Tab](../../cloud/portal/cloud-portal-account-tab.mdx)** Use the account tab to view and edit your invoices and credit card information.