Create a Task Forwarder
GAA Task Forwarder will receive the output of a Task and forward it to the specified destination. This can be used to send data to external systems, or to trigger other actions based on the output of a Task.
Path parameters
org_id
The unique identifier of the organization.
project_id
The unique identifier of the project.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
A descriptive name for the Task Forwarder.
description
Additional details about the Task Forwarder's purpose or configuration.
config
Configuration parameters for the Task Forwarder such as a destination
URL.
config_sensitive
Sensitive parameters for the Task Forwarder such as a signing_key
.
Response
Successfully created task forwarder
name
A descriptive name for the Task Forwarder.
id
The unique identifier of the Task Forwarder.
project_id
The Project that the Task Forwarder belongs to.
created
When the Task Forwarder was created.
modified
When the Task Forwarder was last updated.
description
Additional details about the Task Forwarder's purpose or configuration.
config
Configuration parameters for the Task Forwarder such as a destination
URL.
config_sensitive
Sensitive parameters for the Task Forwarder such as a signing_key
.