Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions cloud/cloud-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ 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)
* [Product quota](#product-quota)
* [API limitations](#api-limitations)

</Admonition>
## Swagger & available clients
Expand All @@ -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.



Expand All @@ -66,12 +66,14 @@ 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.

<Admonition type="info" title="">
Contact support to extend the quota.
</Admonition>

The API limits the number of requests per second. For each IP address and each endpoint, the API can accept **one request per second**.


14 changes: 7 additions & 7 deletions cloud/cloud-instances.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
</Admonition>
## A Free Cloud Node

Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion cloud/cloud-migration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import LanguageContent from "@site/src/components/LanguageContent";
<Admonition type="note" title="">

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)
Expand Down
2 changes: 1 addition & 1 deletion cloud/cloud-scaling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions cloud/portal/cloud-portal-products-tab.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions cloud/portal/cloud-portal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down