パラメーター

パラメーター名 記述
location_id
任意

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
任意

Set the current organization context for the request

Validations:

  • Must be a Integer

template_id
必須

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

id
必須

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

template_input
必須

Validations:

  • Must be a Hash

template_input[name]
任意

入力名

Validations:

  • Must be a String

template_input[description]
任意 , nil可

入力の説明

Validations:

  • Must be a String

template_input[required]
任意 , nil可

入力が必要

Validations:

  • Must be one of: true, false, 1, 0.

template_input[advanced]
任意 , nil可

入力が高度

Validations:

  • Must be one of: true, false, 1, 0.

template_input[input_type]
任意

入力タイプ

Validations:

  • Must be one of: user, fact, variable, puppet_parameter.

template_input[fact_name]
任意 , nil可

ファクト名。入力タイプがファクトの場合に使用されます

Validations:

  • Must be a String

template_input[variable_name]
任意 , nil可

変数名。入力タイプが変数の場合に使用されます

Validations:

  • Must be a String

template_input[puppet_class_name]
任意 , nil可

Puppet クラス名。入力タイプが puppet_parameter の場合に使用されます

Validations:

  • Must be a String

template_input[puppet_parameter_name]
任意 , nil可

Puppet パラメーター名。入力タイプが puppet_parameter の場合に使用されます

Validations:

  • Must be a String

template_input[options]
任意 , nil可

ユーザー入力に選択できる値

Validations:

  • Must be an array of any type

template_input[default]
任意 , nil可

Default value for user input

Validations:

  • Must be a String

template_input[hidden_value]
任意 , nil可

The value contains sensitive information and shouldn not be normally visible, useful e.g. for passwords

Validations:

  • Must be one of: true, false, 1, 0.

template_input[value_type]
任意 , nil可

Value type, defaults to plain

Validations:

  • Must be one of: plain, search, date.

template_input[resource_type]
任意 , nil可

For values of type search, this is the resource the value searches in

Validations:

  • Must be one of: .