Examples

GET /katello/api/host_collections/992660475
200
{
  "host_ids": [
    980190962
  ],
  "name": "Simple Host Collection",
  "organization_id": 114267492,
  "max_hosts": null,
  "description": "The simplest of host collections.",
  "total_hosts": 1,
  "unlimited_hosts": true,
  "created_at": "2022-11-08 19:09:32 UTC",
  "updated_at": "2022-11-08 19:09:32 UTC",
  "id": 992660475,
  "permissions": {
    "deletable": true,
    "editable": true
  }
}

Params

Param name Description
id
required

Id of the host collection

Validations:

  • Must be a number.

organization_id
optional

organization identifier

Validations:

  • Must be a number.