すべてのプロダクト
Search
ドキュメントセンター

OpenSearch:AppGroup

最終更新日:Apr 01, 2026

アプリケーション管理 API によって返される OpenSearch アプリケーションのスキーマです。

{
    "id": "100302881",
    "name": "lsh_test_1",
    "currentVersion": "100302903",
    "switchedTime": 1590486386,
    "quota": {
        "docSize": 1,
        "computeResource": 20,
        "spec": "opensearch.share.common"
    },
    "chargingWay": 1,
    "type": "enhanced",
    "versions": [
        "100302903",
        "100303063"
    ],
    "projectId": "",
    "chargeType": "POSTPAY",
    "expireOn": "",
    "instanceId": "",
    "commodityCode": "opensearch",
    "processingOrderId": "",
    "firstRankAlgoDeploymentId": 0,
    "secondRankAlgoDeploymentId": 0,
    "pendingSecondRankAlgoDeploymentId": 0,
    "description": "",
    "produced": 1,
    "lockedByExpiration": 0,
    "hasPendingQuotaReviewTask": 0,
    "created": 1590139542,
    "updated": 1590978265,
    "status": "normal",
    "lockMode": "Unlock"
}

構造

フィールドタイプ説明
idStringアプリケーションの ID。
nameStringアプリケーションの名前。
currentVersionString現在オンラインのバージョンの ID。
switchedTimeInteger現在オンラインのバージョンが公開されたタイムスタンプ。
quotaObjectアプリケーションのクォータ情報。詳細については、「Quota」をご参照ください。
chargingWayInteger課金項目。有効な値は、1(計算リソース)および2(秒間クエリ数 (QPS))です。
typeStringアプリケーションのタイプ。有効な値は、standard(標準アプリケーション)、advance(旧タイプの高度アプリケーション)、およびenhanced(新タイプの高度アプリケーション)です。新規作成されるアプリケーションは、advance タイプにはできません。
versionsArrayアプリケーションのバージョン。
projectIdStringA/B テストグループの名前。
chargeTypeString支払い方法。有効な値は、POSTPAY(従量課金)およびPREPAY(サブスクリプション)です。
expireOnStringアプリケーションの有効期限。形式は yyyy-mm-dd hh:mm:ss です。
instanceIdStringインスタンスの ID。
commodityCodeStringサービスのコード。
processingOrderIdStringインスタンスに関する未完了の注文の ID。
firstRankAlgoDeploymentIdInteger作成された基本ソート式の ID。
secondRankAlgoDeploymentIdInteger作成された高度ソート式の ID。
pendingSecondRankAlgoDeploymentIdInteger作成中の高度ソート式の ID。
descriptionStringアプリケーションの説明。
producedInteger注文完了ステータス。有効な値は、0(注文中)および1(注文完了)です。
hasPendingQuotaReviewTaskIntegerクォータ承認ステータス。有効な値は、0(承認済み)および1(承認中)です。
createdIntegerアプリケーションが作成されたタイムスタンプ。
updatedIntegerアプリケーションが最終更新されたタイムスタンプ。
statusStringアプリケーションのステータス。有効な値は、producing(作成中)、review_pending(承認待ち)、config_pending(設定待ち)、normal(実行中)、およびfrozen(凍結済み)です。
lockModeStringインスタンスのロックモード。有効な値は、Unlock(ロックなし)、LockByExpiration(有効期限切れ後に自動ロック)、およびManualLock(手動ロック)です。