Validate Relations Task
Iterates over the entire collection of relations for a single tenant, and for each relation it checks if valid start and end entities are present.
This task iterates over the entire collection of relations for a single tenant, and for each relation it checks if valid start and end entities are present. Optionally, broken (corrupted) relations can be deleted.
Stop and Pause are supported.
Requests
Tenant admin role is required:
POST {ApplicationURL}/api/{tenantId}/validateRelations
Parameter | Required | Description |
---|---|---|
tenantId
|
Yes | ID of the tenant to validate relations. |
deleteBroken
|
No | If this parameter is set to true , the broken
relations is deleted. Default is false . |
batchSize
|
No | Used to determine the number of the start/end entities of validated
relations that are looked up in a batch. Default is
100 . |