ECS enumerates objects in the Centera legacy storage using the Centera SDK Query API. The overall time frame of the objects stored in Centera is split into several shorter ones which are processed simultaneously by different ECS nodes. ECS keeps track of time ranges for which Centera SDK Query results were incomplete (error or abort as well) and fetches them through this call. Response contains a list of pairs indicating start and end of problematic time range. Number of entries in the response list is limited and token value is returned to fetch next portion of incomplete ranges.
transformationId | Transformation ID for which report will be retrieved. |
sourceId | |
token |
Requires one of the following roles:
SYSTEM_ADMIN
SYSTEM_MONITOR
The following conditions must be met in order to call this operation.
Transformation must exist.
Transformation enumeration must have ended.
Reply contains Centera incomplete results of enumeration. List of incomplete time ranges could be omitted in case a source were not enumerated entirely.
Field | Description | Type | Notes |
enumerationIncompleteResults | |||
transformation_id | ID of this transformation | URI | |
incomplete_ranges |
0-* Elements |
||
from | Start time of Centera incomplete enumeration range | Long | |
to | End time of Centera incomplete enumeration range | Long | |
source_id | Source ID for transformation incomplete enumeration | String | |
token | Token for retrieving next results of Centera incomplete enumeration | String |