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 , <span class="translation_missing" title="translation missing: ca.apipie.nil_allowed">Nil Allowed</span>

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