GET /katello/api/repositories
활성화된 리포지터리 목록

GET /katello/api/content_views/:id/repositories
컨텐츠 뷰의 리포지터리 목록

GET /katello/api/organizations/:organization_id/repositories
List of repositories in an organization

GET /katello/api/organizations/:organization_id/environments/:environment_id/repositories
List repositories in the environment

GET /katello/api/products/:product_id/repositories
List of repositories for a product

GET /katello/api/environments/:environment_id/products/:product_id/repositories
List of repositories belonging to a product in an environment

Params

Param name Description
organization_id
optional

리포지터리에 표시할 조직 ID

Validations:

  • number.

product_id
optional

리포지터리에 표시할 제품 ID

Validations:

  • number.

environment_id
optional

리포지터리에 표시할 환경 ID

Validations:

  • number.

content_view_id
optional

리포지터리에 표시할 컨텐츠 뷰 ID

Validations:

  • number.

content_view_version_id
optional

리포지터리를 표시한 컨텐츠 뷰 버전 ID

Validations:

  • number.

deb_id
optional

Id of a deb package to find repositories that contain the deb

Validations:

  • String

erratum_id
optional

Id of an erratum to find repositories that contain the erratum

Validations:

  • String

rpm_id
optional

Id of a rpm package to find repositories that contain the rpm

Validations:

  • String

ostree_branch_id
optional

Id of an ostree branch to find repositories that contain that branch

Validations:

  • String

library
optional

라이브러리 및 기본값 컨텐츠 뷰에서 리포지터리 표시

Validations:

  • boolean

content_type
optional

limit to only repositories of this type

Validations:

  • Must be one of: docker, ostree, yum, puppet, file, deb.

name
optional

리포지터리 이름

Validations:

  • String

available_for
optional

interpret specified object to return only Repositories that can be associated with specified object. Only 'content_view' is supported.

Validations:

  • String

search
optional

검색 문자열

Validations:

  • String

page
optional

1 부터 페이지 번호

Validations:

  • number.

per_page
optional

반환할 페이지 당 결과 수

Validations:

  • number.

order
optional

필드 및 순서 정렬. 예: 'name DESC'

Validations:

  • String

full_result
optional

모든 결과를 표시할 지에 대한 여부

Validations:

  • boolean

sort
optional

'order' 매개 변수의 해시 버전

Validations:

  • Hash

sort[by]
optional

결과를 정렬할 필드

Validations:

  • String

sort[order]
optional

정렬된 결고를 정렬하는 방법 (예: 오름차순의 ASC)

Validations:

  • String


POST /katello/api/repositories
사용자 정의 리포지터리 생성

Params

Param name Description
name
required

Validations:

  • String

label
optional

Validations:

  • String

product_id
required

리포지터리가 속한 제품

Validations:

  • number.

content_type
required

type of repo (either 'yum', 'deb', 'puppet', 'docker', or 'ostree')

Validations:

  • Must be one of: docker, ostree, yum, puppet, file, deb.

url
optional

리포지터리 소스 Url

Validations:

  • String

gpg_key_id
optional

새 리포지터리에 할당할 GPG 키 ID

Validations:

  • number.

unprotected
optional

리포지터리가 HTTP를 통해 공개할 수 있는 경우 true

Validations:

  • boolean

checksum_type
optional

checksum of the repository, currently 'sha1' & 'sha256' are supported.

Validations:

  • String

docker_upstream_name
optional

업스트림 Docker 리포지터리 이름

Validations:

  • String

download_policy
optional

download policy for yum repos (either 'immediate', 'on_demand', or 'background')

Validations:

  • Must be one of: immediate, on_demand, background.

mirror_on_sync
optional

true if this repository when synced has to be mirrored from the source and stale rpms removed.

Validations:

  • boolean

verify_ssl_on_sync
optional

if true, Katello will verify the upstream url's SSL certifcates are signed by a trusted CA.

Validations:

  • boolean

upstream_username
optional

Username of the upstream repository user used for authentication

Validations:

  • String

upstream_password
optional

Password of the upstream repository user used for authentication

Validations:

  • String

ostree_upstream_sync_policy
optional

policies for syncing upstream ostree repositories.

Validations:

  • Must be one of: latest, all, custom.

ostree_upstream_sync_depth
optional

if a custom sync policy is chosen for ostree repositories then a 'depth' value must be provided.

Validations:

  • number.

deb_releases
optional

comma separated list of releases to be synched from deb-archive

Validations:

  • String

deb_components
optional

comma separated list of repo components to be synched from deb-archive

Validations:

  • String

deb_architectures
optional

comma separated list of architectures to be synched from deb-archive

Validations:

  • String

ignore_global_proxy
optional

if true, will ignore the globally configured proxy when syncing.

Validations:

  • boolean


GET /katello/api/repositories/repository_types
Show the available repository types

Params

Param name Description
creatable
optional

When set to 'True' repository types that are creatable will be returned

Validations:

  • boolean


PUT /katello/api/repositories/:id/republish
Forces a republish of the specified repository, regenerating metadata and symlinks on the filesystem.

Params

Param name Description
id
required

Repository identifier

Validations:

  • number.


GET /katello/api/repositories/:id
Show a repository

Params

Param name Description
id
required

리포지터리 ID

Validations:

  • number.


POST /katello/api/repositories/:id/sync
리포지터리 동기화

