GET /api/smart_variables/:smart_variable_id/override_values
Liste des valeurs surchargées pour une smart variable

GET /api/smart_class_parameters/:smart_class_parameter_id/override_values
Liste des valeurs surchargées pour un paramètre smart class

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

paginer les resultats


Value: Must be String
per_page
Optional

nombre d’entier par requête


Value: Must be String

GET /api/smart_variables/:smart_variable_id/override_values/:id
Afficher une valeur surchargée pour une smart variable

GET /api/smart_class_parameters/:smart_class_parameter_id/override_values/:id
Afficher une valeur surchargée pour un paramètre smart class spécifique

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
Surcharger une valeur pour une variable d'une smart class spécifique

POST /api/smart_class_parameters/:smart_class_parameter_id/override_values
Surcharger une valeur pour un paramètre d'une smart class spécifique

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

Value: Must be String
override_value[value]
Required

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

Value: Must be 'true' or 'false'

PUT /api/smart_variables/:smart_variable_id/override_values/:id
Mise à jour d'une valeur surchargée pour une smart variable

PUT /api/smart_class_parameters/:smart_class_parameter_id/override_values/:id
Mise à jour d'une valeur surchargée pour un paramètre smart class

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

Value: Must be String
override_value[value]
Optional

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

Value: Must be 'true' or 'false'

DELETE /api/smart_variables/:smart_variable_id/override_values/:id
Supprimer une valeur surchargée pour une smart variable spécifique

DELETE /api/smart_class_parameters/:smart_class_parameter_id/override_values/:id
Supprimer une valeur surchargée pour un paramètre d'une smart class spécifique

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.