Skip to content

What is an Action?ΒΆ

Actions are the base unit of code used in CloudOps. Actions take inputs, complete a task, and output a result.

CloudOps comes with hundreds of Prebuilt Actions that are ready for immediate use.

Types of ActionsΒΆ

  • Connector Actions: Connector Actions interface with an external tool (for example AWS or Datadog), and performs an Action with that tooling.
  • Connector Actions are added by searching in the right navigation.
  • search for postgres actions
  • Glue Actions: Glue Actions are Python code used to manipulate and work with the data. Glue Actions are created from the "Add" button at the top of the RunBook.
  • Simplify a data output to a different format.
  • Chart results
  • Build interactive selections
  • Adding a Glue Action