日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

DescribeDBClusterConfigChangeLogs - 查看集群配置變更記錄

更新時(shí)間:

查看集群配置變更記錄。

調(diào)試

您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。

授權(quán)信息

下表是API對(duì)應(yīng)的授權(quán)信息,可以在RAM權(quán)限策略語(yǔ)句的Action元素中使用,用來(lái)給RAM用戶或RAM角色授予調(diào)用此API的權(quán)限。具體說(shuō)明如下:

  • 操作:是指具體的權(quán)限點(diǎn)。
  • 訪問(wèn)級(jí)別:是指每個(gè)操作的訪問(wèn)級(jí)別,取值為寫入(Write)、讀取(Read)或列出(List)。
  • 資源類型:是指操作中支持授權(quán)的資源類型。具體說(shuō)明如下:
    • 對(duì)于必選的資源類型,用背景高亮的方式表示。
    • 對(duì)于不支持資源級(jí)授權(quán)的操作,用全部資源表示。
  • 條件關(guān)鍵字:是指云產(chǎn)品自身定義的條件關(guān)鍵字。
  • 關(guān)聯(lián)操作:是指成功執(zhí)行操作所需要的其他權(quán)限。操作者必須同時(shí)具備關(guān)聯(lián)操作的權(quán)限,操作才能成功。
操作訪問(wèn)級(jí)別資源類型條件關(guān)鍵字關(guān)聯(lián)操作
selectdb:DescribeDBClusterConfigChangeLogsget
*全部資源
*
    無(wú)
無(wú)

請(qǐng)求參數(shù)

名稱類型必填描述示例值
ConfigKeystring

修改的配置項(xiàng)文件,計(jì)算集群固定為 be.conf,fe 集群固定為 fe.conf。

be.conf
DBClusterIdstring

集群 ID。

selectdb-cn-7213c8yvv09-be
DBInstanceIdstring

實(shí)例 ID。

selectdb-cn-jia3ma3b003
RegionIdstring

地域 ID。

cn-hangzhou
StartTimestring

變更記錄查詢的起始時(shí)間。

2023-04-25T09:48:23Z
EndTimestring

變更記錄查詢的截止時(shí)間。

2023-05-08T15:59:59Z

返回參數(shù)

名稱類型描述示例值
object

PlainResponse

Dataobject

返回?cái)?shù)據(jù)。

DbInstanceNamestring

實(shí)例 ID。

selectdb-cn-wny3li00g02
DbInstanceIdstring

實(shí)例數(shù)字 ID。

6585
DbClusterIdstring

集群 ID。

selectdb-cn-wny3li00g02-be
TaskIdinteger

任務(wù) ID。

107841167
ParamChangeLogsarray<object>

參數(shù)變更記錄。

ParamChangeLogobject

參數(shù)變更記錄。

Idlong

修改記錄 ID。

617975
Namestring

配置項(xiàng)名稱。

cumulative_compaction_rounds_for_each_base_compaction_round
OldValuestring

舊參數(shù)值。

10
NewValuestring

新參數(shù)值。

12
IsAppliedboolean

配置是否已生效。

false
GmtCreatedstring

任務(wù)創(chuàng)建時(shí)間(GMT)。

2022-10-11T08:53:32Z
GmtModifiedstring

任務(wù)修改時(shí)間(GMT)。

2024-03-08T10:08Z
DynamicCodestring

動(dòng)態(tài) code,暫無(wú)使用,請(qǐng)忽略。

0
DynamicMessagestring

動(dòng)態(tài)消息,暫無(wú)使用,請(qǐng)忽略。

An error occurred while processing your request.
AccessDeniedDetailstring

訪問(wèn)被拒絕詳細(xì)信息。

failed
RequestIdstring

請(qǐng)求 ID。

F8900A96-67F7-5274-A41B-7722E1ECF8C9

示例

正常返回示例

JSON格式

