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

RunIsolationAudit

Run a full isolation audit to detect cross-tenant data access violations

Execution Availability

Try It Out

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

Request Inputs

This API requires no request parameters.

Responses

200 OK

On success, this API returns the following response structure.

  • totalCheckedInteger

    Total number of queries checked during audit

    Example: 200

  • violationsFoundInteger

    Number of violations discovered during audit

    Example: 3

  • tenantsAuditedInteger

    Number of tenants included in the audit

    Example: 15

  • cleanTenantsInteger

    Number of tenants with no violations

    Example: 12

Endpoint

POST/api/v1/monitoring/isolation/audit

/api/v1/monitoring/isolation/audit

Operation ID

RunIsolationAudit

Permalink

Request Example

curl -X POST '{host}/api/v1/monitoring/isolation/audit' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{}'

Response Example

200
{
  "totalChecked": 200,
  "violationsFound": 3,
  "tenantsAudited": 15,
  "cleanTenants": 12
}

Change History

This API has no change history records yet.

View all change history