All Products
Search
Document Center

Elastic High Performance Computing:ListCustomImages

Last Updated:Apr 15, 2024

Queries custom images and shared images supported by Elastic High Performance Computing (E-HPC).

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
ehpc:ListCustomImagesREAD
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
ImageOwnerAliasstringNo

The image source. Valid values:

  • self: custom image
  • others: shared image
self
BaseOsTagstringNo

The image tag of the operating system. The tag is used only for management nodes.

CentOS_7.2_64
InstanceTypestringNo

The instance type of the Elastic Compute Service (ECS) instance. If you do not specify the instance type, the community images that are supported by all instance types are queried.

ecs.n1.tiny
ClusterIdstringNo

The cluster ID.

  • If you specify a value for this parameter, all community images in the region where the cluster resides are queried.
  • If you do not specify a value for this parameter, the community images that are supported by all clusters are queried.
ehpc-hz-FYUr32****

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

04F0F334-1335-436C-A1D7-6C044FE73368
Imagesobject []

The list of community images, including custom images and shared images.

Statusstring
Note This parameter is not publicly available.
Available
PostInstallScriptstring
Note This parameter is not publicly available.
example.sh
Descriptionstring

The description of the image.

ExampleDescription
Sizeinteger

The size of the image. Unit: GiB.

40
ImageOwnerAliasstring

The type of the image. Valid values:

  • self: custom image
  • others: shared image
self
ImageNamestring

The name of the image.

CHESS5V5.0.27
SkuCodestring
Note This parameter is not publicly available.
ECS
PricingCyclestring
Note This parameter is not publicly available.
Month
ImageIdstring

The image ID.

m-bp181x855551ww5yq****
ProductCodestring
Note This parameter is not publicly available.
cmjj028279
Uidstring
Note This parameter is not publicly available.
127****
BaseOsTagobject

The image tag of the operating system.

Platformstring

The OS. Valid values:

  • CentOS
  • windows
CentOS
OsTagstring

The tags of the image.

CentOS_7.2_64
Versionstring

The version of the operating system.

7.2
Architecturestring

The architecture of the operating system. Valid values:

  • i386
  • x86_64
i386
OsTagobject

An array of system images that are supported by E-HPC.

Platformstring

The OS.

CentOS
OsTagstring

The tag of the image.

CentOS_7.2_64
Versionstring

The version of the operating system.

7.2
Architecturestring

The architecture of the operating system. Valid values:

  • i386
  • x86_64
x86_64
BaseOsTagstring

The image tag of the operating system.

CentOS_7.2_64

Examples

Sample success responses

JSONformat

{
  "RequestId": "04F0F334-1335-436C-A1D7-6C044FE73368",
  "Images": {
    "ImageInfo": [
      {
        "Status": "Available",
        "PostInstallScript": "example.sh",
        "Description": "ExampleDescription",
        "Size": 40,
        "ImageOwnerAlias": "self",
        "ImageName": "CHESS5V5.0.27",
        "SkuCode": "ECS",
        "PricingCycle": "Month",
        "ImageId": "m-bp181x855551ww5yq****",
        "ProductCode": "cmjj028279",
        "Uid": "127****",
        "BaseOsTag": {
          "Platform": "CentOS",
          "OsTag": "CentOS_7.2_64",
          "Version": "7.2",
          "Architecture": "i386"
        },
        "OsTag": {
          "Platform": "CentOS",
          "OsTag": "CentOS_7.2_64",
          "Version": "7.2",
          "Architecture": "x86_64",
          "BaseOsTag": "CentOS_7.2_64"
        }
      }
    ]
  }
}

Error codes

HTTP status codeError codeError messageDescription
404ImageNotFoundThe specified image does not exist.The specified image does not exist. Please verify the parameter.
406EcsErrorAn error occurred while calling the ECS API operation.An error occurred while calling the ECS API operation.
406DbErrorA database service error occurred.Database request failed.
407NotAuthorizedYou are not authorized by RAM for this request.The request is not authorized by RAM.
500UnknownErrorAn unknown error occurred.An unknown error occurred.
503ServiceUnavailableThe request has failed due to a temporary failure of the serverThe request has failed due to a temporary failure of the server.

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