Skip to content

Commit a38d1b2

Browse files
authored
Publish CCAPI managed backup-restore as GA (#21471)
1 parent ce3f3ba commit a38d1b2

File tree

5 files changed

+0
-22
lines changed

5 files changed

+0
-22
lines changed

src/current/_includes/cockroachcloud/backups/cloud-api-backup-view.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
### View managed backups
22

3-
{{site.data.alerts.callout_info}}
4-
{% include feature-phases/limited-access.md %}
5-
{{site.data.alerts.end}}
6-
73
To view a list of managed backups on a cluster with timestamps and their respective IDs, send a `GET` request to the `/v1/clusters/{cluster_id}/backups` endpoint:
84

95
{% include_cached copy-clipboard.html %}

src/current/_includes/cockroachcloud/backups/cloud-api-restore-endpoint.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
### Restore from a managed backup
22

3-
{{site.data.alerts.callout_info}}
4-
{% include feature-phases/limited-access.md %}
5-
{{site.data.alerts.end}}
6-
73
You can use the `/v1/clusters/{destination_cluster_id}/restores` endpoint to restore the contents of a managed backup to a specified destination cluster.
84

95
{% if page.name == "managed-backups-advanced.md" %}
@@ -284,10 +280,6 @@ If the request is successful, the client recieves a response containing JSON des
284280

285281
### Get status of a restore job
286282

287-
{{site.data.alerts.callout_info}}
288-
{% include feature-phases/limited-access.md %}
289-
{{site.data.alerts.end}}
290-
291283
To view the status of a restore job using the cloud API, send a `GET` request to the `/v1/clusters/{cluster_id}/restores/{restore_id}` endpoint where `restore_id` is the `id` from the JSON response:
292284

293285
{% include_cached copy-clipboard.html %}

src/current/cockroachcloud/cloud-api.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -635,10 +635,6 @@ Where `{cluster_id}` is the ID of your cluster and `{secret_key}` is your API ke
635635

636636
## Managed backups and restores
637637

638-
{{site.data.alerts.callout_info}}
639-
{% include feature-phases/limited-access.md %}
640-
{{site.data.alerts.end}}
641-
642638
For information on using the Cloud API to handle [managed backups and restore jobs]({% link cockroachcloud/backup-and-restore-overview.md %}), see the respective managed backup documentation for [Basic]({% link cockroachcloud/managed-backups-basic.md %}#cloud-api), [Standard]({% link cockroachcloud/managed-backups.md %}#cloud-api), and [Advanced]({% link cockroachcloud/managed-backups-advanced.md %}#cloud-api) plans.
643639

644640
## Change a cluster's plan

src/current/v25.3/cockroachdb-feature-availability.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ Any feature made available in a phase prior to GA is provided without any warran
3939

4040
[Exporting Metrics to Azure Monitor]({% link cockroachcloud/export-metrics-advanced.md %}?filters=azure-monitor-metrics-export) from a CockroachDB {{ site.data.products.advanced }} cluster hosted on Azure is in limited access. Once the export is configured, metrics will flow from all nodes in all regions of your CockroachDB {{ site.data.products.advanced }} cluster to your chosen cloud metrics sink. To express interest and try it out, contact [Support](https://support.cockroachlabs.com/hc).
4141

42-
### Backup and restore with the Cloud API
43-
You can use the [Cloud API]({% link cockroachcloud/cloud-api.md %}#managed-backups-and-restores) to handle [managed backups and restore operations]({% link cockroachcloud/backup-and-restore-overview.md %}). To express interest and try out these API endpoints, contact [Support](https://support.cockroachlabs.com/hc).
44-
4542
### Egress private endpoints
4643

4744
[Egress private endpoints]({% link cockroachcloud/egress-private-endpoints.md %}) are secure network connections between a CockroachDB {{ site.data.products.advanced }} cluster and the rest of your private cloud infrastructure. Egress endpoints let CockroachDB send outbound information, such as [changefeed targets]({% link {{ page.version.version }}/change-data-capture-overview.md %}), to other cloud services over a private network link. To express interest and try it out, contact [Support](https://support.cockroachlabs.com/hc).

src/current/v25.4/cockroachdb-feature-availability.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ Any feature made available in a phase prior to GA is provided without any warran
3939

4040
[Exporting Metrics to Azure Monitor]({% link cockroachcloud/export-metrics-advanced.md %}?filters=azure-monitor-metrics-export) from a CockroachDB {{ site.data.products.advanced }} cluster hosted on Azure is in limited access. Once the export is configured, metrics will flow from all nodes in all regions of your CockroachDB {{ site.data.products.advanced }} cluster to your chosen cloud metrics sink. To express interest and try it out, contact [Support](https://support.cockroachlabs.com/hc).
4141

42-
### Backup and restore with the Cloud API
43-
You can use the [Cloud API]({% link cockroachcloud/cloud-api.md %}#managed-backups-and-restores) to handle [managed backups and restore operations]({% link cockroachcloud/backup-and-restore-overview.md %}). To express interest and try out these API endpoints, contact [Support](https://support.cockroachlabs.com/hc).
44-
4542
### Egress private endpoints
4643

4744
[Egress private endpoints]({% link cockroachcloud/egress-private-endpoints.md %}) are secure network connections between a CockroachDB {{ site.data.products.advanced }} cluster and the rest of your private cloud infrastructure. Egress endpoints let CockroachDB send outbound information, such as [changefeed targets]({% link {{ page.version.version }}/change-data-capture-overview.md %}), to other cloud services over a private network link. To express interest and try it out, contact [Support](https://support.cockroachlabs.com/hc).

0 commit comments

Comments
 (0)