Modifies the attributes of a container application. You can modify the description of a container application.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | ModifyContainerAppAttributes |
The operation that you want to perform. Set the value to ModifyContainerAppAttributes. |
ContainerId | String | Yes | ehpc-container-ABDUGSkjs**** |
The ID of the container. |
Description | String | No | ExampleDescription |
The new description of the container application. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 04F0F334-1335-436C-A1D7-6C044FE73368 |
The ID of the request. |
Examples
Sample requests
https://ehpc.cn-hangzhou.aliyuncs.com/?Action=ModifyContainerAppAttributes
&ContainerId=ehpc-container-ABDUGSkjs****
&<Common request parameters>
Sample success responses
XML
format
<ModifyContainerAppAttributesResponse>
<RequestId>04F0F334-1335-436C-A1D7-6C044FE73368</RequestId>
</ModifyContainerAppAttributesResponse>
JSON
format
{
"RequestId": "04F0F334-1335-436C-A1D7-6C044FE73368"
}
Error codes
HttpCode | Error code | Error message | Description |
---|---|---|---|
503 | ServiceUnavailable | The request has failed due to a temporary failure of the server | The error message returned because the request has failed. The server is temporarily unavailable. |
For a list of error codes, visit the API Error Center.