Parametri

Nome parametro Descrizione
location_id
opzionale

Scopo per posizioni

Validations:

  • Must be a Integer

organization_id
opzionale

Scopo per organizzazioni

Validations:

  • Must be a Integer

template_id
richiesto

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
richiesto

Validations:

  • Must be a Hash

template_input[name]
richiesto

Input name

Validations:

  • Must be a String

template_input[description]
opzionale , consentito nil

Input description

Validations:

  • Must be a String

template_input[required]
opzionale , consentito nil

Input is required

Validations:

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

template_input[advanced]
opzionale , consentito nil

Input is advanced

Validations:

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

template_input[input_type]
richiesto

Input type

Validations:

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

template_input[fact_name]
opzionale , consentito nil

Fact name, used when input type is fact

Validations:

  • Must be a String

template_input[variable_name]
opzionale , consentito nil

Variable name, used when input type is variable

Validations:

  • Must be a String

template_input[puppet_parameter_class]
opzionale , consentito nil

Puppet class name, used when input type is puppet_parameter

Validations:

  • Must be a String

template_input[puppet_parameter_name]
opzionale , consentito nil

Puppet parameter name, used when input type is puppet_parameter

Validations:

  • Must be a String

template_input[options]
opzionale , consentito nil

Selectable values for user inputs

Validations:

  • Must be an array of any type