Skip to main content
Monitoring & Collection/Monitoring Misc
PUTMonitoringSince 1.0SynchronousAuth Required

UpdateIsolationConfig

Update the tenant isolation configuration settings

Execution Availability

Try It Out

Submit a mock request using the current auth context and example-driven inputs.

Request Inputs

Body Fields

  • enabledBooleanRequired

    Whether to enable tenant isolation enforcement

    Example: true

  • tenantLabelNameStringRequired

    Label name for tenant identification

    Example: tenant_id

  • exemptTenantsListRequired

    Exempt tenants

    Example: item1,item2

  • auditModeBooleanRequired

    Whether to run in audit-only mode (log without blocking)

    Example: false

  • blockOnViolationBooleanRequired

    Whether to block queries that violate isolation

    Example: true

Responses

200 OK

On success, this API returns an empty JSON object {}.

Endpoint

PUT/api/v1/monitoring/isolation/config

/api/v1/monitoring/isolation/config

Operation ID

UpdateIsolationConfig

Permalink

Request Example

curl -X PUT '{host}/api/v1/monitoring/isolation/config' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"enabled":true,"tenantLabelName":"tenant_id","exemptTenants":"item1,item2","auditMode":false,"blockOnViolation":true}'

Response Example

200
{}

Change History

This API has no change history records yet.

View all change history