GET /api/realms
List of realms

Parâmentros

Nome parâmetro Descrição
search
opcional

filtrar resultados


Value:

Must be String

order
opcional

ordenar resultados


Value:

Must be String

page
opcional

paginar resultados


Value:

Must be String

per_page
opcional

número de entradas por requisições


Value:

Must be String


GET /api/realms/:id
Show a realm

Parâmentros

Nome parâmetro Descrição
id
requerido

Numerical ID or realm name


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
Criar um realm

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

Parâmentros

Nome parâmetro Descrição
realm
requerido

Value:

Must be a Hash

realm[name]
requerido

The realm name, e.g. EXAMPLE.COM


Value:

Must be String

realm[realm_proxy_id]
requerido , nulo permitido

Proxy to use for this realm


Value:

Must be a number.

realm[realm_type]
requerido

Realm type, e.g. FreeIPA or Active Directory


Value:

Must be String


PUT /api/realms/:id
Update a realm

Parâmentros

Nome parâmetro Descrição
id
requerido

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
requerido

Value:

Must be a Hash

realm[name]
opcional

The realm name, e.g. EXAMPLE.COM


Value:

Must be String

realm[realm_proxy_id]
opcional , nulo permitido

Proxy to use for this realm


Value:

Must be a number.

realm[realm_type]
opcional

Realm type, e.g. FreeIPA or Active Directory


Value:

Must be String


DELETE /api/realms/:id
Apagar um realm

Parâmentros

Nome parâmetro Descrição
id
requerido

Value:

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