Dell Technologies ECS REST API

Search (SHIFT+S)




New in this release

Put Copy Policy

PUT /object/bucket/{bucketName}/copypolicy

Updates DM policy for the specified bucket.

bucketNameBucket name for which DM policy should be updated.

Query Parameters

accountNamespace for which DM policies should be updated.

Required Roles

Requires one of the following roles:

  • SYSTEM_ADMIN

  • NAMESPACE_ADMIN


Prerequisites

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

  • Bucket name should not be null or empty.

  • Bucket must exist.


Request Payload

All parameters are required unless otherwise stated.

Field Description Type Notes
bucket_copy_policy
paused Boolean
days_after_last_write Long
minimum_size Long
tag_filter String
backup_read_target Boolean
sse_s3_enabled Boolean
detailed_log_enabled Boolean
detailed_log_errors_only Boolean
detailed_log_bucket String
detailed_log_prefix String
external_certs String
target_access_key String
target_secret_key String

Response Body

Response indicating Success or Failure of the operation