Skip to content

Commit 8786bbd

Browse files
offload: update activity log
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
1 parent 335b4b4 commit 8786bbd

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

content/manuals/admin/activity-logs.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@ Refer to the following section for a list of events and their descriptions:
148148

149149
### Offload events
150150

151+
> [!NOTE]
152+
>
153+
> Event descriptions show the Docker username of the actor and details about the lease.
154+
151155
| Event | Description |
152156
|:------------------------------------------------------------------|:------------------------------------------------|
153157
| Offload Lease Start | Occurs when an Offload lease is started in your organization. |

content/reference/api/hub/latest.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,19 @@ paths:
729729
timestamp: "2021-02-19T01:34:35Z"
730730
action_description: |
731731
pushed the tag latest with the digest sha256:c1ae9c435032a to the repository docker/example
732+
- account: docker
733+
action: offload.lease.end
734+
name: docker
735+
actor: docker
736+
data:
737+
lease_id: l_3EgPuRCjtUqT279CFPOQWcO8zOf
738+
resource_type: run_4cpu_8mem
739+
started_at: "2026-06-04T18:24:21Z"
740+
updated_at: "2026-06-04T18:36:43Z"
741+
org_id: b908ca6e-b9a9-4a53-a9a5-6bec96f72432
742+
user_id: ecae6747-e42c-43cb-925d-cfce1ab32b02
743+
timestamp: "2026-06-04T18:36:43Z"
744+
action_description: "offload lease 'l_3EgPuRCjtUqT279CFPOQWcO8zOf' ended, ran for '12m22s'"
732745
"429":
733746
description: ""
734747
content:

0 commit comments

Comments
 (0)