This resource has been removed. To continue using it please install the Foreman Puppet plugin and use its API endpoints.


GET /api/smart_class_parameters/:smart_class_parameter_id/override_values DEPRECATED
List of override values for a specific smart class parameter

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer


GET /api/smart_class_parameters/:smart_class_parameter_id/override_values/:id DEPRECATED
Show an override value for a specific smart class parameter

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer


POST /api/smart_class_parameters/:smart_class_parameter_id/override_values DEPRECATED
Create an override value for a specific smart class parameter

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer


PUT /api/smart_class_parameters/:smart_class_parameter_id/override_values/:id DEPRECATED
Update an override value for a specific smart class parameter

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer


DELETE /api/smart_class_parameters/:smart_class_parameter_id/override_values/:id DEPRECATED
Delete an override value for a specific smart class parameter

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer