GET /api/realms
Lista de sectores

Params

Param Name Description
search
Optional

filtrar resultados


Value: Must be String
order
Optional

ordenar resultados


Value: Must be String
page
Optional

paginar resultados


Value: Must be String
per_page
Optional

número de entradas por petición


Value: Must be String

GET /api/realms/:id
Mostrar un sector

Params

Param Name Description
id
Required

ID numérico o nombre del sector


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
Crear un sector

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

Params

Param Name Description
realm
Required

Value: Must be a Hash
realm[name]
Required

Nombre de sector, p. ej. EXAMPLE.COM


Value: Must be String
realm[realm_proxy_id]
Required , <span class="translation_missing" title="translation missing: es.apipie.nil_allowed">Nil Allowed</span>

Proxy a usar en este sector


Value: Must be a number.
realm[realm_type]
Required

Tipo de sector, p.ej. FreeIPA o Active Directory


Value: Must be String

PUT /api/realms/:id
Actualizar un sector

Params

Param Name Description
id
Required

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
Required

Value: Must be a Hash
realm[name]
Optional

Nombre de sector, p. ej. EXAMPLE.COM


Value: Must be String
realm[realm_proxy_id]
Optional , <span class="translation_missing" title="translation missing: es.apipie.nil_allowed">Nil Allowed</span>

Proxy a usar en este sector


Value: Must be a number.
realm[realm_type]
Optional

Tipo de sector, p.ej. FreeIPA o Active Directory


Value: Must be String

DELETE /api/realms/:id
Borrar un sector

Params

Param Name Description
id
Required

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