Digital Guardian is an American data loss prevention software company that offers products to detect and prevent malicious actions by users and malware on endpoints. Its software is designed for both individual users and corporate networks, servers, databases, and the cloud.
First, get Digital Guardian credentials
You will need to have the following (found in your DGMC environment by navigating "System" -> "Configuration" -> "Cloud Services" from the DGMC menu.
Access Gateway Base URL
Authorization Server URL
API Access ID
API Access Secret
Lastly, create a Digital Guardian resource and credential in Tines
You will need to create:
One resource: "Digital Guardian URL"
One HTTP request type credential: "Digital Guardian"
Resource
Login to your Tines tenant
Navigate to the team that will be using the API and click "Resource"
Click "+ New Resource"
Input the values for the Digital Guardian resource
Name: Digital Guardian URL
Description: Optional
Builder: Your "Access Gateway Base URL"
Optional
Access: What other teams can also use the resource
Click "Save resource"
HTTP request type
Navigate to the team that will be using the API and click "Credential"
Click "+ New Credential" and select "HTTP Request"
Input the values for the Digital Guardian credential
Name: Digital Guardian
Description: Optional
URL: Your "Authorization Server URL, i.e.
https://authsrv.msp.digitalguardian.com/as/token.oauth2
.Content Type: Form
Method: post
Payload: Replace
<<api_access_id>>
with your "API Access ID"
{
"client_id": "<<api_access_id>>,"
"client_secret": "<<secret>>",
"grant_type": "client_credentials",
"scope": "client"
}Secret: Your "API Access Secret"
Click "Save"
Click "Run request" and double-click on the
access_token
key to copy the path.Location of token from response: Paste the path to the token in the value pill,
digital_guardian.body.access_token
Optional
Domains: Ensure this credential can only be used when making HTTP requests to specific domains
Access: What other teams can also use the API
Click "Save"
Your credential should look like the following:
For more on creating credentials in Tines, click here.
You can find a selection of Digital Guardian stories in the story library.