調(diào)用DescribeAccounts查找指定ID實例的賬戶列表信息。

調(diào)試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

請求參數(shù)

名稱 類型 是否必選 示例值 描述
Action String DescribeAccounts

系統(tǒng)規(guī)定參數(shù)。取值:DescribeAccounts。

ClusterId String cds-bp1b136jco79****

賬號所屬實例的ID。

返回數(shù)據(jù)

名稱 類型 示例值 描述
Accounts Array of Account

由賬號信息組成的集合。

Account
Name String test

賬號名。

RequestId String 9BA1F8A4-12CC-4638-A7EC-D8FA2768D223

請求ID。

示例

請求示例

http(s)://[Endpoint]/?Action=DescribeAccounts
&ClusterId=cds-bp1b136jco79****
&<公共請求參數(shù)>

正常返回示例

XML格式

<DescribeAccountsResponse>
      <Accounts>
            <Account>
                  <Name>test</Name>
            </Account>
      </Accounts>
      <RequestId>9BA1F8A4-12CC-4638-A7EC-D8FA2768D223</RequestId>
</DescribeAccountsResponse>

JSON格式

{
  "Accounts": {
    "Account": [
      {
        "Name": "test"
      }
    ]
  },
  "RequestId": "9BA1F8A4-12CC-4638-A7EC-D8FA2768D223"
}

錯誤碼

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