GET /api/smart_variables/:smart_variable_id/override_values
Lista de valores de substituição para uma variável smart específica

GET /api/smart_class_parameters/:smart_class_parameter_id/override_values
Lista de substituiçào de valores para um especifico smart parametro

Parâmentros

Nome parâmetro Descrição
smart_variable_id
opcional

Validations:

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

smart_class_parameter_id
opcional

Validations:

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

page
opcional

paginar resultados

Validations:

  • Must be String

per_page
opcional

número de entradas por requisições

Validations:

  • Must be String


GET /api/smart_variables/:smart_variable_id/override_values/:id
Mostrar um valor subistituto para um especifico smart váriavel

GET /api/smart_class_parameters/:smart_class_parameter_id/override_values/:id
Mostrar um valor de substituição para uma classe smart especifica

Parâmentros

Nome parâmetro Descrição
smart_variable_id
opcional

Validations:

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

smart_class_parameter_id
opcional

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
requerido

Validations:

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


POST /api/smart_variables/:smart_variable_id/override_values
Criar um valor de substituição para uma variavel smart especifica

POST /api/smart_class_parameters/:smart_class_parameter_id/override_values
Criar um valor de substituição para um parâmetro especifico de smart class

Parâmentros

Nome parâmetro Descrição
smart_variable_id
opcional

Validations:

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

smart_class_parameter_id
opcional

Validations:

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

override_value
requerido

Validations:

  • Must be a Hash

override_value[match]
requerido

perfeita substituição

Validations:

  • Must be String

override_value[value]
opcional , nulo permitido

valor substutuido

Validations:

  • Must be String

override_value[use_puppet_default]
opcional , nulo permitido

Validations:

  • Must be 'true' or 'false' or '1' or '0'


PUT /api/smart_variables/:smart_variable_id/override_values/:id
Atualizar um valor substituto por uma váriavel smart especifica

PUT /api/smart_class_parameters/:smart_class_parameter_id/override_values/:id
Atualizar um valor especifico por uma classe smart de parametro específico

Parâmentros

Nome parâmetro Descrição
smart_variable_id
opcional

Validations:

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

smart_class_parameter_id
opcional

Validations:

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

override_value
requerido

Validations:

  • Must be a Hash

override_value[match]
opcional

perfeita substituição

Validations:

  • Must be String

override_value[value]
opcional , nulo permitido

valor substutuido

Validations:

  • Must be String

override_value[use_puppet_default]
opcional , nulo permitido

Validations:

  • Must be 'true' or 'false' or '1' or '0'


DELETE /api/smart_variables/:smart_variable_id/override_values/:id
Apagar uma sobreposição de valo para uma variável inteligente especifica

DELETE /api/smart_class_parameters/:smart_class_parameter_id/override_values/:id
Apagar uma sobreposição de valor para um parâmetro especifico de uma smart class

Parâmentros

Nome parâmetro Descrição
smart_variable_id
opcional

Validations:

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

smart_class_parameter_id
opcional

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
requerido

Validations:

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