Retry failed container constraints

Required capabilities: DataModelsAcl:WRITE

Triggers a revalidation of the given failed container constraints. This will usually entail scanning through all the data in the container, so use this sparingly. There are strict limits as to how often a given constraint can be revalidated, and how many schema entities can be in a retrying state simultaneously.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
required

List of references to the constraints you want to retry.

required
Array of objects (ContainerSubObjectIdentifier) [ 1 .. 10 ] items
Responses
200

List of External id(s) for the affected items

400

The response for a failed request.

post/models/containers/constraints/retry
Request samples
application/json
{
  • "items": [
    • {
      }
    ]
}
Response samples
application/json
{
  • "items": [
    • {
      }
    ]
}