メインコンテンツまでスキップ

On-Demand Compute を有効化 (V2)

注記
On-Demand Compute を有効にすると、内部的に VectorLake インスタンスがプロビジョニングされます。このリソースは自動的に管理されるため、クラスター一覧には表示されません。

Enable On-Demand Compute for a project region.

POST/v2/on-demand-compute/enable
接続エンドポイント

https://api.cloud.zilliz.com

shell
export BASE_URL="https://api.cloud.zilliz.com"
パラメータ
Authorizationstringheader必要

認証トークンには、適切な権限を持つ API key を使用する必要があります。

値の例: Bearer {{TOKEN}}
リクエスト・ボディ
projectIdstring必要

プロジェクトの ID。

regionIdstring必要

リージョンの ID。

レスポンス

On-Demand Compute のステータスを返します。

成功レスポンス

codeinteger

レスポンスコード。

値の例: 0
dataobject

On-Demand Compute のステータスを含むレスポンスペイロード。

projectIdstring

プロジェクトの ID。

regionIdstring

リージョンの ID。

statusstring

On-Demand Compute のステータス。

失敗レスポンス。

codeinteger

レスポンスコード。

messagestring

エラーメッセージ。

Ctrl I