POST /admin/compliance/tenants/self/readiness/{decision_id}
Returns compliance readiness report against a standard for the calling tenant
Compliance Management - Compliance Policy `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
Standard ID |
Referenced Schemas
dto.ErrorResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
400 |
|
|
message |
string |
No |
invalid request |
|
|
dto.ParameterGapItem
| Field | Type | Required | Example | Constraints | Description |
compliant |
boolean |
No |
False |
|
|
control_ref |
string |
No |
pci_8.6.3 |
|
|
current |
object |
No |
8 |
|
|
description |
string |
No |
Minimum password length (single-factor) |
|
|
operator |
string |
No |
gte |
|
|
parameter |
string |
No |
password_min_length_sfa |
|
|
required |
object |
No |
12 |
|
|
severity |
string |
No |
critical |
|
|
standard |
string |
No |
pci_dss_v4 |
|
|
dto.ReadinessReportResponse
| Field | Type | Required | Example | Constraints | Description |
compliance_rate |
number |
No |
77.8 |
|
|
failed_controls |
array of
See dto.ParameterGapItem |
No |
|
|
|
passed_controls |
integer |
No |
7 |
|
|
ready_for_audit |
boolean |
No |
False |
|
|
recommendations |
array of
string |
No |
|
|
|
standard_id |
string |
No |
pci_dss_v4 |
|
|
standard_name |
string |
No |
PCI DSS v4.0.1 |
|
|
total_controls |
integer |
No |
9 |
|
|