Query an OpenSearch application.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
opensearch:DescribeAppGroup |
get |
*AppGroup
|
None | None |
Request syntax
GET /v4/openapi/app-groups/{appGroupIdentity} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| appGroupIdentity |
string |
Yes |
The application name. |
my_app_group_name |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| requestId |
string |
The request ID. |
0A6EB64B-B4C8-CF02-810F-E660812972FF |
| result |
object |
The information about the application. |
|
| created |
integer |
The timestamp when the application was created. |
1575442875 |
| currentVersion |
string |
The ID of the current online version. |
110116134 |
| pendingSecondRankAlgoDeploymentId |
integer |
The ID of the fine sort expression that is being created. |
0 |
| lockMode |
string |
The lock state. Valid values:
|
Unlock |
| updated |
integer |
The timestamp when the application was last updated. |
1578916076 |
| id |
string |
The application ID. |
110116134 |
| chargeType |
string |
The billing method. Valid values:
|
POSTPAY |
| hasPendingQuotaReviewTask |
integer |
The approval state of the quotas. Valid values:
|
0 |
| secondRankAlgoDeploymentId |
integer |
The ID of the created fine sort expression. |
0 |
| name |
string |
The application name. |
os_function_test_v1 |
| instanceId |
string |
The instance ID. |
- |
| processingOrderId |
string |
The ID of the order that is not complete. |
- |
| chargingWay |
integer |
The billable item. Valid values:
|
1 |
| type |
string |
The type of the application. Valid values:
|
enhanced |
| status |
string |
The state of the application. Valid values:
|
normal |
| projectId |
string |
The name of the A/B test group. |
- |
| switchedTime |
integer |
The timestamp when the current online version was published. |
0 |
| commodityCode |
string |
The commodity code. |
opensearch |
| expireOn |
string |
The expiration time. |
- |
| domain |
string |
The industry of the application. |
ecommerce |
| description |
string |
The description of the application. |
- |
| firstRankAlgoDeploymentId |
integer |
The ID of the created rough sort expression. |
0 |
| produced |
integer |
Indicates whether the application is created. Valid values:
|
1 |
| lockedByExpiration |
integer |
Indicates whether the instance is automatically locked after it expires. |
0 |
| quota |
object |
The information about the quotas of the application. |
|
| spec |
string |
The specifications. Valid values:
|
opensearch.share.common |
| docSize |
integer |
The storage capacity. Unit: GB. |
1 |
| computeResource |
integer |
The computing resources. Unit: logical computing unit (LCU). |
20 |
| tags |
array<object> |
The application tags. |
|
|
object |
|||
| key |
string |
The tag key. |
foo |
| value |
string |
The tag value |
bar |
| resourceGroupId |
string |
The ID of the resource group to which the network instance belongs. |
rg-acfmoiyerh6nzly |
| engineType |
string |
The engine type. |
ha3 |
Examples
Success response
JSON format
{
"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"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.