Container expiration access log entry

In addition to the fields listed under Expiration Access Log Entry, the Container Expiration Access Log Entry also contains these fields.

Table 1. Container Expiration Access log entry fields
Field name Type Required Description
container_id String yes Container UUID of the container associated with the object that was deleted.
container_name String yes Name of the container associated with the object that was deleted.
storage_account_id String yes Container owner's account ID.
storage_location_id String yes Storage location UUID for the corresponding container.

The following code is an example of a Container Expiration Access Log Entry operation:

{
  "container_id": "c8e002b8-6f0d-4a8d-a5c1-2f85e6819b25",
  "container_name": "container1",
  "storage_account_id": "a1181838-b486-3015-8818-74fff4545868",
  "storage_location_id": "00000000-0000-0001-0000-000000000001",
  "request_id": "0b8505fd-b331-4e46-835f-5da4534cfd7f",
  "request_type": "S3.EXPIRE.OBJECT",
  "expiration_date": "1970-01-01T00:00:00Z",
  "expiration_rule_id": "test-rule-id",
  "time_start": "15/Feb/2019:13:40:49 +0000",
  "timestamp_start": "1550238049374",
  "time_finish": "15/Feb/2019:13:40:49 +0000",
  "timestamp_finish": "1550238049471",
  "object_name": "FooObject",
  "last_modified": "2019-02-15T13:40:49Z",
  "object_length": "11",
  "type": "lifecycle",
  "format": 1
}