Skip to content

Commit 962c42c

Browse files
authored
Add Offload activity log events (#23716)
<!--Delete sections as needed --> ## Description Adds the Offload activity log events to the activity-logs documentation. Adds all activity log actions to the audit-logs API spec. ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review --------- Signed-off-by: Nick Adcock <[email protected]>
1 parent 831fb59 commit 962c42c

File tree

2 files changed

+228
-20
lines changed

2 files changed

+228
-20
lines changed

content/manuals/admin/organization/activity-logs.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,10 @@ Refer to the following section for a list of events and their descriptions:
144144
| Billing Cycle Change Requested | Occurs when a user in your organization requests a change in the billing cycle. |
145145
| Plan Downgrade Cancellation Requested | Occurs when a user in your organization requests a cancellation of a scheduled plan downgrade. |
146146
| Seat Removal Cancellation Requested | Occurs when a user in your organization requests a cancellation of a scheduled seat removal. |
147+
148+
### Offload events
149+
150+
| Event | Description |
151+
|:------------------------------------------------------------------|:------------------------------------------------|
152+
| Offload Lease Start | Occurs when an Offload lease is started in your organization. |
153+
| Offload Lease End | Occurs when an Offload lease is ended in your organization. |

content/reference/api/hub/latest.yaml

Lines changed: 221 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -425,46 +425,247 @@ paths:
425425
response:
426426
value:
427427
actions:
428+
billing:
429+
actions:
430+
- name: plan.upgrade
431+
description: Occurs when your organization’s billing plan is upgraded to a higher tier plan.
432+
label: Plan Upgraded
433+
- name: plan.downgrade
434+
description: Occurs when your organization’s billing plan is downgraded to a lower tier plan.
435+
label: Plan Downgraded
436+
- name: plan.seat_add
437+
description: Occurs when a seat is added to your organization’s billing plan.
438+
label: Seat Added
439+
- name: plan.seat_remove
440+
description: Occurs when a seat is removed from your organization’s billing plan.
441+
label: Seat Removed
442+
- name: plan.cycle_change
443+
description: Occurs when there is a change in the recurring interval that your organization is charged.
444+
label: Billing Cycle Changed
445+
- name: plan.downgrade_cancel
446+
description: Occurs when a scheduled plan downgrade for your organization is canceled.
447+
label: Plan Downgrade Canceled
448+
- name: plan.seat_removal_cancel
449+
description: Occurs when a scheduled seat removal for an organization’s billing plan is canceled.
450+
label: Seat Removal Canceled
451+
- name: plan.upgrade.request
452+
description: Occurs when a user in your organization requests a plan upgrade.
453+
label: Plan Upgrade Requested
454+
- name: plan.downgrade.request
455+
description: Occurs when a user in your organization requests a plan downgrade.
456+
label: Plan Downgrade Requested
457+
- name: plan.seat_add.request
458+
description: Occurs when a user in your organization requests an increase in the number of seats.
459+
label: Seat Addition Requested
460+
- name: plan.seat_removal.request
461+
description: Occurs when a user in your organization requests a decrease in the number of seats.
462+
label: Seat Removal Requested
463+
- name: plan.cycle_change.request
464+
description: Occurs when a user in your organization requests a change in the billing cycle.
465+
label: Billing Cycle Change Requested
466+
- name: plan.downgrade_cancel.request
467+
description: Occurs when a user in your organization requests a cancellation of a scheduled plan downgrade.
468+
label: Plan Downgrade Cancellation Requested
469+
- name: plan.seat_removal_cancel.request
470+
description: Occurs when a user in your organization requests a cancellation of a scheduled seat removal.
471+
label: Seat Removal Cancellation Requested
472+
- name: plan.product_change
473+
description: Occurs when there is a change in the product that your organization subscribes to.
474+
label: Billing Product Changed
475+
label: Billing
476+
enterprise:
477+
actions:
478+
- name: setting.policy.create
479+
description: Details of adding an admin settings policy
480+
label: Policy created
481+
- name: setting.policy.update
482+
description: Details of updating an admin settings policy
483+
label: Policy updated
484+
- name: setting.policy.delete
485+
description: Details of deleting an admin settings policy
486+
label: Policy deleted
487+
- name: setting.policy.transfer
488+
description: Details of transferring an admin settings policy to another owner
489+
label: Policy transferred
490+
- name: sso.connection.create
491+
description: Details of creating a new org/company SSO connection
492+
label: Create SSO Connection
493+
- name: sso.connection.update
494+
description: Details of updating an existing org/company SSO connection
495+
label: Update SSO Connection
496+
- name: sso.connection.delete
497+
description: Details of deleting an existing org/company SSO connection
498+
label: Delete SSO Connection
499+
- name: sso.connection.enforcement_toggle
500+
description: Details of toggling enforcement on an existing org/company SSO connection
501+
label: Enforce SSO
502+
- name: sso.connection.scim_toggle
503+
description: Details of toggling SCIM on an existing org/company SSO connection
504+
label: Enforce SCIM
505+
- name: sso.connection.scim_token_refresh
506+
description: Details of a SCIM token refresh on an existing org/company SSO connection
507+
label: Refresh SCIM Token
508+
- name: sso.connection.connection_type_change
509+
description: Details of a connection type change on an existing org/company SSO connection
510+
label: Change SSO Connection Type
511+
- name: sso.connection.jit_toggle
512+
description: Details of a JIT toggle on an existing org/company SSO connection
513+
label: Toggle JIT provisioning
514+
label: Enterprise
515+
offload:
516+
actions:
517+
- name: lease.start
518+
description: Details of the started Offload lease.
519+
label: Offload lease start
520+
- name: lease.end
521+
description: Details of the ended Offload lease.
522+
label: Offload lease end
523+
label: Offload
524+
oidc:
525+
actions:
526+
- name: connection.create
527+
description: Details of creating an OIDC connection.
528+
label: OIDC connection created
529+
- name: connection.update
530+
description: Details of updating an OIDC connection.
531+
label: OIDC connection updated
532+
- name: connection.delete
533+
description: Details of deleting an OIDC connection.
534+
label: OIDC connection deleted
535+
label: OIDC
428536
org:
429537
actions:
538+
- name: create
539+
description: Activities related to the creation of a new organization
540+
label: Organization Created
541+
- name: member.add
542+
description: Details of the member added to your organization
543+
label: Organization Member Added
544+
- name: member.remove
545+
description: Details about the member removed from your organization
546+
label: Organization Member Removed
547+
- name: member.role.change
548+
description: Details about the role changed for a member in your organization
549+
label: Member Role Changed
550+
- name: member.invite.send
551+
description: Details of the member invited to your organization
552+
label: Org Member Invited
430553
- name: team.create
431-
description: contains team create events
432-
label: Team Created
554+
description: Activities related to the creation of a team
555+
label: Organization Created
556+
- name: team.update
557+
description: Activities related to the modification of a team
558+
label: Organization Deleted
433559
- name: team.delete
434-
description: contains team delete events
435-
label: Team Deleted
560+
description: Activities related to the deletion of a team
561+
label: Organization Deleted
436562
- name: team.member.add
437-
description: contains team member add events
563+
description: Details of the member added to your team
438564
label: Team Member Added
439565
- name: team.member.remove
440-
description: contains team member remove events
566+
description: Details of the member removed from your team
441567
label: Team Member Removed
442-
- name: team.member.invite
443-
description: contains team member invite events
444-
label: Team Member Invited
445-
- name: member.removed
446-
description: contains org member remove events
447-
label: Organization Member Removed
448-
- name: create
449-
description: contains organization create events
450-
label: Organization Created
568+
- name: domain.create
569+
description: Details of the single sign-on domain added to your organization
570+
label: Single Sign-On domain added
571+
- name: domain.verify
572+
description: Details of the single sign-on domain verified for your organization
573+
label: Single Sign-On domain verified
574+
- name: domain.delete
575+
description: Details of the single sign-on domain removed from your organization
576+
label: Single Sign-On domain deleted
577+
- name: domain.auto-provisioning.toggle
578+
description: Details of toggling the Auto-Provisioning feature on a domain on or off
579+
label: Organization Auto-Provisioning Toggled
580+
- name: settings.update
581+
description: Details related to the organization setting that was updated
582+
label: Organization Settings Updated
583+
- name: registry_access.enabled
584+
description: Activities related to enabling Registry Access Management
585+
label: Registry Access Management enabled
586+
- name: registry_access.disabled
587+
description: Activities related to disabling Registry Access Management
588+
label: Registry Access Management disabled
589+
- name: registry_access.registry_added
590+
description: Activities related to the addition of a registry
591+
label: Registry Access Management registry added
592+
- name: registry_access.registry_updated
593+
description: Details related to the registry that was updated
594+
label: Registry Access Management registry updated
595+
- name: registry_access.registry_removed
596+
description: Activities related to the removal of a registry
597+
label: Registry Access Management registry removed
598+
- name: access_token.create
599+
description: Access token created in organization
600+
label: Access token created
601+
- name: access_token.update
602+
description: Access token updated in organization
603+
label: Access token updated
604+
- name: access_token.delete
605+
description: Access token deleted in organization
606+
label: Access token deleted
607+
- name: customrole.create
608+
description: A custom role was created
609+
label: Custom role created
610+
- name: customrole.update
611+
description: An existing custom role was updated
612+
label: Custom role updated
613+
- name: customrole.delete
614+
description: A custom role was deleted
615+
label: Custom role deleted
616+
- name: securepolicyconfigure.create
617+
description: A secure policy configuration was created
618+
label: Secure Policy Configuration created
619+
- name: securepolicyconfigure.update
620+
description: A secure policy configuration was updated
621+
label: Secure Policy Configuration updated
622+
- name: securepolicyconfigure.delete
623+
description: A secure policy configuration was deleted
624+
label: Secure Policy Configuration deleted
625+
- name: securepolicyclient.create
626+
description: A secure policy client was created
627+
label: Secure Policy Client created
628+
- name: securepolicyclient.update
629+
description: A secure policy client was updated
630+
label: Secure Policy Client updated
631+
- name: securepolicyclient.delete
632+
description: A secure policy client was deleted
633+
label: Secure Policy Client deleted
634+
- name: securepolicyprofile.create
635+
description: A secure policy profile was created
636+
label: Secure Policy Profile created
637+
- name: securepolicyprofile.update
638+
description: A secure policy profile was updated
639+
label: Secure Policy Profile updated
640+
- name: securepolicyprofile.delete
641+
description: A secure policy profile was deleted
642+
label: Secure Policy Profile deleted
451643
label: Organization
452644
repo:
453645
actions:
454646
- name: create
455-
description: contains repository create events
647+
description: Activities related to the creation of a new repository
456648
label: Repository Created
649+
- name: update
650+
description: Activities related to the modification of a repository
651+
label: Repository Updated
457652
- name: delete
458-
description: contains repository delete events
653+
description: Activities related to the deletion of a repository
459654
label: Repository Deleted
460655
- name: change_privacy
461-
description: contains repository privacy change events
656+
description: Details related to the privacy policies that were updated
462657
label: Privacy Changed
658+
- name: category.updated
659+
description: Details related to updating a repository categories
660+
label: Categories updated
661+
- name: immutable.tags.updated
662+
description: Details related to updating tag immutability of a repository
663+
label: Tag immutability updated
463664
- name: tag.push
464-
description: contains image tag push events
665+
description: Activities related to the tags pushed
465666
label: Tag Pushed
466667
- name: tag.delete
467-
description: contains image tag delete events
668+
description: Activities related to the tags deleted
468669
label: Tag Deleted
469670
label: Repository
470671
"429":

0 commit comments

Comments
 (0)