All Products
Search
Document Center

Elastic High Performance Computing:SummaryImages

Last Updated:Apr 09, 2024

Queries the names of all images in a cluster.

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
ClusterIdstringYes

The cluster ID.

ehpc-hz-jeJki6****
ContainerTypestringYes

The image type. Set the value to singularity.

singularity

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The request ID.

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

The names of all images in the cluster.

{"summaryImages":["gromacs.sif","linpack.sif","sccIntelMPI1.sif","test.sif","usergromac.sif.user"]}

Examples

Sample success responses

JSONformat

{
  "RequestId": "896D338C-E4F4-41EC-A154-D605E5DE****",
  "ImagesName": "{\"summaryImages\":[\"gromacs.sif\",\"linpack.sif\",\"sccIntelMPI1.sif\",\"test.sif\",\"usergromac.sif.user\"]}"
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history