PUT /katello/api/consumers/:id/tracer
Update services requiring restart

Params

Param name Description
traces
required

Validations:

  • Hash


PUT /katello/api/systems/:id/enabled_repos
Update the information about enabled repositories

Used to keep the information about enabled repositories up to date. This information is then used for computing the errata available for the system.

Params

Param name Description
enabled_repos
required

Validations:

  • Hash

enabled_repos[repos]
required

Validations:

  • Must be an Array of nested elements

enabled_repos[repos][baseurl]
optional

List of enabled repo urls for the repo (Only first is used.)

Validations:

  • Must be an array of any type

id
required

UUID of the system

Validations:

  • String