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/"
}
]
}
| Param name | Description |
|---|---|
|
id
required |
ID of the repository set Validations:
|
|
product_id
optional |
ID of a product to list repository sets from Validations:
|
|
organization_id
optional |
organization identifier Validations:
|