All Products
Search
Document Center

Edge Security Acceleration:CreateEdgeContainerAppImageSecret

Last Updated:Jan 14, 2026
This topic is generated by a machine translation engine without any human intervention. ALIBABA CLOUD DOES NOT GUARANTEE THE ACCURACY OF MACHINE TRANSLATED CONTENT. To request a human-translated version of this topic or provide feedback on this translation, please include it in the feedback form.

Create an image secret for the edge container application

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
AppIdstringYes

Application ID, which can be obtained using the ListEdgeContainerApps interface.

app-88068867578379****
RegistrystringYes

Image repository address.

cr-cn-shanghai.edas.aliyuncs.com
UsernamestringYes

Image repository username.

admin
PasswordstringYes

Image repository password.

***

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

Request ID.

CB1A380B-09F0-41BB-280B-72F8FD6DA2FE

Examples

Sample success responses

JSONformat

{
  "RequestId": "CB1A380B-09F0-41BB-280B-72F8FD6DA2FE"
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidParameterInvalid parameter. Check the parameter configuration.Invalid parameter. Check the parameter configuration.
400InternalExceptionFailed to call the service. Try again later or contact technical support.Failed to call the service. Try again later or contact technical support.
400InternalErrorAn internal exception occurred, please try again later.An inner exception was triggered. Please try again later.
400InvalidParameter.AppidThe format of the application ID is invalid. You can call ListEdgeContainerApps to obtain the application ID.The format of the application ID is invalid. You can call ListEdgeContainerApps to obtain the application ID.
404InvalidApp.NotFoundThe application does not exist. Check whether the application ID you specified is correct and try again.The application does not exist. Check whether the application ID you specified is correct and try again.

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

Change history

Change timeSummary of changesOperation
2025-12-16Add OperationView Change Details