Dell Technologies ECS REST API

Search (SHIFT+S)




New in this release

Get Bucket Empty Task

GET /Path Style: http://ns1.emc.com/bucketname?empty-bucket-status

Retrieves the empty bucket operation status for the task associated with the bucket if it exists. If the bucket was successfully deleted the request will return an error indicating the bucket does not exist

URL Format

Path Style: http://ns1.emc.com/bucketname?empty-bucket-status


Response Body

EmptyBucketStatus or 404 if the bucket no longer exists or there is no empty-bucket-status availble for the bucket.

Field Description Type Notes
EmptyBucketStatus
Status status of the operation String
Created Timestamp when the operation was created Date Valid Values:
  •  Date in ISO 8601 format
LastUpdated Timestamp of the last time the operation status was updated Date Valid Values:
  •  Date in ISO 8601 format
EntriesDeleted Number of entries deleted Long
FailedToDeleteDueToRetention Number of entries unable to delete due to retention Long
FailedToDeleteDueToPermission Number of entries failed to delete due to permission Long
FailedToDeleteDueToOther Number of entries failed to delete due to other reasons Long
Message optional additional information about the status String