You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/adminguide/virtual_machines.rst
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1087,6 +1087,20 @@ To disable lease using API:
1087
1087
.. note:: When the feature is disabled, the lease associated with instances is cancelled. Re-enabling the feature will not automatically reapply the lease to previously grandfathered instances.
1088
1088
1089
1089
1090
+
**Instance Lease Events**
1091
+
1092
+
Lease feature generates various events to help in auditing and monitoring:
1093
+
1094
+
=================== ========================
1095
+
Event Type Description
1096
+
=================== ========================
1097
+
VM.LEASE.EXPIRED Event is generated at lease expiry
1098
+
VM.LEASE.DISABLED Denotes if lease is disabled by user/admin
1099
+
VM.LEASE.CANCELLED When lease is cancelled (feature gets disabled)
1100
+
VM.LEASE.EXPIRING Expiry intimation event for instance
0 commit comments