Skip to content

Commit

Permalink
[SAASINT-3465] DDSaaS: GoDaddy: README changes (#18873)
Browse files Browse the repository at this point in the history
* updated setup section of readme

* updated readme as per review comments

* updated readme header level

* added minor changes in readme

* added minor changes
  • Loading branch information
DhruvaPatel-crest authored Dec 17, 2024
1 parent ac01180 commit 39654e3
Showing 1 changed file with 25 additions and 24 deletions.
49 changes: 25 additions & 24 deletions godaddy/README.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,39 @@
# GoDaddy

## Overview
GoDaddy is a web hosting and domain registration company that helps individuals and businesses establish their online presence. One of their key offerings is SSL certificate services. GoDaddy provides several types of SSL certificates, including Standard SSL for securing one site, Wildcard SSL for securing multiple subdomains, and advanced solutions for ecommerce sites requiring enhanced security.
[GoDaddy][5] is a web hosting and domain registration company that helps individuals and businesses establish their online presence. One of their key offerings is SSL certificate services. GoDaddy provides several types of SSL certificates, including Standard SSL for securing one site, Wildcard SSL for securing multiple subdomains, and advanced solutions for ecommerce sites requiring enhanced security.

The GoDaddy integration collects metrics from SSL certificates and their domains, directing them into Datadog for analysis. This integration provides data points such as the total number of certificates, issued certificates, expired certificates, revoked certificates, and domains associated with each certificate. It also includes specific metrics for certificates nearing expiration. All these metrics are accessible through out-of-the-box dashboards and monitors.

## Setup

### Get API credentials from GoDaddy
### Generate API credentials in GoDaddy

#### Find your GoDaddy API key and API secret
1. Navigate to the [GoDaddy Developer Portal][1].
2. Sign in with your GoDaddy account.
3. Select "API Keys".
4. Choose "Create New API Key".
5. Provide a name for your API.
6. Select "Production" under Environment.
7. Click "Next". Your API Key is now created.
8. Click on "Got It".

- Navigate to the [GoDaddy Developer Portal][1].
- Sign in with your GoDaddy account.
- Select "API Keys."
- Choose "Create New API Key."
- Provide a name for your API.
- Select "Production" under Environment.
- Click "Next." Your API Key is now created.
- Copy these credentials for the following configuration steps. Ensure they are stored securely and not exposed in public repositories or insecure locations.
- After storing your API Key and Secret, click on "Got It."
### Find your GoDaddy customer number

#### Find your GoDaddy customer number
1. Go to your GoDaddy [Login & PIN page][2]. You might be prompted to sign in.
2. Under **Login Info**, find your **Customer number** (also known as your **shopper ID**).

- Go to your GoDaddy [Login & PIN page][2]. You might be prompted to sign in.
Under **Login Info**, find your **Customer number** (also known as your **shopper ID**).
### Connect your GoDaddy Account to Datadog

### GoDaddy Datadog Integration Configuration
1. Add your API key, secret key and customer number

Configure the Datadog endpoint to forward GoDaddy metrics to Datadog.
| Parameters | Description |
| ---------------------------------------- | ------------------------------------------------------------ |
| GoDaddy API key | The API Key of your GoDaddy Account |
| GoDaddy secret key | The API Secret of your GoDaddy Account |
| GoDaddy customer number (or shopper ID) | The customer number(shopper ID) of your GoDaddy Account |

1. Navigate to `GoDaddy`.
2. Add your GoDaddy credentials.
- GoDaddy API key
- GoDaddy secret key
- GoDaddy customer number (or shopper ID)
2. Click the Save button to save your settings.

## Data Collected

Expand All @@ -44,7 +43,9 @@ The GoDaddy integration does not include any logs.

### Metrics

The GoDaddy integration collects and forwards Certificates and their Domains metrics to Datadog. See [metadata.csv][5] for a list of metrics provided by this integration.
The GoDaddy integration collects and forwards Certificates and their Domains metrics to Datadog.

{{< get-metrics-from-git "godaddy" >}}

### Events

Expand All @@ -58,4 +59,4 @@ For further assistance, contact [Datadog Support][4].
[2]: https://sso.godaddy.com/security
[3]: https://developer.godaddy.com/doc/
[4]: https://docs.datadoghq.com/help/
[5]: https://github.com/DataDog/integrations-core/blob/master/godaddy/metadata.csv
[5]: https://www.godaddy.com/en-in

0 comments on commit 39654e3

Please sign in to comment.