Examples

GET /katello/api/products/1073012828/repository_sets/content-123/available_repositories
200
{
  "total": 15,
  "subtotal": 15,
  "selectable": 15,
  "page": null,
  "per_page": null,
  "error": null,
  "search": null,
  "sort": {
    "by": null,
    "order": null
  },
  "results": [
    {
      "substitutions": {
        "releasever": null,
        "basearch": "x86_64"
      },
      "path": ""
    },
    {
      "substitutions": {
        "releasever": ".10",
        "basearch": "x86_64"
      },
      "path": ""
    },
    {
      "substitutions": {
        "releasever": "7Server",
        "basearch": "x86_64"
      },
      "path": ""
    },
    {
      "substitutions": {
        "releasever": "7.10",
        "basearch": "x86_64"
      },
      "path": ""
    },
    {
      "substitutions": {
        "releasever": "7.9",
        "basearch": "x86_64"
      },
      "path": ""
    },
    {
      "substitutions": {
        "releasever": "7.0",
        "basearch": "x86_64"
      },
      "path": ""
    },
    {
      "substitutions": {
        "releasever": "5.10",
        "basearch": "x86_64"
      },
      "path": ""
    },
    {
      "substitutions": {
        "releasever": "5.2",
        "basearch": "x86_64"
      },
      "path": ""
    },
    {
      "substitutions": {
        "releasever": "5.1",
        "basearch": "x86_64"
      },
      "path": ""
    },
    {
      "substitutions": {
        "releasever": "4.2",
        "basearch": "x86_64"
      },
      "path": ""
    },
    {
      "substitutions": {
        "releasever": "5Workstation",
        "basearch": "ia64"
      },
      "path": ""
    },
    {
      "substitutions": {
        "releasever": "5.10",
        "basearch": "ia64"
      },
      "path": ""
    },
    {
      "substitutions": {
        "releasever": "5.11",
        "basearch": "i386"
      },
      "path": ""
    },
    {
      "substitutions": {
        "releasever": "5.10",
        "basearch": "i386"
      },
      "path": ""
    },
    {
      "substitutions": {
        "releasever": "5.10",
        "basearch": ""
      },
      "path": ""
    }
  ]
}

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.