Examples

GET /katello/api/products/1073012828/repository_sets/content-123/available_repositories
200
{
  "total": 4,
  "subtotal": 4,
  "selectable": 4,
  "page": null,
  "per_page": null,
  "error": null,
  "search": null,
  "sort": {
    "by": null,
    "order": null
  },
  "results": [
    {
      "substitutions": {
        "releasever": null,
        "basearch": ""
      },
      "path": "/foobar/kickstart/"
    },
    {
      "substitutions": {
        "releasever": "8",
        "basearch": ""
      },
      "path": "/foobar/"
    },
    {
      "substitutions": {
        "releasever": "8.0",
        "basearch": ""
      },
      "path": "/foobar/kickstart/"
    },
    {
      "substitutions": {
        "releasever": "7.1",
        "basearch": ""
      },
      "path": "/foobar/kickstart/"
    }
  ]
}

Params

Param name Description
id
required

ID of the repository set

Validations:

  • Must be a number.

product_id
optional

ID of a product to list repository sets from

Validations:

  • Must be a number.

organization_id
optional

organization identifier

Validations:

  • Must be a number.