GET /api/realms
范围列表

参数

参数名字 描述
search
选填

过滤结果


Value:

Must be String

order
选填

结果排序


Value:

Must be String

page
选填

页数


Value:

Must be String

per_page
选填

每个请求中的条目数


Value:

Must be String


GET /api/realms/:id
显示范围

参数

参数名字 描述
id
必填

数字 ID 或范围名称


Value:

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.

参数

参数名字 描述
realm
必填

Value:

Must be a Hash

realm[name]
必填

范围名称,例如:EXAMPLE.COM


Value:

Must be String

realm[realm_proxy_id]
必填 , 允许空值

这个范围中使用的代理服务器


Value:

Must be a number.

realm[realm_type]
必填

范围类型,例如:FreeIPA 或 Active Directory


Value:

Must be String


PUT /api/realms/:id
更新范围

参数

参数名字 描述
id
必填

Value:

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

realm
必填

Value:

Must be a Hash

realm[name]
选填

范围名称,例如:EXAMPLE.COM


Value:

Must be String

realm[realm_proxy_id]
选填 , 允许空值

这个范围中使用的代理服务器


Value:

Must be a number.

realm[realm_type]
选填

范围类型,例如:FreeIPA 或 Active Directory


Value:

Must be String


DELETE /api/realms/:id
删除范围

参数

参数名字 描述
id
必填

Value:

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