查看一个 OpenSearch 应用详情。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
opensearch:DescribeAppGroup |
get |
*AppGroup
|
无 | 无 |
请求语法
GET /v4/openapi/app-groups/{appGroupIdentity} HTTP/1.1
路径参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| appGroupIdentity |
string |
是 |
应用名称 |
my_app_group_name |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
当前API无需请求参数
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
|||
| requestId |
string |
请求 ID |
0A6EB64B-B4C8-CF02-810F-E660812972FF |
| result |
object |
应用信息 |
|
| created |
integer |
创建时间戳 |
1575442875 |
| currentVersion |
string |
当前在线版本 |
110116134 |
| pendingSecondRankAlgoDeploymentId |
integer |
部署中的精排部署 ID |
0 |
| lockMode |
string |
锁定状态
|
Unlock |
| updated |
integer |
更新时间戳 |
1578916076 |
| id |
string |
应用 ID |
110116134 |
| chargeType |
string |
付费类型
|
POSTPAY |
| hasPendingQuotaReviewTask |
integer |
是否配额审批中
|
0 |
| secondRankAlgoDeploymentId |
integer |
精排部署 ID |
0 |
| name |
string |
应用名称 |
os_function_test_v1 |
| instanceId |
string |
实例 ID |
- |
| processingOrderId |
string |
未结束订单号 |
- |
| chargingWay |
integer |
计费类型
|
1 |
| type |
string |
应用类型
|
enhanced |
| status |
string |
应用状态
|
normal |
| projectId |
string |
abtest project 名称 |
- |
| switchedTime |
integer |
在线版本切换时间戳 |
0 |
| commodityCode |
string |
商品 CODE |
opensearch |
| expireOn |
string |
过期时间 |
- |
| domain |
string |
应用所属行业 |
ecommerce |
| description |
string |
应用描述 |
- |
| firstRankAlgoDeploymentId |
integer |
粗排部署 ID |
0 |
| produced |
integer |
是否生产完成
|
1 |
| lockedByExpiration |
integer |
实例过期自动锁定 |
0 |
| quota |
object |
应用配额信息 |
|
| spec |
string |
规格
|
opensearch.share.common |
| docSize |
integer |
存储容量(单位:GB) |
1 |
| computeResource |
integer |
计算资源(单位:LCU) |
20 |
| tags |
array<object> |
应用标签 |
|
|
object |
数据源标签。 |
||
| key |
string |
标签键 |
foo |
| value |
string |
标签值 |
bar |
| resourceGroupId |
string |
实例所属的资源组 ID。 |
rg-acfmoiyerh6nzly |
| engineType |
string |
引擎类型 |
ha3 |
| elasticLcu |
integer |
示例
正常返回示例
JSON格式
{
"requestId": "0A6EB64B-B4C8-CF02-810F-E660812972FF",
"result": {
"created": 1575442875,
"currentVersion": "110116134",
"pendingSecondRankAlgoDeploymentId": 0,
"lockMode": "Unlock",
"updated": 1578916076,
"id": "110116134",
"chargeType": "POSTPAY",
"hasPendingQuotaReviewTask": 0,
"secondRankAlgoDeploymentId": 0,
"name": "os_function_test_v1",
"instanceId": "-",
"processingOrderId": "-",
"chargingWay": 1,
"type": "enhanced",
"status": "normal",
"projectId": "-",
"switchedTime": 0,
"commodityCode": "opensearch",
"expireOn": "-",
"domain": "ecommerce",
"description": "-",
"firstRankAlgoDeploymentId": 0,
"produced": 1,
"lockedByExpiration": 0,
"quota": {
"spec": "opensearch.share.common",
"docSize": 1,
"computeResource": 20
},
"tags": [
{
"key": "foo",
"value": "bar"
}
],
"resourceGroupId": "rg-acfmoiyerh6nzly",
"engineType": "ha3",
"elasticLcu": 0
}
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。