GET /api/realms
영역 목록

Params

Param Name Description
search
Optional

필터 결과

Validations:

  • Must be String

order
Optional

결과 정렬

Validations:

  • Must be String

page
Optional

페이지네이션 결과

Validations:

  • Must be String

per_page
Optional

요청 당 항목 수

Validations:

  • Must be String


GET /api/realms/:id
영역 표시

Params

Param Name Description
id
Required

숫자로된 ID 또는 영역 이름

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.


POST /api/realms
영역 생성

The name field is used for the name of the realm.

Params

Param Name Description
realm
Required

Validations:

  • Must be a Hash

realm[name]
Required

영역 이름 예: EXAMPLE.COM

Validations:

  • Must be String

realm[realm_proxy_id]
Required , <span class="translation_missing" title="translation missing: ko.apipie.nil_allowed">Nil Allowed</span>

이 영역에 사용할 프록시

Validations:

  • Must be a number.

realm[realm_type]
Required

영역 유형. 예: FreeIPA 또는 활성 디렉토리

Validations:

  • Must be String


PUT /api/realms/:id
영역 업데이트

Params

Param Name Description
id
Required

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

realm
Required

Validations:

  • Must be a Hash

realm[name]
Optional

영역 이름 예: EXAMPLE.COM

Validations:

  • Must be String

realm[realm_proxy_id]
Optional , <span class="translation_missing" title="translation missing: ko.apipie.nil_allowed">Nil Allowed</span>

이 영역에 사용할 프록시

Validations:

  • Must be a number.

realm[realm_type]
Optional

영역 유형. 예: FreeIPA 또는 활성 디렉토리

Validations:

  • Must be String


DELETE /api/realms/:id
영역 삭제

Params

Param Name Description
id
Required

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.