GET /api/smart_variables/:smart_variable_id/override_values
Liste der Überschreibungswerte für eine bestimmte Smart-Variable

GET /api/smart_class_parameters/:smart_class_parameter_id/override_values
Liste der Überschreibungswerte für einen bestimmten Smart-Klassenparameter

Parameter

Parametername Beschreibung
smart_variable_id
optional

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
optional

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
optional

Ergebnisse nummerieren

Validations:

  • Must be String

per_page
optional

Anzahl der Einträge pro Anfrage

Validations:

  • Must be String


GET /api/smart_variables/:smart_variable_id/override_values/:id
Überschreibungswert für eine bestimmte Smart-Variable anzeigen

GET /api/smart_class_parameters/:smart_class_parameter_id/override_values/:id
Überschreibungswert für einen bestimmten Smart-Klassenparameter anzeigen

Parameter

Parametername Beschreibung
smart_variable_id
optional

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
optional

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
verpflichtend

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
Überschreibungswert für eine bestimmte Smart-Variable erzeugen

POST /api/smart_class_parameters/:smart_class_parameter_id/override_values
Überschreibungswert für einen bestimmten Smart-Klassenparameter erzeugen

Parameter

Parametername Beschreibung
smart_variable_id
optional

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
optional

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
verpflichtend

Validations:

  • Must be a Hash

override_value[match]
verpflichtend

Übereinstimmung überschreiben

Validations:

  • Must be String

override_value[value]
verpflichtend

Wert überschreiben

Validations:

  • Must be String

override_value[use_puppet_default]
optional , nil erlaubt

Validations:

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


PUT /api/smart_variables/:smart_variable_id/override_values/:id
Überschreibungswert für eine bestimmte Smart-Variable aktualisieren

PUT /api/smart_class_parameters/:smart_class_parameter_id/override_values/:id
Überschreibungswert für einen bestimmten Smart-Klassenparameter aktualisieren

Parameter

Parametername Beschreibung
smart_variable_id
optional

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
optional

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
verpflichtend

Validations:

  • Must be a Hash

override_value[match]
optional

Übereinstimmung überschreiben

Validations:

  • Must be String

override_value[value]
optional

Wert überschreiben

Validations:

  • Must be String

override_value[use_puppet_default]
optional , nil erlaubt

Validations:

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


DELETE /api/smart_variables/:smart_variable_id/override_values/:id
Überschreibungswert für eine bestimmte Smart-Variable löschen

DELETE /api/smart_class_parameters/:smart_class_parameter_id/override_values/:id
Überschreibungswert für einen bestimmten Smart-Klassenparameter löschen

Parameter

Parametername Beschreibung
smart_variable_id
optional

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
optional

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
verpflichtend

Validations:

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