[{"label":"Latest (1.0)","version":"latest"}]
srs-for-vsphere

ArgumentScript

ArgumentScript object represents a script produced from a given script template and placeholder values.


Properties

string
template_id Required

Unique identifier for the argument template script.


template_placeholder_value_list Required

Placeholder value list which are used to create script from script template.

Single template_placeholder_value_list produces script by the given template replacing placeholder with the given values. Multiple items for template_placeholder_value_list produce a script of scripts which can produce an array of objects. Each template_placeholder_value_list item is used to produce script from template. Scripts are then combined in a multi-line script where each line produces result object.


string
script Optional

Script result produced by the service based on given template_id and template_placeholder_parameters

JSON Example

{
	"template_id": "string",
	"template_placeholder_value_list": [
		{
			"values": [
				{
					"placeholder_name": "string",
					"value": [
						"string"
					]
				}
			]
		}
	]
}
[{"label":"Latest (1.0)","version":"latest"}]
srs-for-vsphere
Parameter To

Create Argument Scripts Script
Returned By

Create Argument Scripts Script

Feedback

Was this page helpful?