OpenSearch アプリケーションの詳細を照会します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
opensearch:DescribeAppGroup |
get |
*AppGroup
|
なし | なし |
リクエスト構文
GET /v4/openapi/app-groups/{appGroupIdentity} HTTP/1.1
パスパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| appGroupIdentity |
string |
必須 |
アプリケーション名。 |
my_app_group_name |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
リクエストパラメーターは必要ありません。
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
|||
| requestId |
string |
リクエスト ID。 |
0A6EB64B-B4C8-CF02-810F-E660812972FF |
| result |
object |
アプリケーションに関する情報。 |
|
| created |
integer |
アプリケーションが作成されたときのタイムスタンプ。 |
1575442875 |
| currentVersion |
string |
現在のオンラインバージョンの ID。 |
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 |
未完了の注文の ID。 |
- |
| chargingWay |
integer |
課金項目。有効な値:
|
1 |
| type |
string |
アプリケーションのタイプ。有効な値:
|
enhanced |
| status |
string |
アプリケーションの状態。有効な値:
|
normal |
| projectId |
string |
A/B テストグループの名前。 |
- |
| switchedTime |
integer |
現在のオンラインバージョンが公開されたときのタイムスタンプ。 |
0 |
| commodityCode |
string |
商品コード。 |
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 |
例
成功レスポンス
JSONJSON
{
"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"
}
}
エラーコード
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。