Params

Param name Description
id
required

리포지터리 ID

Validations:

  • number.

source_url
optional

temporarily override feed URL for sync

Validations:

  • String

incremental
optional

perform an incremental import

Validations:

  • boolean

skip_metadata_check
optional

Force sync even if no upstream changes are detected. Only used with yum repositories.

Validations:

  • boolean

validate_contents
optional

Force a sync and validate the checksums of all content. Only used with yum repositories.

Validations:

  • boolean


POST /katello/api/repositories/:id/export
Export a repository

Params

Param name Description
id
required

Repository identifier

Validations:

  • number.

export_to_iso
optional

Export to ISO format

Validations:

  • boolean

iso_mb_size
optional

maximum size of each ISO in MB

Validations:

  • number.

since
optional

Optional date of last export (ex: 2010-01-01T12:00:00Z)

Validations:

  • Date


PUT /katello/api/repositories/:id
리포지터리 업데이트

Params

Param name Description
id
required

리포지터리 ID

Validations:

  • number.

name
optional

Validations:

  • String

url
optional

리포지터리 소스 Url

Validations:

  • String

gpg_key_id
optional

새 리포지터리에 할당할 GPG 키 ID

Validations:

  • number.

unprotected
optional

리포지터리가 HTTP를 통해 공개할 수 있는 경우 true

Validations:

  • boolean

checksum_type
optional

checksum of the repository, currently 'sha1' & 'sha256' are supported.

Validations:

  • String

docker_upstream_name
optional

업스트림 Docker 리포지터리 이름

Validations:

  • String

download_policy
optional

download policy for yum repos (either 'immediate', 'on_demand', or 'background')

Validations:

  • Must be one of: immediate, on_demand, background.

mirror_on_sync
optional

true if this repository when synced has to be mirrored from the source and stale rpms removed.

Validations:

  • boolean

verify_ssl_on_sync
optional

if true, Katello will verify the upstream url's SSL certifcates are signed by a trusted CA.

Validations:

  • boolean

upstream_username
optional

Username of the upstream repository user used for authentication

Validations:

  • String

upstream_password
optional

Password of the upstream repository user used for authentication

Validations:

  • String

ostree_upstream_sync_policy
optional

policies for syncing upstream ostree repositories.

Validations:

  • Must be one of: latest, all, custom.

ostree_upstream_sync_depth
optional

if a custom sync policy is chosen for ostree repositories then a 'depth' value must be provided.

Validations:

  • number.

deb_releases
optional

comma separated list of releases to be synched from deb-archive

Validations:

  • String

deb_components
optional

comma separated list of repo components to be synched from deb-archive

Validations:

  • String

deb_architectures
optional

comma separated list of architectures to be synched from deb-archive

Validations:

  • String

ignore_global_proxy
optional

if true, will ignore the globally configured proxy when syncing.

Validations:

  • boolean


DELETE /katello/api/repositories/:id
사용자 정의 리포지터리 삭제

Params

Param name Description
id
required

Validations:

  • number.


POST /katello/api/repositories/sync_complete

URL for post sync notification from pulp

Params

Param name Description
token
required

공유된 비밀 토큰

Validations:

  • String

payload
required

Validations:

  • Hash

payload[repo_id]
required

Validations:

  • String

call_report
required

Validations:

  • Hash

call_report[task_id]
required

Validations:

  • String


PUT /katello/api/repositories/:id/remove_packages

PUT /katello/api/repositories/:id/remove_docker_manifests

PUT /katello/api/repositories/:id/remove_puppet_modules

PUT /katello/api/repositories/:id/remove_content

Remove content from a repository

Params

Param name Description
id
required

리포지터리 ID

Validations:

  • number.

ids
required

Array of content ids to remove

Validations:

  • Must be an array of any type

sync_capsule
optional

Whether or not to sync an external capsule after upload. Default: true

Validations:

  • boolean


POST /katello/api/repositories/:id/upload_content
컨텐츠를 리포지터리에 업로드

Params

Param name Description
id
required

리포지터리 ID

Validations:

  • number.

content
required

업로드할 컨텐츠 파일입니다. 단일 파일 또는 파일 어레이를 지정할 수 있습니다.

Validations:

  • File


PUT /katello/api/repositories/:id/import_uploads
리포지터리에 업로드 가져오기

Params

Param name Description
id
required

리포지터리 ID

Validations:

  • number.

upload_ids
optional

가져올 업로드 ID의 어레이

Validations:

  • Must be an array of any type

async
optional

Do not wait for the ImportUpload action to finish. Default: false

Validations:

  • boolean

publish_repository
optional

Whether or not to regenerate the repository on disk. Default: true

Validations:

  • boolean

sync_capsule
optional

Whether or not to sync an external capsule after upload. Default: true

Validations:

  • boolean

uploads
optional

Array of uploads to import

Validations:

  • Must be an Array of nested elements

uploads[id]
required

Validations:

  • String

uploads[size]
optional

Validations:

  • String

uploads[checksum]
optional

Validations:

  • String

uploads[name]
optional

Needs to only be set for file repositories

Validations:

  • String


GET /katello/api/repositories/:id/gpg_key_content
yum에 직접 사용되는 리포지터리 gpg 키의 컨텐츠를 반환

Params

Param name Description
id
required

Validations:

  • number.