{
  "Data": {
    "DbInstanceName": "selectdb-cn-wny3li00g02",
    "DbInstanceId": "6585",
    "DbClusterId": "selectdb-cn-wny3li00g02-be",
    "TaskId": 107841167,
    "ParamChangeLogs": [
      {
        "Id": 617975,
        "Name": "cumulative_compaction_rounds_for_each_base_compaction_round",
        "OldValue": "10",
        "NewValue": "12",
        "IsApplied": false,
        "GmtCreated": "2022-10-11T08:53:32Z",
        "GmtModified": "2024-03-08T10:08Z"
      }
    ]
  },
  "DynamicCode": "0",
  "DynamicMessage": "An error occurred while processing your request.",
  "AccessDeniedDetail": "failed",
  "RequestId": "F8900A96-67F7-5274-A41B-7722E1ECF8C9"
}

錯(cuò)誤碼

HTTP status code錯(cuò)誤碼錯(cuò)誤信息描述
400DocumentConvertFailed.ExceedFileSizeLimitThe conversion has been failed, exceed file size limit.文檔轉(zhuǎn)換失敗,文件大小超過(guò)系統(tǒng)限額。
400ForbiddenUser not authorized to operate on the specified resource, or this API does not support RAM.子賬號(hào)權(quán)限不足,請(qǐng)先獲取授權(quán)。
400InvalidDBNameThe specified database name is not allowed.數(shù)據(jù)庫(kù)名稱不符合要求,請(qǐng)確認(rèn)數(shù)據(jù)名稱是否正確。
400CreateOrderFailedFailed to create order.創(chuàng)建訂單失敗。
403DBClusterNotSupportedThe requested operation can not be performed while the cluster is not sale.當(dāng)集群未運(yùn)行時(shí),無(wú)法執(zhí)行請(qǐng)求的操作。
403IncorrectDBInstanceStateCurrent DB instance state does not support this operation.當(dāng)前實(shí)例狀態(tài)不支持此操作。
403InstanceEngineType.NotSupportThe instance engine and type does not support operations.操作失敗,實(shí)例引擎和類型不支持該操作。
403InvalidDBInstanceState.NotSupportThe specified instance state does't support this operation.指定的實(shí)例狀態(tài)不支持此操作。
403MoneyLessThan100The Account Monet less Than 100.當(dāng)前阿里云賬號(hào)余額不足100,請(qǐng)充值。
403OperationDenied.DBNameAndAccountPrivilegeCountThe operation is not permitted due to count of database or account privilege.操作失敗,數(shù)據(jù)庫(kù)與權(quán)限的數(shù)量不一致。
403InsufficientResourceCapacityThe resource is out of usage.資源不足,請(qǐng)您稍后再試。
404DBInstanceLockedThe current instance lock mode does not support this operation.操作失敗,當(dāng)前實(shí)例已鎖定。
404IncorrectVswitchIdThe specified parameter VSwitchId is not valid.交換機(jī)參數(shù)無(wú)效。
404InvalidApi.NotFoundSpecified api is not found, please check your url and method.找不到指定的 API。請(qǐng)檢查調(diào)用的 URL 和方法。您調(diào)用的 API 不存在。請(qǐng)檢查 API 的名稱是否正確,請(qǐng)注意確認(rèn)大小寫。
404InvalidDBInstance.NotFoundThe specified instance is not found.沒(méi)有找到指定的實(shí)例,請(qǐng)檢查實(shí)例的正確性。
404InvalidDBInstanceClass.NotFoundThe specified instance classic does not exist.當(dāng)前選擇的配置或規(guī)格不存在或已停售,請(qǐng)重新選擇。
404InvalidRegionId.NotFoundThe provided RegionId does not exist in our records.操作失敗,輸入的地域及可用區(qū)不存在。
404QueryPrice.FailedThe inquiry failed. Contact Alibaba Cloud customer service representatives.詢價(jià)失敗,請(qǐng)聯(lián)系客服同學(xué)。

訪問(wèn)錯(cuò)誤中心查看更多錯(cuò)誤碼。

變更歷史

變更時(shí)間變更內(nèi)容概要操作
2024-04-09OpenAPI 入?yún)l(fā)生變更查看變更詳情