All Products
Search
Document Center

Elastic High Performance Computing:DescribeEstackImage

Last Updated:Apr 09, 2024

Queries the base images of 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

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
PageNumberintegerNo

The page number of the page to return.

1
PageSizeintegerNo

The number of entries per page.

10

Response parameters

ParameterTypeDescriptionExample
object
PageSizeinteger

The number of entries returned per page.

10
RequestIdstring

The request ID.

2D69A58F-345C-4FDE-88E4-BF518948xxxx
PageNumberinteger

The page number returned.

1
TotalCountinteger

The total number of images.

100
ImageListobject []

The array of base images.

ImageNamestring

The image name.

tensorflow-21.09-tf1-py3.sif
ImageSizeinteger

The size of the image.

65535
RecentUpdateTimestring

The time when the image was last modified.

2022-05-05T07:10:55.000Z
ImageUrlstring

The download URL of the image.

http://xxxx.oss-cn-hangzhou.aliyuncs.com/eStackPackage/singularity/tensorflow-21.09-tf1-py3.sif
ImageTypestring

The type of the image.

singularity

Examples

Sample success responses

JSONformat

{
  "PageSize": 10,
  "RequestId": "2D69A58F-345C-4FDE-88E4-BF518948xxxx",
  "PageNumber": 1,
  "TotalCount": 100,
  "ImageList": {
    "ImageListInfo": [
      {
        "ImageName": "tensorflow-21.09-tf1-py3.sif",
        "ImageSize": 65535,
        "RecentUpdateTime": "2022-05-05T07:10:55.000Z",
        "ImageUrl": "http://xxxx.oss-cn-hangzhou.aliyuncs.com/eStackPackage/singularity/tensorflow-21.09-tf1-py3.sif",
        "ImageType": "singularity"
      }
    ]
  }
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidParamsThe specified parameter %s is invalid.The specified parameter %s is invalid.
406AliyunErrorAn Alibaba Cloud product error occurred.An Alibaba Cloud product 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.

Change history

Change timeSummary of changesOperation
2022-08-23The Error code has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    Error Codes 406 change
    delete Error Codes: 400
    delete Error Codes: 403
    delete Error Codes: 404
    delete Error Codes: 407
    delete Error Codes: 500
    delete Error Codes: 503
2022-04-27Add Operationsee changesets