Datadog modules
- Topics:
- Workfront Fusion
In an Adobe Workfront Fusion scenario, you can automate workflows that use Datadog, as well as connect it to multiple third-party applications and services.
For instructions on creating a scenario, see the articles under Create scenarios: article index.
For information about modules, see the articles under Modules: article index.
Access requirements
You must have the following access to use the functionality in this article:
Current license requirement: No Workfront Fusion license requirement.
Or
Legacy license requirement: Workfront Fusion for Work Automation and Integration
Current product requirement: If you have the Select or Prime Adobe Workfront Plan, your organization must purchase Adobe Workfront Fusion as well as Adobe Workfront to use functionality described in this article. Workfront Fusion is included in the Ultimate Workfront plan.
Or
Legacy product requirement: Your organization must purchase Adobe Workfront Fusion as well as Adobe Workfront to use functionality described in this article.
To find out what plan, license type, or access you have, contact your Workfront administrator.
For information on Adobe Workfront Fusion licenses, see Adobe Workfront Fusion licenses.
Prerequisites
To use Datadog modules, you must have a Datadog account.
Datadog API information
The Datadog connector uses the following:
Connect Datadog to Workfront Fusion
Retrieve your API key and application key
To connect your Datadog account to Workfront Fusion you need to retrieve an API Key and an application key from your Datadog account.
- Log in to your Datadog account.
- In the left navigation panel, click Integrations, then click APIs.
- On the main screen, click API Keys.
- Hover over the purple bar to reveal the API key.
- Copy the API key to a secure location.
- On the main screen, click Application Keys.
- Hover over the purple bar to reveal the application key.
- Copy the application key to a secure location.
Create a connection to Datadog in Workfront Fusion
You can create a connection to your Datadog account directly from inside a Datadog module.
- In any Datadog module, click Add next to the Connection field.
- Fill the module’s fields as follows:
Enter your Datadog API key.
For instructions on retrieving the API key, see Retrieve your API key and application key in this article.
Enter your Datadog application key.
For instructions on retrieving the application key, see Retrieve your API key and application key in this article.
- Click Continue to create the connection and go back to the module.
Datadog modules and their fields
When you configure Datadog modules, Workfront Fusion displays the fields listed below. Along with these, additional Datadog fields might display, depending on factors such as your access level in the app or service. A bolded title in a module indicates a required field.
If you see the map button above a field or function, you can use it to set variables and functions for that field. For more information, see Map information from one module to another.
Actions
Post Timeseries Points
The module allows you to post time-series data that can be graphed on Datadog’s dashboards.
The limit for compressed payloads is 3.2 megabytes (3200000), and 62 megabytes (62914560) for decompressed payloads.
Add time series you want to submit to Datadog.
-
Metric
Enter the name of the timeseries.
-
Type
Select the type of the metric.
-
Interval
If the type of the metric is rate or count, define the corresponding interval.
-
Points
Add points relating to a metric.
This is a JSON array of points. Each point has the format:
[[POSIX_timestamp, numeric_value], ...]
Note:
The timestamp must be in seconds.
The timestamp must be current. Current is defined as not more than 10 minutes in the future or more than 1 hour in the past.
The numeric value format should be a float value.
This field must contain at least 1 item.
-
Host
Enter the name of the host that produced the metric.
Make an API Call
This action module allows you to perform a custom API call.
https://api.datadoghq.com/api/
. Example: /v1/org
.Add the headers of the request in the form of a standard JSON object.
For example, {"Content-type":"application/json"}
Workfront Fusion adds the authorization headers for you.
Add the query for the API call in the form of a standard JSON object.
For example: {"name":"something-urgent"}
Add the body content for the API call in the form of a standard JSON object.
Note:
When using conditional statements such as if
in your JSON, put the quotation marks outside of the conditional statement.
Example: The following API call returns the all dashboards in your Datadog account:
URL: /v1/dashboard
Method: GET
The result can be found in the module’s Output under Bundle > Body > dashboards.
In our example, 3 dashboards were returned: