All Products
Search
Document Center

Elastic High Performance Computing:SummaryImagesInfo

Last Updated:Apr 09, 2024

Queries the detailed information about an existing image in a cluster, including the creation time and image size.

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
ClusterIdstringNo

The cluster ID.

ehpc-hz-ibug699XXX
ContainerTypestringNo

The type of the image. Set the value to singularity.

singularity
ImageNamestringNo

The name of the image. You can call the SummaryImages operation to query the names of all images in a cluster.

test.sif

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The request ID.

896D338C-E4F4-41EC-A154-D605E5DE****
ImagesInfostring

The detailed information about the image.

{"summaryImagesInfo":[{"ImageName":"gromacs.sif","ImageSize":"4","CreateTime":"16:18","CreateDate":"Apr.1"},{"ImageName":"linpack.sif","ImageSize":"665847525","CreateTime":"14:45","CreateDate":"Apr.1"},{"ImageName":"sccIntelMPI1.sif","ImageSize":"665847525","CreateTime":"14:41","CreateDate":"Apr.1"},{"ImageName":"test.sif","ImageSize":"24","CreateTime":"12:25","CreateDate":"Apr.20"},{"ImageName":"usergromac.sif.user","ImageSize":"4","CreateTime":"15:16","CreateDate":"Apr.19"}]}

Examples

Sample success responses

JSONformat

{
  "RequestId": "896D338C-E4F4-41EC-A154-D605E5DE****",
  "ImagesInfo": "{\"summaryImagesInfo\":[{\"ImageName\":\"gromacs.sif\",\"ImageSize\":\"4\",\"CreateTime\":\"16:18\",\"CreateDate\":\"Apr.1\"},{\"ImageName\":\"linpack.sif\",\"ImageSize\":\"665847525\",\"CreateTime\":\"14:45\",\"CreateDate\":\"Apr.1\"},{\"ImageName\":\"sccIntelMPI1.sif\",\"ImageSize\":\"665847525\",\"CreateTime\":\"14:41\",\"CreateDate\":\"Apr.1\"},{\"ImageName\":\"test.sif\",\"ImageSize\":\"24\",\"CreateTime\":\"12:25\",\"CreateDate\":\"Apr.20\"},{\"ImageName\":\"usergromac.sif.user\",\"ImageSize\":\"4\",\"CreateTime\":\"15:16\",\"CreateDate\":\"Apr.19\"}]}"
}

Error codes

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