GET /katello/api/systems DEPRECATED
List content hosts

POST /katello/api/systems/post_index DEPRECATED
List content hosts when you have a query string parameter that will cause a 414.

GET /katello/api/organizations/:organization_id/systems DEPRECATED
List content hosts in an organization

GET /katello/api/environments/:environment_id/systems DEPRECATED
List content hosts in environment

Params

Param name Description
name
optional

Filter content host by name

Validations:

  • String

pool_id
optional

Filter content host by subscribed pool

Validations:

  • String

uuid
optional

Filter content host by uuid

Validations:

  • String

organization_id
required

Specify the organization

Validations:

  • number.

environment_id
optional

Filter by environment

Validations:

  • String

content_view_id
optional

Filter by content view

Validations:

  • String

search
optional

Search string

Validations:

  • String

page
optional

Page number, starting at 1

Validations:

  • number.

per_page
optional

Number of results per page to return

Validations:

  • number.

order
optional

Sort field and order, eg. 'name DESC'

Validations:

  • String

full_results
optional

Whether or not to show all results

Validations:

  • boolean

sort
optional

Hash version of 'order' param

Validations:

  • Hash

sort[by]
optional

Field to sort the results on

Validations:

  • String

sort[order]
optional

How to order the sorted results (e.g. ASC for ascending)

Validations:

  • String


PUT /katello/api/systems/:id DEPRECATED
Update content host information

Params

Param name Description
id
required

UUID of the content host

Validations:

  • String

release_ver
optional

Release version of the content host

Validations:

  • String

service_level
optional , nil allowed

A service level for auto-healing process, e.g. SELF-SUPPORT

Validations:

  • String

environment_id
optional

Specify the environment

Validations:

  • String

content_view_id
optional

Specify the content view

Validations:

  • String

host_collection_ids
optional

Specify the host collections as an array

Validations:

  • Must be an array of any type


GET /katello/api/systems/:id DEPRECATED
Show a content host

Params

Param name Description
id
required

UUID of the content host

Validations:

  • String


GET /katello/api/systems/:id/releases DEPRECATED
Show releases available for the content host

A hint for choosing the right value for the releaseVer param

Params

Param name Description
id
required

UUID of the content host

Validations:

  • String