README ¶ { "image": "direktiv/emc-delete-alert", "desc": "Delete an alert" } EMC Delete Alert Deletes an alert on EMC. Direktiv An example workflow that deletes an alert on EMC. id: delete-alert functions: - id: delete image: direktiv/emc-delete-alert:v1 description: "Delete the alert" states: - id: delete-alert-test type: action action: secrets: ["PASSWORD"] function: delete input: username": "admin" password": jq(.secrets.PASSWORD) id": "alert_48" Input input: username: "admin" password: jq(.secrets.PASSWORD) id: "alert_48" Output No output is returned upon success but the alert should now be cleared from the list. Error { "errorCode": "com.emc.delete-alert.%s.error", "errorMsg": "Something went wrong" } NOTE: '%s' will be replaced contextually with what error has been received. Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.