What actions are
An action is a request for an integration to do something outside its normal task loop. The extractor picks up pending actions, runs them, and reports the outcome to CDF. This lets you manage extractors remotely without network access to where they run.Triggering and tracking actions
You create an action against a specific integration, then poll or retrieve it to see whether it’s pending, running, completed, or failed. If an action is no longer needed, you can cancel it before the extractor picks it up.You can cancel an action only while it’s pending or running. After the extractor reports completion, the outcome is final.
Key operations
- Create: Request a remote action on an integration.
- List and retrieve: Check the status of actions by integration or by ID.
- Cancel: Stop a pending or running action before it completes.