Skip to content

Commit 84906b2

Browse files
DorthuGitHub Enterprise
authored andcommitted
Merge pull request #17 from jottinger/eventactionenum
new: add Event.action enums and update description
2 parents ac3ae6f + b30c2af commit 84906b2

File tree

1 file changed

+59
-2
lines changed

1 file changed

+59
-2
lines changed

openapi.yaml

Lines changed: 59 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8732,8 +8732,65 @@ components:
87328732
x-linode-cli-display: 1
87338733
action:
87348734
type: string
8735-
readOnly: true
8736-
description: The action that caused this Event.
8735+
enum:
8736+
- backups_enable
8737+
- backups_cancel
8738+
- backups_restore
8739+
- community_question_reply
8740+
- credit_card_updated
8741+
- disk_create
8742+
- disk_delete
8743+
- disk_duplicate
8744+
- disk_imagize
8745+
- disk_resize
8746+
- dns_record_create
8747+
- dns_record_delete
8748+
- dns_zone_create
8749+
- dns_zone_delete
8750+
- image_delete
8751+
- linode_addip
8752+
- linode_boot
8753+
- linode_clone
8754+
- linode_create
8755+
- linode_delete
8756+
- linode_deleteip
8757+
- linode_migrate
8758+
- linode_mutate
8759+
- linode_reboot
8760+
- linode_rebuild
8761+
- linode_resize
8762+
- linode_shutdown
8763+
- linode_snapshot
8764+
- longviewclient_create
8765+
- longviewclient_delete
8766+
- managed_disabled
8767+
- managed_enabled
8768+
- managed_service_create
8769+
- managed_service_delete
8770+
- nodebalancer_create
8771+
- nodebalancer_delete
8772+
- nodebalancer_config_create
8773+
- nodebalancer_config_delete
8774+
- password_reset
8775+
- payment_submitted
8776+
- stackscript_create
8777+
- stackscript_delete
8778+
- stackscript_publicize
8779+
- stackscript_revise
8780+
- tfa_disabled
8781+
- tfa_enabled
8782+
- ticket_attachment_upload
8783+
- ticket_create
8784+
- ticket_reply
8785+
- volume_attach
8786+
- volume_clone
8787+
- volume_create
8788+
- volume_delete
8789+
- volume_detach
8790+
- volume_resize
8791+
readOnly: true
8792+
description: >
8793+
The action that caused this Event. New actions may be added in the future.
87378794
example: ticket_create
87388795
x-linode-cli-display: 3
87398796
created:

0 commit comments

Comments
 (0)