GET /api/realms
Lista de territórios

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

Parâmentros

Nome parâmetro Descrição
id
requerido

ID numérico ou nome de território


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

O Nome do Território ex: EXAMPLE.COM


Value:

Must be String

realm[realm_proxy_id]
requerido , nulo permitido

Proxy a usar para este território


Value:

Must be a number.

realm[realm_type]
requerido

Tipo de território, ex.: FreeIPA ou Diretório Ativo


Value:

Must be String


PUT /api/realms/:id
Atualize um território

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

O Nome do Território ex: EXAMPLE.COM


Value:

Must be String

realm[realm_proxy_id]
opcional , nulo permitido

Proxy a usar para este território


Value:

Must be a number.

realm[realm_type]
opcional

Tipo de território, ex.: FreeIPA ou Diretório Ativo


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.