All Products
Search
Document Center

:Instance

Last Updated:Jan 15, 2021

Description

The information structure of an instance.

An instance has the following states:

  • Initializing: The instance is initializing. If an instance is in this state, you must configure the instance and import data to the instance.

  • Ready: Data is waiting to be imported into the instance. If the instance is configured but data is not imported into the instance, the instance is in this state.

  • Running: The instance is running. The instance into which data is imported is in this state.

Parameters

Parameter

Type

Description

InstanceId

String

The ID of the instance.

Name

String

The name of the instance.

Industry

String

The type of the industry. Valid values: content, item, news, video, and sns.

Scene

String

The name of the scene. Valid values: gul, rr, hot, and focus.

Type

String

The type of the instance. Only the Standard edition is supported.

Status

String

The status of the instance. Valid values: Initializing, Ready, and Running.

LockMode

String

The lock mode of the instance. Valid values: Unlock, ManualLock, and LockByExpiration.

RegionId

String

The region where the instance resides.

DataSetVersion

String

The version of the dataset that provides online services.

ChargeType

String

The billing method. Valid values: PrePaid and PostPaid. Only the PrePaid billing method is supported.

CommodityCode

String

The commodity code.

ExpiredTime

String

The time when the instance expires. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC.

GmtCreate

String

The time when the instance was created. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC.

GmtModified

String

The time when the instance was last modified. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC.

Examples

{
    "InstanceId": "airec-cn-o400whm78004",
    "Name": "airec-cn-o400whm78004",
    "Type": "Standard",
    "Status": "Running",
    "Industry": "news",
    "Scene": "gul",
    "RegionId": "cn-beijing",
    "ChargeType": "PrePaid",
    "DataSetVersion": "20181206170353",
    "CommodityCode": "airecpre",
    "GmtCreate": "2018-12-06T06:14:01.000Z",
    "GmtModified": "2018-12-06T11:17:49.000Z",
    "ExpiredTime": "2019-01-06T16:00:00.000Z",
    "LockMode": "Unlock"
}