scriptAction

Extends: scriptActionSummary
Namespace: (default namespace)
XML Schema: vcac-advanced-designer-rest-schema.xsd

Representation of a script action. A script action represents a scriptable action of the orchestration engine. This model extends ScriptActionSummary by adding additional information of the input parameters of the scriptable action as well as the result type of it.

XML

Elements

name (type) min/max
occurs
description
inputParameters (scriptActionParameter) 0/unbounded
resultType (string) 0/1
resultContentType (dataType) 0/1

JSON

property type description
inputParameters array of inputParameters (scriptActionParameter)
resultType resultType (string)
resultContentType resultContentType (dataType)