All Products
Search
Document Center

Hologres:ListInstanceModel

Last Updated:Jun 25, 2026

AI node resources.

Operation description

Operation description

  • This API operation retrieves information about model services deployed on a specific Hologres instance, including but not limited to CPU, GPU, and memory resource usage.

  • The instanceId parameter is optional. If you do not specify this parameter, information about all related instances is returned by default.

  • This operation applies to Hologres AI nodes. Some parameters may be invalid or inapplicable to non-AI nodes.

  • Before you call this operation, make sure that you understand the billing methods and pricing of Alibaba Cloud Hologres.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

hologram:ListInstanceModel

none

*All Resource

*

None None

Request syntax

GET /api/v1/instances/rpc/listInstanceModel HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

No parameters required.

Response elements

Element

Type

Description

Example

object

Schema of Response

requestId

string

Id of the request

2C2ECDC1-FBAD-14A5-AA4A-96BC787FBDBC

instanceModelList

array<object>

The list of AI node resources.

object

cpu

integer

The CPU specifications. This parameter applies only to Hologres AI nodes.

7

gpu

integer

The number of GPU cards. This parameter applies only to Hologres AI nodes.

1

memory

integer

The memory size. Unit: GiB. This parameter applies only to Hologres AI nodes.

16

gpuMemory

integer

The GPU memory size. Unit: GB. This parameter applies only to Hologres AI nodes.

32

cpuUsed

integer

The total CPU used by the node. This parameter applies only to Hologres AI nodes.

7

memoryUsed

integer

The total memory used by the node. This parameter applies only to Hologres AI nodes.

32

gpuUsed

integer

The total GPU used by the node. This parameter applies only to Hologres AI nodes.

32

aiInstanceId

string

The AI node instance ID.

hologram_aicombo_public_cn-77xxx

gpuMemoryUsed

integer

The total GPU memory used by the node. This parameter applies only to Hologres AI nodes.

32

regionId

string

The region ID.

cn-hangzhou

resourceType

string

The region ID.

small

nodeCount

integer

The number of nodes.

2

commodityCode

string

The region ID.

hologram_aipostpay_public_cn

chargeType

string

The region ID.

PostPaid

status

string

The status.

ResourceReady

expirationTime

string

The expiration time in UTC.

2026-01-28T07:44:27.535Z

autoRenewal

boolean

Indicates whether auto-renewal is enabled.

holoInstanceId

string

The Hologres instance ID.

hgpostcn-cn-yi34hlzdx003

holoInstanceName

string

The Hologres instance name.

myInstance

aiSpec

string

The AI specifications.

small-8core-30G-24G

Examples

Success response

JSON format

{
  "requestId": "2C2ECDC1-FBAD-14A5-AA4A-96BC787FBDBC",
  "instanceModelList": [
    {
      "cpu": 7,
      "gpu": 1,
      "memory": 16,
      "gpuMemory": 32,
      "cpuUsed": 7,
      "memoryUsed": 32,
      "gpuUsed": 32,
      "aiInstanceId": "hologram_aicombo_public_cn-77xxx",
      "gpuMemoryUsed": 32,
      "regionId": "cn-hangzhou",
      "resourceType": "small",
      "nodeCount": 2,
      "commodityCode": "hologram_aipostpay_public_cn",
      "chargeType": "PostPaid",
      "status": "ResourceReady",
      "expirationTime": "2026-01-28T07:44:27.535Z",
      "autoRenewal": false,
      "holoInstanceId": "hgpostcn-cn-yi34hlzdx003",
      "holoInstanceName": "myInstance",
      "aiSpec": "small-8core-30G-24G"
    }
  ]
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.