GET /api/realms
Elenco di realm

Params

Param Name Description
search
Optional

filtra i risultati


Value:

Must be String

order
Optional

ordina risultati


Value:

Must be String

page
Optional

paginazione risultati


Value:

Must be String

per_page
Optional

numero di voci per richiesta


Value:

Must be String


GET /api/realms/:id
Mostra un realm

Params

Param Name Description
id
Required

ID numerico o nome del realm


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
Crea un realm

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

Nome del realm, es. EXAMPLE.COM


Value:

Must be String

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

Proxy da usare per questo realm


Value:

Must be a number.

realm[realm_type]
Required

Tipo di Realm, es FreeIPA o Active Directory


Value:

Must be String


PUT /api/realms/:id
Aggiorna un realm

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

Nome del realm, es. EXAMPLE.COM


Value:

Must be String

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

Proxy da usare per questo realm


Value:

Must be a number.

realm[realm_type]
Optional

Tipo di Realm, es FreeIPA o Active Directory


Value:

Must be String


DELETE /api/realms/:id
Cancella un realm

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.