PUT /api/realms/90728897
{
"realm": {
"name": "realm.new"
}
}
200
{
"name": "realm.new",
"realm_type": "FreeIPA",
"created_at": "2021-11-26 09:44:48 UTC",
"updated_at": "2021-11-26 09:44:50 UTC",
"id": 90728897,
"realm_proxy_id": 982965213,
"realm_proxy_name": "Realm Proxy",
"realm_proxy": {
"name": "Realm Proxy",
"id": 982965213,
"url": "http://else.where:1337"
},
"locations": [],
"organizations": []
}
| Param name | Description |
|---|---|
|
location_id optional |
Set the current location context for the request Validations:
|
|
organization_id optional |
Set the current organization context for the request Validations:
|
|
id required |
Validations:
|
|
realm required |
Validations:
|
|
realm[name] optional |
The realm name, e.g. EXAMPLE.COM Validations:
|
|
realm[realm_proxy_id] optional , nil allowed |
Proxy ID to use within this realm Validations:
|
|
realm[realm_type] optional |
Realm type, e.g. FreeIPA or Active Directory Validations:
|
|
realm[location_ids] optional , nil allowed |
REPLACE locations with given ids Validations:
|
|
realm[organization_ids] optional , nil allowed |
REPLACE organizations with given ids. Validations:
|