Documentation
¶
Overview ¶
Package action -- generated by scloudgen !! DO NOT EDIT !!
Index ¶
- func CreateActionEmailAction(cmd *cobra.Command, args []string) error
- func CreateActionWebhookAction(cmd *cobra.Command, args []string) error
- func DeleteAction(cmd *cobra.Command, args []string) error
- func GetAction(cmd *cobra.Command, args []string) error
- func GetActionStatus(cmd *cobra.Command, args []string) error
- func GetActionStatusDetails(cmd *cobra.Command, args []string) error
- func GetPublicWebhookKeys(cmd *cobra.Command, args []string) error
- func ListActions(cmd *cobra.Command, args []string) error
- func TriggerAction(cmd *cobra.Command, args []string) error
- func TriggerActionOverride(actionName string, body model.TriggerEvent) (*model.TriggerResponse, error)
- func UpdateActionEmailActionMutable(cmd *cobra.Command, args []string) error
- func UpdateActionWebhookActionMutable(cmd *cobra.Command, args []string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateActionEmailAction ¶
CreateActionEmailAction Creates an action template.
func CreateActionWebhookAction ¶
CreateActionWebhookAction Creates an action template.
func DeleteAction ¶
DeleteAction Removes an action template.
func GetActionStatus ¶
GetActionStatus Returns the status of an action that was invoked. The status is available for 4 days after the last status change.
func GetActionStatusDetails ¶
GetActionStatusDetails Returns the status details of the invoked email action. The status is available for 4 days after the last status change.
func GetPublicWebhookKeys ¶
GetPublicWebhookKeys Returns an array of one or two webhook keys. The first key is active. The second key, if present, is expired.
func ListActions ¶
ListActions Returns the list of action templates.
func TriggerAction ¶
TriggerAction Invokes an action.
func TriggerActionOverride ¶
func TriggerActionOverride(actionName string, body model.TriggerEvent) (*model.TriggerResponse, error)
TriggerActionOverride
func UpdateActionEmailActionMutable ¶
UpdateActionEmailActionMutable Modifies an action template.
Types ¶
This section is empty.