全部產品
Search
文件中心

E-MapReduce:GetInstanceFeatureGate - StarRocks叢集執行個體的特性開關

更新時間:Feb 26, 2026

擷取StarRocks叢集執行個體的特性開關

介面說明

請確保在使用該介面前,已充分瞭解 Serverless StarRocks 產品的收費方式和計費項目

調試

您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。

調試

授權資訊

當前API暫無授權資訊透出。

請求文法

POST /webapi/features/featureGate HTTP/1.1

請求參數

名稱

類型

必填

描述

樣本值

InstanceId

string

執行個體 ID。

c-b25e21e24388****

返回參數

名稱

類型

描述

樣本值

object

HttpStatusCode

integer

HTTP 要求狀態代碼。

200

RequestId

string

請求 ID。

B67D142D-D54E-184F-A306-22BDC01B2XXX

Success

boolean

請求是否成功。

false

ErrCode

string

錯誤碼。

InvalidParams

ErrMessage

string

錯誤資訊。

Invalid params: [instance not exists].

Total

integer

執行個體總數。

100

Data

object

返回資料。

MountDlfMetaToken

boolean

支援掛載 DLF meta token

true

FullManagedSecurityGroup

boolean

託管安全性群組

true

SupportFastRestart

boolean

支援快速重啟

true

SupportAddConfigTypes

array

新增的配置類型列表

string

新增的配置類型

lake_compaction_max_tasks

SupportCreateAgent

boolean

支援建立 Agent

true

SupportModifyTimezone

boolean

支援修改時區

true

SupportBackup

boolean

是否支援資料備份,取值說明:

  • 1:支援資料備份。

  • 2:不支援資料備份。

true

SupportMultiAZ

boolean

支援多 AZ 部署 Observer

true

SupportFastModeModifyResource

boolean

支援以快速重啟的方式修改資源

true

SupportFastModeModifyConfig

boolean

支援在配置變更時快速重啟

true

SupportCreateNonStandardNodeGroup

boolean

支援建立 standard 之外的規格類型計算群組

true

UseComputeNode

boolean

使用 CN

true

SupportFeGateway

boolean

支援 FE 網關

true

ConsoleControlRestart

boolean

支援控制台來控制重啟流程

true

EnableManageMv

boolean

支援管理物化視圖

true

SupportEnableSSL

boolean

支援開啟 SSL

true

SupportHostAlias

boolean

支援自訂網域名

true

SupportEed

boolean

支援彈性臨時盤

true

supportCompactionService

boolean

SupportEnableAi

boolean

支援 AI Function

true

AccessDeniedDetail

string

AccessDeniedDetail

{ "PolicyType": "AccountLevelIdentityBasedPolicy", "AuthPrincipalOwnerId": "xxx", "EncodedDiagnosticMessage": "xxx", "AuthPrincipalType": "xxx", "AuthPrincipalDisplayName": "xxx", "NoPermissionType": "ImplicitDeny", "AuthAction": "sr:xxx" }

樣本

正常返回樣本

JSON格式

{
  "HttpStatusCode": 200,
  "RequestId": "B67D142D-D54E-184F-A306-22BDC01B2XXX",
  "Success": false,
  "ErrCode": "InvalidParams",
  "ErrMessage": "Invalid params: [instance not exists].",
  "Total": 100,
  "Data": {
    "MountDlfMetaToken": true,
    "FullManagedSecurityGroup": true,
    "SupportFastRestart": true,
    "SupportAddConfigTypes": [
      "lake_compaction_max_tasks"
    ],
    "SupportCreateAgent": true,
    "SupportModifyTimezone": true,
    "SupportBackup": true,
    "SupportMultiAZ": true,
    "SupportFastModeModifyResource": true,
    "SupportFastModeModifyConfig": true,
    "SupportCreateNonStandardNodeGroup": true,
    "UseComputeNode": true,
    "SupportFeGateway": true,
    "ConsoleControlRestart": true,
    "EnableManageMv": true,
    "SupportEnableSSL": true,
    "SupportHostAlias": true,
    "SupportEed": true,
    "supportCompactionService": true,
    "SupportEnableAi": true
  },
  "AccessDeniedDetail": "{     \"PolicyType\": \"AccountLevelIdentityBasedPolicy\",     \"AuthPrincipalOwnerId\": \"xxx\",     \"EncodedDiagnosticMessage\": \"xxx\",     \"AuthPrincipalType\": \"xxx\",     \"AuthPrincipalDisplayName\": \"xxx\",     \"NoPermissionType\": \"ImplicitDeny\",     \"AuthAction\": \"sr:xxx\"   }"
}

錯誤碼

訪問錯誤中心查看更多錯誤碼。

變更歷史

更多資訊,參考變更詳情