Vault expiration access log entry

Table 1. Vault Expiration Access log entry fields
Field name Type Required Description
vault_name String yes The name of the vault associated with the object being deleted.

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

{
  "vault_name": "vault-0",
  "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
}