Updates the audit delete expiration for the specified bucket.
When a Centera C-Clip is deleted, a metadata record known as a "reflection" is left behind to audit the deletion of the C-Clip. By default, the reflections are retained indefinitely, but this continues to consume metadata space on ECS. Setting the bucket audit delete expiration will cause the reflections to get automatically deleted after the specified period.
Audit delete expiration values and their corresponding meaning:
If expiration is not set OR is set to -1 OR is set to -2, the reflections are retained infinitely.
If expiration is set to 0, the reflections will be deleted immediately and will not be retained.
bucketName | Name of the bucket for which audit delete expiration will be updated |
namespace | Namespace associated. If it is null, then current user's namespace is used. |
expiration | Bucket's audit delete expiration in seconds |
This call has no restrictions.
No Request Payload
Response indicating Success or Failure of the operation