Params

Param name Description
location_id
optional

위치 별 범위

Validations:

  • Must be a Integer

organization_id
optional

조직 별 범위

Validations:

  • Must be a Integer

template_id
required

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
required

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
required

Validations:

  • Must be a Hash

template_input[name]
optional

입력 이름

Validations:

  • Must be a String

template_input[description]
optional , nil allowed

입력 설명

Validations:

  • Must be a String

template_input[required]
optional , nil allowed

입력 필요

Validations:

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

template_input[advanced]
optional , nil allowed

입력이 진행됨

Validations:

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

template_input[input_type]
optional

입력 유형

Validations:

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

template_input[fact_name]
optional , nil allowed

입력 유형이 팩트인 경우 사용되는 팩트 이름입니다.

Validations:

  • Must be a String

template_input[variable_name]
optional , nil allowed

입력 유형이 변수인 경우 사용되는 변수 이름입니다.

Validations:

  • Must be a String

template_input[puppet_parameter_class]
optional , nil allowed

입력 유형이 puppet_parameter인 경우 사용되는 Puppet 클래스 이름입니다.

Validations:

  • Must be a String

template_input[puppet_parameter_name]
optional , nil allowed

입력 유형이 puppet_parameter인 경우 사용되는 Puppet 매개 변수 이름입니다.

Validations:

  • Must be a String

template_input[options]
optional , nil allowed

사용자 입력으로 선택 가능한 값

Validations:

  • Must be an array of any type