Components

A BrazenCloud Action can contain many components, each of which deserve their own explanation.

We'll start with the file that tells the BrazenAgent how to initiate the Action:

Manifest

How parameters are defined for an Action:

Parameters

How parameters and other settings are passed to an Action when it is executed:

Settings

How to collect results from an Action:

Results

How to add metadata to your Action:

Repository

How to control the resource usage and apply some security controls to an Action:

Security

How to make an action a Service:

Execution

If you want to be able to receive data from a previous Action:

Pipeline

Output

All output (stdout, stderr) from an Action is captured and made available through the Portal.

Last updated