Cloud Enterprise Object Storage REST API

Search (SHIFT+S)




Set Transformation Sources

POST /object/transformation/{transformationId}/transformationSources

Informs ECS which user profile to use for accessing the legacy bucket during the process of building an enumeration snapshot.

transformationIdTransformation ID of the transformation.

Required Roles

  • SYSTEM_ADMIN


Prerequisites

The following conditions must be met in order to call this operation.

  • Transformation must exist.


Request Payload

All parameters are required unless otherwise stated.

Field Description Type Notes
transformation_sources
source_ids List of transformation sources String 0-* Elements

Response Body

Transformation info.

Field Description Type Notes
transformation
transformation_id ID of this transformation URI
current_phase Optional. Current phase String
phases     0-* Elements
phase_id Optional. Phase id of transformation. Possible values: PreCheck, Enumeration, Indexing, Migration, Reconciliation, Deletion String
status Optional. Phase status. Possible values: Pending, InProgress, Succeeded, Failed, Canceled String
source_ids Optional. List of sources (profile and bucket mappings) for transformation String 0-* Elements
namespace Optional. Namespace for transformation. If namespace not provided by user, this namespace will be used by transformation during bucket creation. String
replication_group Optional. Replication group for transformation. If bucket not provided by user, this replication group will be used by transformation during bucket creation. String
name Optional. User provided name (not verified or unique) String
description Optional. User provided description. String
storageDeviceInfo Storage device info.
start_time Optional. Transformation start time. String
end_time Optional. Transformation end time. String
total_objects_for_migration Optional. Total objects discovered for migration. Long
total_objects_migrated Optional. Total objects migrated. Long
total_bytes_for_migration Optional. Total bytes discovered for migration. Long
total_bytes_migrated Optional. Total bytes migrated. Long
total_errors Optional. Total unrecovered errors occurred during migration. Long
total_mismatch_objects Optional. Total mismatches after reconciliation. Long
encryption_enabled Optional. Namespace encryption. Boolean