全部產品
Search
文件中心

OpenSearch:AppGroup

更新時間:Jul 13, 2024

描述

應用的資料結構

樣本

{
    "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"
}

結構

欄位

類型

描述

id

String

應用ID

name

String

應用程式名稱

currentVersion

String

當前線上版本

switchedTime

Integer

線上版本切換時間戳記

quota

Object

應用配額資訊參考:Quota

chargingWay

Integer

計費類型- 1:計算資源- 2:qps

type

String

應用類型- standard 標準版- advance 老進階版(新應用不支援此類型)- enhanced 新進階版

versions

Array

版本集合

projectId

String

abtest project 名稱

chargeType

String

付費類型- POSTPAY 後付費(隨用隨付)- PREPAY 預付費(訂用帳戶)

expireOn

String

到期時間(格式:"yyyy-mm-dd hh:mm:ss")

instanceId

String

執行個體ID

commodityCode

String

商品CODE

processingOrderId

String

未結束訂單號

firstRankAlgoDeploymentId

Integer

粗排部署ID

secondRankAlgoDeploymentId

Integer

精排部署ID

pendingSecondRankAlgoDeploymentId

Integer

部署中的精排部署ID

description

String

應用描述

produced

Integer

是否生產完成- 0:生產中- 1:生產完成

hasPendingQuotaReviewTask

Integer

是否配額審批中- 0:正常- 1:配額審批中

created

Integer

建立時間戳記

updated

Integer

更新時間戳記

status

String

應用狀態- producing 生產中- review_pending 生產審批中- config_pending 待配置- normal 正常- frozen 已凍結

lockMode

String

鎖定狀態- Unlock 正常- LockByExpiration 執行個體到期自動鎖定- ManualLock 手動觸發鎖定