app-lifecycle_manager

On this page:

runAction

Summary

Runs a resource action

Description

Runs a resource action

Route

No Northbound API Available

Roles

admin apiwrite designer

Parameters

DetailsExampleSchema
Name Type Required Description
job_id string yes The ID of the parent job containing this task
task string yes The ID of the task definition this method was run from
modelId string yes The ID of the Resource Model to run an action on
actionId string yes The ID of the action to run
instance * no Identifying information specifying the instance to run the action on, if any. May be an instance ID, an instance name, or a full instance object. Required if the action is of type 'update' or 'delete'. Not permitted if the action is of type 'create'.
instanceName string no The name to assign to the new instance if the action is a create action
instanceDescription string no The description to assign to the new instance if the action is a create action
variables object no An object specifying inputs to provide to the action. Required only if the referenced action requires inputs.

Return

DetailsExampleSchema
Name Type Description
result object -