Required capabilities:
DataModelsAcl:WRITE
Triggers a retry of the given failed container indexes. 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 index can be retried, and how many schema entities can be in a retrying state simultaneously.
List of references to the indexes you want to retry.
required | Array of objects (ContainerSubObjectIdentifier) [ 1 .. 10 ] items |
List of External id(s) for the affected items
The response for a failed request.
{- "items": [
- {
- "space": "string",
- "containerExternalId": "string",
- "identifier": "string"
}
]
}{- "items": [
- {
- "space": "string",
- "containerExternalId": "string",
- "identifier": "string"
}
]
}