Updates the EDAS Container version of a High-Speed Service Framework (HSF) application. EDAS Container includes Ali-Tomcat and Pandora.
Try it now
Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
edas:ManageApplication |
update |
*Application
|
None | None |
Request syntax
POST /pop/v5/changeorder/co_update_container HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
Yes |
The ID of the application. |
e83acea6-****-47e1-96ae-c0e953772cdc |
| BuildPackId |
integer |
Yes |
The build package number of EDAS Container. You can find this number in the EDAS Container release notes. |
59 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The returned content. |
||
| Code |
integer |
The HTTP status code. |
200 |
| ChangeOrderId |
string |
The ID of the change process. |
eb1b9862-****-476f-9e78-d6aa0842835a |
| Message |
string |
The returned message. |
success |
| RequestId |
string |
The ID of the request. |
a5281053-08e4-47a5-b2ab-5c0323****** |
Examples
Success response
JSON format
{
"Code": 200,
"ChangeOrderId": "eb1b9862-****-476f-9e78-d6aa0842835a",
"Message": "success",
"RequestId": "a5281053-08e4-47a5-b2ab-5c0323******"
}
Error codes
See Error CodesError Codes for a complete list.
Release notes
See Release NotesRelease Notes for a complete list.