ConstraintViolationResponse
{
"violationId": "string",
"vimId": "string",
"vimName": "string",
"policyName": "string",
"message": "string",
"resourceName": "string",
"tcaResourceId": "string",
"resourceKind": "string",
"resourceGroup": "string",
"resourceVersion": "string",
"resourceNamespace": "string",
"enforcementAction": "string",
"reportedTime": "string",
"isActive": false,
"opaViolationType": "string",
"tcaResourceType": "string"
}
Unique Identifier of constraint Violation
The subject VIM identifier.
The name of the k8s based Vim
The name of policy violated i.e constraint name
The detailed violation message
The name of the resource which has violation
The TCA ID of the resource which has violation
The kind of the resource which has violation
The Group of the resource which has violation
The ApiVersion of the resource which has violation
The namespace of the resource which has violation
The supported enforcementActions are [deny, dryrun, warn]
The report time of the violation
The violation status Active/inActive
The violation Type ADMISSION_TIME/AUDIT_TIME
The TCA resource type CNF/GITOPS/OTHERS