You can retrieve a list of template variables that need to be reconfigured. After you reassign values to these variables, call this function. The application status changes to `Modifying`, and the properties of failed nodes are updated with the new variable values. For example, you can change the instance type of a failed resource. After the function is executed, you can redeploy the application.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
bpstudio:ReConfigApplication |
update |
*Application
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
No |
The ID of the application. Call the ListApplication operation to obtain the application ID. |
Q2P4O9YSOKCT35L9 |
| Variables |
string |
No |
The properties to update. |
{"${instance_type}":"ecs.c6.3xlarge"} |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The ID of the request. |
9656C816-1E9A-58D2-86D5-710678D61AF1 |
| Message |
string |
The error message. |
Success |
| Code |
integer |
The status code. |
200 |
Examples
Success response
JSON format
{
"RequestId": "9656C816-1E9A-58D2-86D5-710678D61AF1",
"Message": "Success",
"Code": 200
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.