All Products
Search
Document Center

Hologres:GetInstance

Last Updated:Mar 03, 2024

Obtains the details of an instance.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
hologram:GetInstanceRead
  • All Resources
    *
    none
none

Request syntax

GET /api/v1/instances/{instanceId}

Request parameters

ParameterTypeRequiredDescriptionExample
instanceIdstringNo

The ID of the instance. This parameter is required.

hgprecn-cn-i7m2v08uu00a

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

865A02C2-B374-5DD4-9B34-0CA15DA1AEBD
Instanceobject

The information about the instance.

InstanceChargeTypestring

The billing method of the instance.

Valid values:

  • PostPaid

    :

    pay-as-you-go

    .

  • PrePaid

    :

    subscription

    .

PrePaid
CommodityCodestring

The commodity code.

Valid values:

  • hologram_maxcomputeAccelerate_public_cn

    :

    China site/Lakehouse Acceleration Edition

    .

  • hologram_combo_public_cn

    :

    China site/Subscription

    .

  • hologram_prepay_public_intl

    :

    International site/Subscription

    .

  • hologram_storage_dp_cn

    :

    China site/Storage plan

    .

  • hologram_postpay_public_cn

    :

    China site/Pay-as-you-go

    .

  • hologram_postpay_public_intl

    :

    International site/Pay-as-you-go

  • hologram_maxcomputeAccelerate_public_intl

    :

    International site/Lakehouse Acceleration Edition

    .

  • hologram_cu_dp_cn

    :

    China site/Compute plan

hologram_combo_public_cn
Cpulong

The number of CPU cores.

32
CreationTimestring

The time when the instance was created.

2021-02-03T13:06:06Z
Diskstring

The amount of data that can be stored in the disk of the Standard storage class. Unit: GB.

500
Endpointsobject []

The list of endpoints.

Endpointstring

The endpoint.

hgprecn-cn-uqm362o1b001-cn-hangzhou-internal.hologres.aliyuncs.com:80
Typestring

The network type.

Valid values:

  • VPCSingleTunnel

    :

    virtual private cloud (VPC)

    .

  • Intranet

    :

    internal network

    .

  • VPCAnyTunnel

    :

    not supported by new instances

  • Internet

    :

    Internet

    .

Internet
Enabledboolean

Indicates whether the network is enabled.

Valid values:

  • true

  • false

true
VSwitchIdstring

The ID of the vSwitch.

vsw-bp1jqwp2ys6kp7tc9t983
VpcIdstring

The ID of the VPC to which the instance belongs.

vpc-uf66jjber3hgvwhki3wna
VpcInstanceIdstring

The ID of the instance that is deployed in the VPC.

hgprecn-cn-uqm362o1b001-frontend-st
AlternativeEndpointsstring

The endpoint. This parameter is returned if both the AnyTunnel and SingleTunnel modes are enabled for an instance, and the instance is switched from the AnyTunnel mode to the SingleTunnel mode. In this case, two endpoints are returned.

hgprecn-cn-uqm362o1b001-cn-hangzhou-internal.hologres.aliyuncs.com:80
ExpirationTimestring

The expiration time. This parameter is invalid for pay-as-you-go instances.

2021-02-03T13:06:06Z
InstanceIdstring

The instance ID.

hgpostcn-cn-tl32s6cgw00b
InstanceNamestring

The instance name. The instance name must be 2 to 64 characters in length.

test
InstanceTypestring

The type of the instance.

Valid values:

  • Follower

    :

    read-only secondary instance

    .

  • Standard

    :

    normal instance

    .

Standard
Memorylong

The memory size. Unit: GB.

128
InstanceOwnerstring

The owner of the instance.

12345678900000
InstanceStatusstring

The status of the instance.

Valid values:

  • Creating

  • Running

  • Suspended

  • Allocating

Running
Versionstring

The instance version.

r1.3.37
SuspendReasonstring

The reason for the suspension.

Valid values:

  • Indebet

    :

    The instance has an overdue payment

    .

  • Manual

    :

    The instance is manually suspended

    .

  • Overdue

    :

    The instance has expired

    .

Manual
Tagsobject []

The instance tag.

Keystring

