獲取一個(gè) OpenSearch 應(yīng)用的版本列表。
調(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)限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調(diào)用此API的權(quán)限。具體說明如下:
- 操作:是指具體的權(quán)限點(diǎn)。
- 訪問級(jí)別:是指每個(gè)操作的訪問級(jí)別,取值為寫入(Write)、讀?。≧ead)或列出(List)。
- 資源類型:是指操作中支持授權(quán)的資源類型。具體說明如下:
- 對(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)限,操作才能成功。
操作 | 訪問級(jí)別 | 資源類型 | 條件關(guān)鍵字 | 關(guān)聯(lián)操作 |
---|---|---|---|---|
opensearch:ListApp | list |
|
| 無 |
請(qǐng)求語法
GET /v4/openapi/app-groups/{appGroupIdentity}/apps HTTP/1.1
請(qǐng)求參數(shù)
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
appGroupIdentity | string | 是 | 應(yīng)用名稱 | my_app_group_name |
返回參數(shù)
示例
正常返回示例
JSON
格式
{
"requestId": "77CAA411-0010-4DB9-82E2-1C384E590AFF",
"result": [
{
"id": "",
"isCurrent": true,
"clusterName": "",
"autoSwitch": true,
"type": "",
"description": "",
"status": "",
"schema": {
"tables": {
"test": "test",
"test2": 1
},
"indexes": {
"filterFields": [
""
],
"searchFields": {
"test": "test",
"test2": 1
}
},
"routeField": "",
"routeFieldValues": [
""
],
"secondRouteField": "",
"ttlField": {
"name": "",
"ttl": 0
},
"indexSortConfig": [
{
"field": "",
"direction": ""
}
],
"name": ""
},
"progressPercent": 0,
"fetchFields": [
""
],
"quota": {
"spec": "",
"qps": 0,
"docSize": 0,
"computeResource": 0
},
"domain": {
"category": "",
"name": "",
"functions": {
"service": [
""
],
"qp": [
""
],
"algo": [
""
]
}
},
"schemas": [
{
"tables": {
"test": "test",
"test2": 1
},
"indexes": {
"filterFields": [
""
],
"searchFields": {
"test": "test",
"test2": 1
}
},
"routeField": "",
"routeFieldValues": [
""
],
"secondRouteField": "",
"ttlField": {
"name": "",
"ttl": 0
},
"indexSortConfig": [
{
"field": "",
"direction": ""
}
],
"name": ""
}
],
"firstRanks": [
{
"type": "",
"name": "",
"description": "",
"active": true,
"meta": ""
}
],
"secondRanks": [
{
"meta": "",
"name": "",
"description": "",
"active": true
}
],
"dataSources": [
{
"tableName": "",
"type": "",
"fields": [
{
"test": "test",
"test2": 1
}
],
"plugins": {
"test": "test",
"test2": 1
},
"keyField": "",
"schemaName": "",
"parameters": {
"test": "test",
"test2": 1
}
}
],
"summaries": [
{
"name": "",
"meta": [
{
"field": "",
"len": 0,
"element": "",
"ellipsis": "",
"snippet": ""
}
]
}
],
"queryProcessors": [
{
"name": "",
"domain": "",
"category": "",
"processors": [
{
"test": "test",
"test2": 1
}
],
"indexes": [
""
],
"active": true
}
],
"cluster": {
"maxTimeoutMS": 0,
"maxQueryClauseLength": 0
},
"interpretations": {
"test": "test",
"test2": 1
},
"prompts": [
{
"test": "test",
"test2": 1
}
]
}
]
}
錯(cuò)誤碼
訪問錯(cuò)誤中心查看更多錯(cuò)誤碼。
變更歷史
變更時(shí)間 | 變更內(nèi)容概要 | 操作 |
---|---|---|
2024-08-26 | OpenAPI 返回結(jié)構(gòu)發(fā)生變更 | 查看變更詳情 |