Skip to content

Get tenant runtime profiles

GET
/api/admin/tenants/{id}/runtime-profiles
Code sample: Shell / cURL
curl --request GET \
--url https://auth.example.com/api/admin/tenants/example/runtime-profiles \
--header 'Authorization: Bearer <token>'

Resolves tenant audit and residency profile references. D1 placement is returned by the tenant resource and is not exposed as a runtime profile.

id
required
string

Tenant runtime profile resolution response.

Media type application/json
object
tenant_id
string
registry_backend
string
refs
object
key
additional properties
effective
object
audit
object
key
additional properties
residency
object
key
additional properties
key
additional properties
key
additional properties
Example
{
"tenant_id": "acme",
"registry_backend": "kv",
"refs": {
"auditProfileId": "default-audit",
"residencyProfileId": "global",
"inherited": {
"audit": true,
"residency": true
}
},
"effective": {
"audit": {
"id": "default-audit",
"kind": "audit",
"label": "Default audit"
},
"residency": {
"id": "global",
"kind": "residency",
"label": "Global"
}
}
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}