メインコンテンツへスキップ
GET
/
v1
/
organizations
/
{organizationId}
/
prometheus
組織のメトリクスを取得
curl --request GET \
  --url https://api.clickhouse.cloud/v1/organizations/{organizationId}/prometheus \
  --header 'Authorization: Basic <encoded-value>'
"<string>"

承認

Authorization
string
header
必須

ClickHouse Cloud コンソールで取得した key ID と key secret を使用してください: https://clickhouse.com/docs/cloud/manage/openapi

パスパラメータ

organizationId
string<uuid>
必須

要求された組織の ID。

クエリパラメータ

filtered_metrics
string<boolean>

フィルタリングされた Prometheus メトリクスの一覧を返します。

レスポンス

正常なレスポンス

The response is of type string.

最終更新日 2026年6月10日