The key of tag N.

tag
Valuestring

The value of tag N.

value
LeaderInstanceIdstring

The ID of the primary instance.

hgpostcn-cn-i7m2ncd6w002
EnableHiveAccessstring

Indicates whether data lake acceleration is enabled.

true
ResourceGroupIdstring

The ID of the resource group.

rg-aekzuq7hpybze2i
ComputeNodeCountlong

The number of compute nodes. In a typical configuration, a node has 16 CPU cores and 32 GB of memory.

2
ZoneIdstring

The ID of the zone where the instance resides.

cn-hangzhou-h
ColdStoragelong

The cold storage capacity of the instance. Unit: GB. Standard SSD is used for hot storage, and HDD is used for cold storage.

800
AutoRenewalstring

Indicates whether auto-renewal is enabled.

Valid values:

  • true

  • false

true
GatewayCountlong

The number of gateway nodes.

2
GatewayCpulong

The number of CPU cores of the gateway. Unit: core.

4
GatewayMemorylong

The size of memory resources of the gateway. Unit: GB.

16
RegionIdstring

The ID of the region in which the instance resides.

cn-hangzhou
Successboolean

The request result, which indicates whether the request was successful.

true
ErrorCodestring

The error code that is returned if the request failed.

404
ErrorMessagestring

The error message.

Internal server error.
HttpStatusCodestring

The HTTP status code returned.

200

Examples

Sample success responses

JSONformat

{
  "RequestId": "865A02C2-B374-5DD4-9B34-0CA15DA1AEBD",
  "Instance": {
    "InstanceChargeType": "PrePaid",
    "CommodityCode": "hologram_combo_public_cn",
    "Cpu": 32,
    "CreationTime": "2021-02-03T13:06:06Z",
    "Disk": "500",
    "Endpoints": [
      {
        "Endpoint": "hgprecn-cn-uqm362o1b001-cn-hangzhou-internal.hologres.aliyuncs.com:80",
        "Type": "Internet",
        "Enabled": true,
        "VSwitchId": "vsw-bp1jqwp2ys6kp7tc9t983",
        "VpcId": "vpc-uf66jjber3hgvwhki3wna",
        "VpcInstanceId": "hgprecn-cn-uqm362o1b001-frontend-st",
        "AlternativeEndpoints": "hgprecn-cn-uqm362o1b001-cn-hangzhou-internal.hologres.aliyuncs.com:80"
      }
    ],
    "ExpirationTime": "2021-02-03T13:06:06Z",
    "InstanceId": "hgpostcn-cn-tl32s6cgw00b",
    "InstanceName": "test",
    "InstanceType": "Standard",
    "Memory": 128,
    "InstanceOwner": "12345678900000",
    "InstanceStatus": "Running",
    "Version": "r1.3.37",
    "SuspendReason": "Manual",
    "Tags": [
      {
        "Key": "tag",
        "Value": "value"
      }
    ],
    "LeaderInstanceId": "hgpostcn-cn-i7m2ncd6w002",
    "EnableHiveAccess": "true",
    "ResourceGroupId": "rg-aekzuq7hpybze2i",
    "ComputeNodeCount": 2,
    "ZoneId": "cn-hangzhou-h",
    "ColdStorage": 800,
    "AutoRenewal": "true",
    "GatewayCount": 2,
    "GatewayCpu": 4,
    "GatewayMemory": 16,
    "RegionId": "cn-hangzhou"
  },
  "Success": true,
  "ErrorCode": "404",
  "ErrorMessage": "Internal server error.",
  "HttpStatusCode": "200"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-01-23The response structure of the API has changedsee changesets
Change itemChange content
Output ParametersThe response structure of the API has changed.
2023-07-19The response structure of the API has changedsee changesets
Change itemChange content
Output ParametersThe response structure of the API has changed.
2023-05-17The request parameters of the API has changed. The response structure of the API has changedsee changesets
Change itemChange content
Input ParametersThe request parameters of the API has changed.
    delete Input Parameters: RegionId
Output ParametersThe response structure of the API has changed.
2023-04-10The response structure of the API has changedsee changesets
Change itemChange content
Output ParametersThe response structure of the API has changed.