Skip to content

Commit

Permalink
[INTPLAT-390] DDSaaS: Authorize.Net: Crawler integration without Asse…
Browse files Browse the repository at this point in the history
…ts (#18896)

* Authorize.Net crawler integration without assets

* Few naming convention changes
  • Loading branch information
avaid-crest authored Dec 16, 2024
1 parent 222f964 commit bba4a6e
Show file tree
Hide file tree
Showing 7 changed files with 101 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,12 @@ datadog_checks_base/datadog_checks/base/checks/windows/ @DataDog/wi
/wmi_check/manifest.json @DataDog/windows-agent @DataDog/agent-integrations @DataDog/documentation

# SaaS Integrations
/authorize_net/ @DataDog/saas-integrations
/authorize_net/*.md @DataDog/saas-integrations @DataDog/documentation
/authorize_net/manifest.json @DataDog/saas-integrations @DataDog/documentation
/authorize_net/metadata.csv @DataDog/saas-integrations @DataDog/documentation
/authorize_net/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend

/cisco_umbrella_dns/ @DataDog/saas-integrations
/cisco_umbrella_dns/*.md @DataDog/saas-integrations @DataDog/documentation
/cisco_umbrella_dns/manifest.json @DataDog/saas-integrations @DataDog/documentation
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/config/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ integration/asana:
- asana/**/*
integration/aspdotnet:
- aspdotnet/**/*
integration/authorize_net:
- authorize_net/**/*
integration/avi_vantage:
- avi_vantage/**/*
integration/aws_neuron:
Expand Down
7 changes: 7 additions & 0 deletions authorize_net/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# CHANGELOG - authorize.net

## 1.0.0 / 2024-10-23

***Added***:

* Initial Release
35 changes: 35 additions & 0 deletions authorize_net/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Authorize.Net

## Overview

Authorize.Net is a widely used payment gateway that allows businesses to accept secure payments through various channels, including online, mobile, and in-person transactions. Supporting a range of payment methods such as credit cards, e-checks, and digital wallets like Apple Pay and PayPal, it offers a versatile solution for merchants. The platform emphasizes security with features like encryption, tokenization, and PCI DSS compliance, while also providing advanced fraud detection tools

## Setup

### Configuration

!!! Add list of steps to set up this integration !!!

### Validation

!!! Add steps to validate integration is functioning as expected !!!

## Data Collected

### Logs

The Authorize.Net integration collects and forward settled transaction logs to Datadog.

### Metrics

The Authorize.Net integration collects and forward metrics to Datadog.

### Events

The Authorize.Net integration does not include any events.

## Troubleshooting

Need help? Contact [Datadog support][1].

[1]: https://docs.datadoghq.com/help/
1 change: 1 addition & 0 deletions authorize_net/assets/service_checks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
49 changes: 49 additions & 0 deletions authorize_net/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"manifest_version": "2.0.0",
"app_uuid": "a86b9a64-3785-471a-9563-a40e6f3fb86e",
"app_id": "authorize-net",
"display_on_public_website": false,
"tile": {
"overview": "README.md#Overview",
"configuration": "README.md#Setup",
"support": "README.md#Support",
"changelog": "CHANGELOG.md",
"description": "Gain insights into Settled and Unsettled Transactions of Authorize.Net",
"title": "Authorize.Net",
"media": [],
"classifier_tags": [
"Category::Log Collection",
"Category::Metrics",
"Submitted Data Type::Logs",
"Submitted Data Type::Metrics",
"Offering::Integration"
]
},
"assets": {
"integration": {
"auto_install": false,
"source_type_id": 28965663,
"source_type_name": "Authorize.Net",
"events": {
"creates_events": false
},
"metrics": {
"prefix": "authorize_net.",
"check": [],
"metadata_path": "metadata.csv"
},
"service_checks": {
"metadata_path": "assets/service_checks.json"
}
},
"logs": {
"source": "authorize_net"
}
},
"author": {
"support_email": "help@datadoghq.com",
"name": "Datadog",
"homepage": "https://www.datadoghq.com",
"sales_email": "info@datadoghq.com"
}
}
1 change: 1 addition & 0 deletions authorize_net/metadata.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
metric_name,metric_type,interval,unit_name,per_unit_name,description,orientation,integration,short_name,curated_metric,sample_tags

0 comments on commit bba4a6e

Please sign in to comment.