Skip to main content
Monitoring & Collection/Monitoring Misc

UpdateIsolationConfig

Update the tenant isolation configuration settings

PUT/api/v1/monitoring/isolation/config

Operation ID

UpdateIsolationConfig

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

application/json

Body Fields

  • enabled
    BooleanRequired

    Whether to enable tenant isolation enforcement

    Example: true

  • tenantLabelName
    StringRequired

    Label name for tenant identification

    Example: tenant_id

  • exemptTenants
    ListRequired

    Exempt tenants

    Example: item1,item2

  • auditMode
    BooleanRequired

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

    Example: false

  • blockOnViolation
    BooleanRequired

    Whether to block queries that violate isolation

    Example: true

Responses

200 OK
200 OK

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