GET /katello/api/organizations
전체 조직 나열

Params

Param name Description
location_id
optional

위치 별 범위

Validations:

  • Integer

organization_id
optional

조직 별 범위

Validations:

  • Integer

search
optional

검색 문자열

Validations:

  • String

page
optional

1 부터 페이지 번호

Validations:

  • Must be a number.

per_page
optional

반환할 페이지 당 결과 수

Validations:

  • Must be a number.

order
optional

Sort field and order, eg. 'id DESC'

Validations:

  • String

full_result
optional

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

Validations:

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

sort
optional

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

Validations:

  • Hash

sort[by]
optional

결과를 정렬할 필드

Validations:

  • String

sort[order]
optional

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

Validations:

  • String


GET /katello/api/organizations/:id
조직 표시

Params

Param name Description
location_id
optional

위치 별 범위

Validations:

  • Integer

organization_id
optional

조직 별 범위

Validations:

  • Integer

id
required

조직 ID

Validations:

  • Must be a number.


POST /katello/api/organizations
조직 생성

Params

Param name Description
location_id
optional

위치 별 범위

Validations:

  • Integer

organization_id
optional

조직 별 범위

Validations:

  • Integer

name
required

이름

Validations:

  • String

label
optional

고유한 레이블

Validations:

  • String

description
optional

설명

Validations:

  • String

organization
required

Validations:

  • Hash

organization[name]
required

Validations:

  • String

organization[description]
optional , nil allowed

Validations:

  • String

organization[user_ids]
optional , nil allowed

사용자 ID

Validations:

  • Must be an array of any type

organization[smart_proxy_ids]
optional , nil allowed

스마트 프록시 ID

Validations:

  • Must be an array of any type

organization[compute_resource_ids]
optional , nil allowed

컴퓨터 리소스 ID

Validations:

  • Must be an array of any type

organization[medium_ids]
optional , nil allowed

Medium IDs

Validations:

  • Must be an array of any type

organization[config_template_ids]
optional , nil allowed

프로비저닝 템플릿 ID

Validations:

  • Must be an array of any type

organization[ptable_ids]
optional , nil allowed

파티션 템플릿 ID

Validations:

  • Must be an array of any type

organization[provisioning_template_ids]
optional , nil allowed

프로비저닝 템플릿 ID

Validations:

  • Must be an array of any type

organization[domain_ids]
optional , nil allowed

도메인 ID

Validations:

  • Must be an array of any type

organization[realm_ids]
optional , nil allowed

영역 ID

Validations:

  • Must be an array of any type

organization[hostgroup_ids]
optional , nil allowed

호스트 그룹 ID

Validations:

  • Must be an array of any type

organization[environment_ids]
optional , nil allowed

환경 ID

Validations:

  • Must be an array of any type

organization[subnet_ids]
optional , nil allowed

서브넷 ID

Validations:

  • Must be an array of any type

organization[label]
optional , nil allowed

Validations:

  • String


PUT /katello/api/organizations/:id
조직 업데이트

Params

Param name Description
location_id
optional

위치 별 범위

Validations:

  • Integer

organization_id
optional

조직 별 범위

Validations:

  • Integer

id
required

조직 ID

Validations:

  • Must be a number.

redhat_repository_url
optional

Red Hat CDN URL

Validations:

  • String

organization
required

Validations:

  • Hash

organization[name]
optional

Validations:

  • String

organization[description]
optional , nil allowed

Validations:

  • String

organization[user_ids]
optional , nil allowed

사용자 ID

Validations:

  • Must be an array of any type

organization[smart_proxy_ids]
optional , nil allowed

스마트 프록시 ID

Validations:

  • Must be an array of any type

organization[compute_resource_ids]
optional , nil allowed

컴퓨터 리소스 ID

Validations:

  • Must be an array of any type

organization[medium_ids]
optional , nil allowed

Medium IDs

Validations:

  • Must be an array of any type

organization[config_template_ids]
optional , nil allowed

프로비저닝 템플릿 ID

Validations:

  • Must be an array of any type

organization[ptable_ids]
optional , nil allowed

파티션 템플릿 ID

Validations:

  • Must be an array of any type

organization[provisioning_template_ids]
optional , nil allowed

프로비저닝 템플릿 ID

Validations:

  • Must be an array of any type

organization[domain_ids]
optional , nil allowed

도메인 ID

Validations:

  • Must be an array of any type

organization[realm_ids]
optional , nil allowed

영역 ID

Validations:

  • Must be an array of any type

organization[hostgroup_ids]
optional , nil allowed

호스트 그룹 ID

Validations:

  • Must be an array of any type

organization[environment_ids]
optional , nil allowed

환경 ID

Validations:

  • Must be an array of any type

organization[subnet_ids]
optional , nil allowed

서브넷 ID

Validations:

  • Must be an array of any type

organization[parent_id]
optional , nil allowed

부모 ID

Validations:

  • Must be a number.

organization[ignore_types]
optional , nil allowed

List of resources types that will be automatically associated

Validations:

  • Must be an array of any type


DELETE /katello/api/organizations/:id
조직 삭제

Params

Param name Description
location_id
optional

위치 별 범위

Validations:

  • Integer

organization_id
optional

조직 별 범위

Validations:

  • Integer

id
required

조직 ID

Validations:

  • Must be a number.


PUT /katello/api/organizations/:id/repo_discover
리포지터리 검색

Params

Param name Description
location_id
optional

위치 별 범위

Validations:

  • Integer

organization_id
optional

조직 별 범위

Validations:

  • Integer

id
required

조직 ID

Validations:

  • Must be a number.

url
optional

Base URL to perform repo discovery on

Validations:

  • String

content_type
optional

One of yum or docker

Validations:

  • String

upstream_username
optional

Username to access URL

Validations:

  • String

upstream_password
optional

Password to access URL

Validations:

  • String


PUT /katello/api/organizations/:label/cancel_repo_discover
리포지터리 검색 취소

Params

Param name Description
location_id
optional

위치 별 범위

Validations:

  • Integer

organization_id
optional

조직 별 범위

Validations:

  • Integer

label
optional

조직 레이블

Validations:

  • String

url
optional

리포지터리 검색을 실행하기 위한 기본 url

Validations:

  • String


GET /katello/api/organizations/:label/download_debug_certificate
디버그 인증서 다운로드

Params

Param name Description
location_id
optional

위치 별 범위

Validations:

  • Integer

organization_id
optional

조직 별 범위

Validations:

  • Integer

label
optional

조직 레이블

Validations:

  • String


GET /katello/api/organizations/:id/releases
List available releases in the organization

Params

Param name Description
location_id
optional

위치 별 범위

Validations:

  • Integer

organization_id
optional

조직 별 범위

Validations:

  • Integer

id
required

ID of the Organization

Validations:

  • String


POST /katello/api/organizations/:id/autoattach_subscriptions DEPRECATED
Auto-attach available subscriptions to all hosts within an organization. Asynchronous operation.

Params

Param name Description
location_id
optional

위치 별 범위

Validations:

  • Integer

organization_id
optional

조직 별 범위

Validations:

  • Integer


GET /katello/api/organizations/:id/redhat_provider
모두 나열 :resource_id

Params

Param name Description
location_id
optional

위치 별 범위

Validations:

  • Integer

organization_id
optional

조직 별 범위

Validations:

  • Integer