post /systemrule/sync/audit

Stability index

LOCKED.
This API is extremely reliable and will not be broken unless absolutely necessary.

Request body

auditparameters (required)
SyncAuditParameters

Return type

SyncAudit

Example data

Content-Type: application/json

{ "nodes" : { "key" : { "schemaPath" : "schemaPath", "name" : "name", "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91" } }, "schemaPath" : "schemaPath", "resources" : { "key" : { "schemaPath" : "schemaPath", "name" : "name", "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91" } }, "ruleApplication" : [ { "resourceID" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "errorAt" : 0, "allowed" : true, "schemaPath" : "schemaPath", "errorMessage" : "errorMessage", "ruleID" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "nodeID" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "evaluationState" : 6 }, { "resourceID" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "errorAt" : 0, "allowed" : true, "schemaPath" : "schemaPath", "errorMessage" : "errorMessage", "ruleID" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "nodeID" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "evaluationState" : 6 } ], "rules" : { "key" : { "schemaPath" : "schemaPath", "name" : "name", "disabled" : true, "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "actions" : 0 } } }

Responses

201
Created