Update the edas-container(Ali-Tomcat + Pandora) version of an HSF application
Debugging
Request header
Request syntax
POST /pop/v5/changeorder/co_update_container HTTPS|HTTP
Request Parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
AppId | String | Yes | e83acea6-****-47e1-96ae-c0e953772cdc |
The ID of the application where the consumed service is published. |
BuildPackId | Integer | Yes | 59 |
edas-container ID of the build package. For more information, see EDAS Container releases build package serial number column value in the link table) |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Code | Integer | 200 |
Code |
Message | String | success |
The returned message. |
ChangeOrderId | String | eb1b9862****f-9e78-d6aa0842835a |
The ID of the change. |
RequestId | String | a5281053-08e4-47a5-b2ab-5c0323de7b5a |
Examples
Sample requests
POST /pop/v5/changeorder/co_update_container HTTP/1.1
Common request header
{
"AppId": "e83acea6-****-47e1-96ae-c0e953772cdc"
"BuildPackId": -1
}
Sample success responses
XML
format
<Message>success</Message>
<Code>200</Code>
<RequestId>0EDEA68F-9480-44A4-AB4D-E4B09AAD0E12</RequestId>
JSON
format
{
"Message": "success",
"Code": 200,
"RequestId": "0EDEA68F-9480-44A4-AB4D-E4B09AAD0E12"
}
Error codes
For a list of error codes, visit the API Error Center.