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 Information that identifies the instance that the action will be run against. This may be an instance ID, an instance name, or a full instance object. This is required if the action is of the 'update' or 'delete' types; it is not permitted if the action is of the 'create' type.
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 -