POST /lifecycle-manager/resources/:modelId/run-action
Roles
adminapiwritedesigner
Parameters
DetailsExampleSchema
Name
Type
Required
Description
modelId
string
yes
The ID of the Resource Model to run an action on
options
object
yes
Designates the action to initiate and which instance and inputs to use when initiating it.
Copied to Clipboard
{
"actionId": "0a2f",
"instance": "culpa aute sunt nulla ipsum",
"newInstanceName": "VLAN Service",
"newInstanceDescription": "EC2 Instance in US-EAST-1 with ID ec2-12345678",
"inputs": null
}