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
Endpoint
POST/api/v1/monitoring/isolation/audit
/api/v1/monitoring/isolation/audit
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.
