GET /katello/api/ostree_branches
List ostree_branches

GET /katello/api/content_views/:content_view_id/filters/:filter_id/ostree_branches
List ostree_branches

GET /katello/api/content_view_filters/:content_view_filter_id/ostree_branches
List ostree_branches

GET /katello/api/repositories/:repository_id/ostree_branches
List ostree_branches

Params

Param Name Description
organization_id
Optional

조직 ID

Validations:

  • number.

content_view_version_id
Optional

컨텐츠 뷰 버전 ID

Validations:

  • string from 2 to 128 characters containing only alphanumeric characters, space, '_', '-' with no leading or trailing space..

content_view_filter_id
Optional

컨텐츠 뷰 필터 ID

Validations:

  • string from 2 to 128 characters containing only alphanumeric characters, space, '_', '-' with no leading or trailing space..

repository_id
Optional

리포지터리 Id

Validations:

  • number.

environment_id
Optional

환경 ID

Validations:

  • number.

ids
Optional

컨텐츠 필터링에 사용할 ID

Validations:

  • Must be an array of any type

search
Optional

검색 문자열

Validations:

  • String

page
Optional

1 부터 페이지 번호

Validations:

  • number.

per_page
Optional

반환할 페이지 당 결과 수

Validations:

  • number.

order
Optional

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

Validations:

  • String

full_results
Optional

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

Validations:

  • boolean

sort
Optional

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

Validations:

  • Hash

sort[by]
Optional

결과를 정렬할 필드

Validations:

  • String

sort[order]
Optional

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

Validations:

  • String


GET /katello/api/ostree_branches/:id
Show an ostree branch

GET /katello/api/repositories/:repository_id/ostree_branches/:id
Show an ostree branch

Params

Param Name Description
repository_id
Optional

리포지터리 Id

Validations:

  • number.

id
Required

an ostree branch 식별자

Validations:

  • String


GET /katello/api/compare
List ostree_branches

Params

Param Name Description
content_view_version_ids
Optional

비교할 컨텐츠 뷰 버전

Validations:

  • Must be an array of any type

repository_id
Optional

비교를 제한하기 위한 라이브러리 리포지터리 ID

Validations:

  • string from 2 to 128 characters containing only alphanumeric characters, space, '_', '-' with no leading or trailing space..