GET /katello/api/organizations/:organization_id/flatpak_remote_repositories
List flatpak remote repositories

GET /katello/api/flatpak_remotes/:flatpak_remote_id/flatpak_remote_repositories
List flatpak remote's repositories

Params

Param name Description
organization_id
optional

organization identifier

Validations:

  • Must be a number.

flatpak_remote_id
required

ID of flatpak remote to show repositories of

Validations:

  • Must be a number.

name
optional

Name of the flatpak remote repository

Validations:

  • String

label
optional

Label of the flatpak remote

Validations:

  • String

search
optional

Search string

Validations:

  • String

page
optional

Page number, starting at 1

Validations:

  • Must be a number.

per_page
optional

Number of results per page to return

Validations:

  • Must be a number.

order
optional

Sort field and order, eg. 'id DESC'

Validations:

  • String

full_result
optional

Whether or not to show all results

Validations:

  • Must be one of: true, false, 1, 0.

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

Search fields

Field name Type Possible values
flatpak_remote_id integer
label string
name string

GET /katello/api/flatpak_remote_repositories/:id
Show a flatpak remote repository

Params

Param name Description
id
required

Flatpak remote repository numeric identifier

Validations:

  • Must be a number.

manifests
optional

Include manifests

Validations:

  • Must be one of: true, false, 1, 0.


POST /katello/api/flatpak_remote_repositories/:id/mirror
Mirror a flatpak remote repository

Params

Param name Description
id
required

Flatpak remote repository numeric identifier

Validations:

  • Must be a number.

product_id
required

Product ID to mirror the remote repository to

Validations:

  • Must be a number.