forked from ClickHouse/clickhouse-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix remaining issues with breadcrumbs
- Loading branch information
Showing
12 changed files
with
155 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
--- | ||
title: Cloud API | ||
slug: en/cloud/manage/api | ||
slug: /en/cloud/manage/cloud-api | ||
--- | ||
|
||
| Page | Description | | ||
|-------------------------|--------------------------------------------------------------------------------------------------------------------------------------| | ||
| [Overview](/docs/en/cloud/manage/api/api-overview) | Provides an overview of rate limits, Terraform Provider, Swagger (OpenAPI) Endpoint and UI and available support. | | ||
| [Managing API Keys](/docs/en/cloud/manage/openapi)| Learn more about Cloud's API utilizing OpenAPI that allows you to programmatically manage your account and aspects of your services. | | ||
| [API Reference](/docs/en/cloud/manage/api) | API reference documentation. | | ||
This section contains reference documentation for Cloud API and contains the following pages: | ||
|
||
| Page | Description | | ||
|---------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------| | ||
| [Overview](/docs/en/cloud/manage/api/api-overview)| Provides an overview of rate limits, Terraform Provider, Swagger (OpenAPI) Endpoint and UI and available support. | | ||
| [Managing API Keys](/docs/en/cloud/manage/openapi) | Learn more about Cloud's API utilizing OpenAPI that allows you to programmatically manage your account and aspects of your services. | | ||
| [API Reference](/docs/en/cloud/manage/api) | API reference documentation. | |
39 changes: 39 additions & 0 deletions
39
docs/en/cloud/manage/api/privateEndpointConfig-api-reference.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
sidebar_label: PrivateEndpointConfig | ||
title: PrivateEndpointConfig | ||
--- | ||
|
||
## Get private endpoint configuration for region within cloud provider for an organization | ||
|
||
Information required to set up a private endpoint | ||
|
||
| Method | Path | | ||
| :----- | :--- | | ||
| GET | `/v1/organizations/{organizationId}/privateEndpointConfig` | | ||
|
||
### Request | ||
|
||
#### Path Params | ||
|
||
| Name | Type | Description | | ||
| :--- | :--- | :---------- | | ||
| organizationId | uuid | ID of the requested organization. | | ||
| Cloud provider identifier | string | Cloud provider identifier. One of aws, gcp, or azure. | | ||
| Cloud provider region | string | Region identifier within specific cloud providers. | | ||
|
||
|
||
### Response | ||
|
||
#### Response Schema | ||
|
||
| Name | Type | Description | | ||
| :--- | :--- | :---------- | | ||
| endpointServiceId | string | Unique identifier of the interface endpoint you created in your VPC with the AWS(Service Name) or GCP(Target Service) resource | | ||
|
||
#### Sample response | ||
|
||
``` | ||
{ | ||
"endpointServiceId": "string" | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
sidebar_label: Prometheus | ||
title: Prometheus | ||
--- | ||
|
||
## Get organization details | ||
|
||
Returns details of a single organization. In order to get the details, the auth key must belong to the organization. | ||
|
||
| Method | Path | | ||
| :----- | :--- | | ||
| GET | `/v1/organizations/{organizationId}/prometheus` | | ||
|
||
### Request | ||
|
||
#### Path Params | ||
|
||
| Name | Type | Description | | ||
| :--- | :--- | :---------- | | ||
| organizationId | uuid | ID of the requested organization. | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
slug: /en/integrations/language-clients | ||
title: Language Clients | ||
description: Table of contents page for Language Clients. | ||
keywords: [Language Clients, C++, Go, Javascript, Java, Python, Rust] | ||
--- | ||
|
||
In this section of the documentation, you can learn more about the many language client integrations | ||
that ClickHouse offers. | ||
|
||
| Page | Description | | ||
|-------------------------------------------------------------------------|----------------------------------------------------------------------------------| | ||
| [C++](/docs/en/interfaces/cpp) | C++ Client Library and userver Asynchronous Framework | | ||
| [Go](/docs/en/integrations/go) | Learn how to connect your Go projects to ClickHouse. | | ||
| [Javascript](/docs/en/integrations/javascript) | Learn how to connect your JS projects to ClickHouse with the official JS client. | | ||
| [Java](/docs/en/integrations/java) | Learn more about several integrations for Java and ClickHouse. | | ||
| [Python](/docs/en/integrations/python) | Learn how to connect your Python projects to ClickHouse. | | ||
| [Rust](/docs/en/integrations/rust) | Learn how to connect your Rust projects to ClickHouse. | | ||
| [Third-party clients](/docs/en/interfaces/third-party/client-libraries) | Learn more about client libraries from third party developers. | |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters