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

Params

Param Name Description
smart_variable_id
Optional

Value: 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

Value: 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


Value: Must be String
per_page
Optional

Anzahl der Einträge pro Anfrage


Value: 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

Params

Param Name Description
smart_variable_id
Optional

Value: 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

Value: 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

Value: 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

Params

Param Name Description
smart_variable_id
Optional

Value: 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

Value: 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
Required

Value: Must be a Hash
override_value[match]
Required

Übereinstimmung überschreiben


Value: Must be String
override_value[value]
Required

Wert überschreiben


Value: Must be String
override_value[use_puppet_default]
Optional , <span class="translation_missing" title="translation missing: de.apipie.nil_allowed">Nil Allowed</span>

Value: Must be 'true' or 'false'

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

Params

Param Name Description
smart_variable_id
Optional

Value: 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

Value: 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
Required

Value: Must be a Hash
override_value[match]
Optional

Übereinstimmung überschreiben


Value: Must be String
override_value[value]
Optional

Wert überschreiben


Value: Must be String
override_value[use_puppet_default]
Optional , <span class="translation_missing" title="translation missing: de.apipie.nil_allowed">Nil Allowed</span>

Value: Must be 'true' or 'false'

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

Params

Param Name Description
smart_variable_id
Optional

Value: 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

Value: 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

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