使用SQL查詢跨賬號的資源。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
下表是API對應的授權信息,可以在RAM權限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:
- 操作:是指具體的權限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|
resourcecenter:ExecuteMultiAccountSQLQuery | list | *全部資源 * |
| 無 |
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
Expression | string | 是 | SELECT * FROM resources LIMIT 100; | |
Scope | string | 是 | 搜索的賬號范圍。取值:
關于如何獲取資源目錄 ID、Root 資源夾 ID、資源夾 ID、成員 ID 和資源組 ID,請分別參見 GetResourceDirectory 、 ListFoldersForParent 、 ListFoldersForParent 、 ListAccounts 和 ListResourceGroups 。 | rd-r4**** |
返回參數
示例
正常返回示例
JSON
格式
{
"Columns": [
{
"Name": "resource_id",
"Type": "varchar"
}
],
"RequestId": "44C8A952-D6B0-5BC8-82D5-93BA02E26F2E",
"Rows": [
"[\n \"vsw-xxx“\n]"
]
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | NoPermission | You are not authorized to perform this operation. | 無操作權限。 |
403 | NoPermission.AccountScope | The operator is not permitted for this account scope. | 當前用戶未授權操作此資源目錄賬號范圍。 |
404 | NotExists.ResourceDirectory | The resource directory for the account is not enabled. | 當前賬號未開通資源目錄。 |
404 | NotExists.ResourceDirectory.FolderId | The specified folder does not exist. | 指定文件夾不存在。 |
409 | ExceedLimit.ExecuteTime | The execution time has exceeded the limit. Please check for complex queries or large data volume, and optimize accordingly. | 執行超過限制時間。請檢查優化SQL的復雜度或數據規模。 |
409 | SQLExecuteError | Failed to execute the SQL statement. | 未能執行查詢,請檢查查詢語句是否書寫有誤。 |
409 | InvalidSearch.SQL | Error: %s | 錯誤:%s |
409 | InvalidParameter.Scope | The Scope is invalid. | 參數Scope無效。 |
409 | ServiceNotEnabled.SpecifiedAccount | ResourceCenter service of the specified account is not enabled. | 指定賬戶的資源中心服務未開通。 |
409 | InvalidParameter.NextToken | The specified parameter NextToken is not valid. | 參數 NextToken 無效。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|---|---|
2024-05-29 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |