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

GetIsolationViolationLog

Retrieve the isolation violation log for a specific tenant

Execution Availability

Try It Out

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

Path Parameters

Request Inputs

Path Parameters

  • tenantIdStringRequired

    Tenant ID to retrieve violation log entries for

Responses

200 OK

On success, this API returns the following response structure.

  • itemsList

    Collection of result items

    Example: (nested array)

    • tenantIdString

      Tenant that committed the violation

      Example: tenant-002-abc

    • queryString

      Query that violated isolation policy

      Example: cpu_usage_percent{tenant_id="tenant-001"}

    • reasonString

      Reason the query was considered a violation

      Example: query targets a different tenant's data

    • detectedAtString

      Detected at

      Example: 2026-01-15T08:00:00Z

    • blockedBoolean

      Whether this violation was blocked or only logged

      Example: true

Endpoint

GET/api/v1/monitoring/isolation/violations/{tenantId}

/api/v1/monitoring/isolation/violations/{tenantId}

Operation ID

GetIsolationViolationLog

Permalink

Request Example

curl -X GET '{host}/api/v1/monitoring/isolation/violations/{tenantId}' -H 'Authorization: Bearer {token}'

Response Example

200
{
  "items": [
    {}
  ]
}

Change History

This API has no change history records yet.

View all change history