Skip to content

Commit 54a01ac

Browse files
authored
account status (#24530)
1 parent b4f4c02 commit 54a01ac

File tree

7 files changed

+21
-16
lines changed

7 files changed

+21
-16
lines changed

docs/content/preview/yugabyte-cloud/cloud-admin/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ For information on available plans and their features, refer to [YugabyteDB Pric
2525
title="Manage billing"
2626
body="Manage your billing profile and payment methods, view usage, and view invoices."
2727
href="cloud-billing-profile/"
28-
icon="fa-solid fa-file-invoice-dollar">}}
28+
icon="fa-thin fa-file-invoice-dollar">}}
2929

3030
{{<index/item
3131
title="Cluster costs"
3232
body="Learn how cluster configurations are costed."
3333
href="cloud-billing-costs/"
34-
icon="fa-solid fa-file-invoice-dollar">}}
34+
icon="fa-thin fa-file-invoice-dollar">}}
3535

3636
{{</index/block>}}

docs/content/preview/yugabyte-cloud/cloud-connect/connect-client-shell.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,18 @@ menu:
1111
type: docs
1212
---
1313

14-
Connect to your YugabyteDB cluster database from your desktop using the YugabyteDB [ysqlsh](../../../api/ysqlsh/) and [ycqlsh](../../../api/ycqlsh/) client shells installed on your computer. Because YugabyteDB is compatible with PostgreSQL and Cassandra, you can also use [psql](https://www.postgresql.org/docs/current/app-psql.html) and third-party tools to connect.
14+
Connect to your YugabyteDB cluster database from your desktop using the [YugabyteDB client shells](../../../releases/yugabyte-clients/) installed on your computer.
1515

16-
When connecting via a Yugabyte client shell, ensure you are running the latest versions of the shells (Yugabyte Client 2.6 or later). See [How do I connect to my cluster?](../../../faq/yugabytedb-managed-faq/#how-do-i-connect-to-my-cluster) in the FAQ for details.
16+
| Client | API | Description |
17+
| :--- | :--- | :--- |
18+
| [ysqlsh](../../../api/ysqlsh/) | [YSQL](../../../api/ysql/) | SQL shell for interacting with YugabyteDB using PostgreSQL-compatible YSQL API. |
19+
| [ycqlsh](../../../api/ycqlsh/) | [YCQL](../../../api/ycql/) | CQL shell for interacting with YugabyteDB using Cassandra-compatible YCQL API. |
20+
21+
Because YugabyteDB is compatible with PostgreSQL and Cassandra, you can also use [psql](https://www.postgresql.org/docs/current/app-psql.html) and third-party tools to connect.
1722

1823
## Prerequisites
1924

20-
Before you can connect a desktop client to a YugabyteDB Aeon cluster, you need to do the following:
25+
To connect a desktop client to a YugabyteDB Aeon cluster, you need to do the following:
2126

2227
- Configure network access
2328
- Download the cluster certificate
@@ -100,13 +105,6 @@ Your client may also require the use of the cluster's certificate. Refer to [Dow
100105

101106
For detailed steps for configuring popular third party tools, see [GUI clients](/preview/integrations/tools/).
102107

103-
## Related information
104-
105-
- [ysqlsh](../../../api/ysqlsh/) — Overview of the command line interface (CLI), syntax, and commands.
106-
- [YSQL API](../../../api/ysql/) — Reference for supported YSQL statements, data types, functions, and operators.
107-
- [ycqlsh](../../../api/ycqlsh/) — Overview of the command line interface (CLI), syntax, and commands.
108-
- [YCQL API](../../../api/ycql/) — Reference for supported YCQL statements, data types, functions, and operators.
109-
110108
## Next steps
111109

112110
- [Add database users](../../cloud-secure-clusters/add-users/)

docs/content/preview/yugabyte-cloud/cloud-connect/connect-cloud-shell.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ When you connect to your cluster using Cloud Shell with the YSQL API, the shell
2121

2222
You have the option of using the following command line interfaces (CLIs) in Cloud Shell:
2323

24-
- [ysqlsh](../../../api/ysqlsh/) - YSQL shell for interacting with YugabyteDB using the [YSQL API](../../../api/ysql/).
25-
- [ycqlsh](../../../api/ycqlsh/) - YCQL shell, which uses the [YCQL API](../../../api/ycql/).
24+
| Client | API | Description |
25+
| :--- | :--- | :--- |
26+
| [ysqlsh](../../../api/ysqlsh/) | [YSQL](../../../api/ysql/) | SQL shell for interacting with YugabyteDB using PostgreSQL-compatible YSQL API. |
27+
| [ycqlsh](../../../api/ycqlsh/) | [YCQL](../../../api/ycql/) | CQL shell for interacting with YugabyteDB using Cassandra-compatible YCQL API. |
2628

2729
## Limitations
2830

docs/content/preview/yugabyte-cloud/cloud-connect/connect/ycql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To connect to a cluster using `ycqlsh`:
99
1. On the **Clusters** tab, select a cluster.
1010
1. Click **Connect**.
1111
1. Click **YugabyteDB Client Shell**.
12-
1. Make sure you are running the latest version of the Yugabyte Client shell. If you have not installed Yugabyte Client on your computer, select your operating system and copy the command to install Yugabyte Client from the command line.
12+
1. If you have not installed the YugabyteDB clients on your computer, select your operating system and copy the command to install the clients from the command line.
1313
1. Click **Download CA Cert** to download the root.crt certificate for TLS encryption, and install the certificate on your computer. If you are using Docker, copy the certificate to your Docker container.
1414
1. If your cluster is deployed in a VPC, choose **Private Address** if you are connecting from a peered VPC. Otherwise, choose **Public Address** (only available if you have enabled Public Access for the cluster; not recommended for production).
1515
1. Copy the **YCQL** connection string.

docs/content/preview/yugabyte-cloud/cloud-connect/connect/ysql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To connect to a cluster using `ysqlsh`:
99
1. On the **Clusters** tab, select a cluster.
1010
1. Click **Connect**.
1111
1. Click **YugabyteDB Client Shell**.
12-
1. Make sure you are running the latest version of the Yugabyte Client shell. If you have not installed Yugabyte Client on your computer, select your operating system and copy the command to install Yugabyte Client from the command line.
12+
1. If you have not installed the YugabyteDB clients on your computer, select your operating system and copy the command to install the clients from the command line.
1313
1. Click **Download CA Cert** to download the root.crt certificate for TLS encryption, and install the certificate on your computer. If you are using Docker, copy the certificate to your Docker container.
1414
1. If your cluster is deployed in a VPC, choose **Private Address** if you are connecting from a peered VPC. Otherwise, choose **Public Address** (only available if you have enabled Public Access for the cluster; not recommended for production).
1515
1. Copy the **YSQL** connection string.

docs/content/preview/yugabyte-cloud/cloud-monitor/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ View cluster activity, node status, and database properties.
5050
| Node status | Use the cluster **Nodes** tab to see the nodes in the cluster and their status. |
5151
| [Activity log](monitor-activity/) | The cluster **Activity** tab provides a running audit of changes made to the cluster. |
5252

53+
### System status
54+
55+
To view an uptime report for your account (Enterprise plan only) and the YugabyteDB Aeon system status, click the **System Status** icon in the bottom left corner.
56+
5357
{{<index/block>}}
5458

5559
{{<index/item

docs/content/preview/yugabyte-cloud/managed-automation/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ menu:
1111
identifier: managed-automation
1212
weight: 550
1313
type: indexpage
14+
showRightNav: true
1415
---
1516

1617
Use the following automation tools to manage your YugabyteDB Aeon account and clusters:

0 commit comments

Comments
 (0)