Skip to content

Commit

Permalink
List of possible events type (#846)
Browse files Browse the repository at this point in the history
Co-authored-by: Rahul Bhardwaj <rahulbhardwaj@digitalocean.com>
  • Loading branch information
bhardwajRahul and Rahul Bhardwaj authored Nov 30, 2023
1 parent 25b90cb commit e3fe224
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions specification/resources/databases/models/events_logs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ properties:
example: 'sample_cluster'
event_type:
type: string
enum:
- cluster_maintenance_perform
- cluster_master_promotion
- cluster_create
- cluster_update
- cluster_delete
- cluster_poweron
- cluster_poweroff
description: Type of the event.
example: 'cluster_create'
create_time:
Expand Down

0 comments on commit e3fe224

Please sign in to comment.