Gandi¶
Gandi SAS (Management and Allocation of Domain Names on the Internet) is a French company that provides domain name registration, web hosting and related services. Although Gandi offers hosting solutions, its registrar and security certificate provider activities are the most widely used. We therefore propose a connector that is more specifically oriented towards these two functions. Our Gandi connector allows you to gather important metrics regarding your domains and certificates. Options
- Name*: Just a simple label to find it easier in the SenHub's interface
- Description: Description for your own usage only.
- Vault*: Choose in the list box the appropriate vault for this resource. If you have not created it yet, see how to add a vault.
- Group: optional — assign this instance to a group to organise it within SenHub.
- Resource Type: You can choose between two types of monitored resources:
- Domain — Number of days until the end of the registry for every one of your domains.
- Certificate — Number of days until the end of validity for every one of your certificates.
Example output
Depending on the selected Resource Type, the connector returns one channel per domain (or per valid certificate), named after the domain/common name, with the number of days remaining until expiry:
{
"metrics": [
{ "channel": "example.com", "value": 245, "unit": "days" },
{ "channel": "example.net", "value": 512, "unit": "days" },
{ "channel": "example.org", "value": 90, "unit": "days" }
],
"message": "Metrics successfully retrieved.",
"status": "OK",
"date": 1725981405127
}
For the Certificate resource type, each channel is a certificate common name (only certificates in valid status are reported), with the days remaining until the certificate expires: