Notice
In DigiCert® DNS, managed domains (as seen in the UI) are referred to as primary domains in the documentation. Both terms refer to the same concept.
A comprehensive feature that enables users to configure, customize, and manage both primary and secondary domains with advanced settings control.
DigiCert® DNS provides a centralized interface for configuring and customizing primary and secondary domains to ensure optimal performance and reliability. By streamlining domain management, users can reduce administrative complexity, enhance operational efficiency, and improve domain resilience.
- Primary domain configuration: This function provides full control over primary domain settings, including nameservers, records, and security policies.
- Secondary domain configuration: This function enables the seamless setup and integration of secondary domains to enhance resilience.
- Primary domain health monitoring: This function provides continuous visibility into primary domain DNS and transfer integrity, strengthening authoritative domain operations.
- Secondary domain health monitoring: This function enables continuous monitoring of secondary domains, identifying potential issues for proactive resolution.
Notice
In DigiCert® DNS, managed domains (as seen in the UI) are referred to as primary domains in the documentation. Both terms refer to the same concept.
This guide provides detailed instructions for primary domain configuration, covering both targeted and comprehensive actions.
Targeted actions include:
- Creating a new primary domain
- Deleting a specific primary domain
- Listing the delegated nameservers of a specific primary domain
- Listing the nameservers of a specific primary domain
- Returning the details of a specific GTD location
- Returning the details of a specific nameserver
- Returning the details of a specific primary domain
- Updating the settings of a specific primary domain
Comprehensive actions include:
Configuring primary domains enhances DNS management by optimizing resolution times, strengthening security, and ensuring compliance with industry standards. With DigiCert® DNS, users benefit from a unified approach to issue detection and troubleshooting, reducing downtime and improving reliability. Automated audit trails provide full visibility into configuration changes, simplifying compliance and governance. Centralized management standardizes domain settings across environments, minimizing administrative effort while maximizing control, efficiency, and consistency.
Notice
This procedure clears two primary domains (domain1 and domain2) created in an earlier procedure.
To test this function, call this API endpoint: POST /domains/primary/bulk/delete
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select DNS > Domains.
- In the MANAGED DNS tab, select the checkboxes of the domains you want to clear (for example, domain1 and domain2).
- Go to Actions > Delete Domain.
- In the Confirm Deletion dialog:
- Enter the confirmation code.
-
Select Confirm.
A message appears confirming the successful clearance of the domains.
Notice
This procedure creates two primary domains: domain1 and domain2. These domains are referenced in other procedures.
To test this function, call this API endpoint: POST /domains/primary
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select DNS > Domains.
- Select the Add Domains button.
- In the Add Domains dialog:
- Ensure the Managed DNS checkbox is selected.
- In the Domain Names field, enter one or more domain names (for example, domain1 and domain2).
- (Optional) Configure additional settings as needed:
- Global Traffic Director: Enable or disable GTD capabilities.
- SOA Record: Select a user-defined SOA record, or keep the system default.
- Nameserver Set: Select a user-defined nameserver set, or keep the system default.
- Valimail Monitor: Enable or disable DMARC monitoring.
- Managed IP Set: Select a user-defined IP set, or leave it as 'None' (system default).
- TSIG Key: Select a user-defined TSIG key, or leave it as 'None' (system default).
- Template: Select a user-defined template, or leave it as 'None' (system default).
- Resource Groups: Select a user-defined resource group, or keep the system default.
-
Select Save to finish.
A message appears confirming the successful creation of the domain.
Important
If you encounter issues, refer to the Troubleshooting guide.
Notice
This procedure deletes a specific primary domain (domain1) created in an earlier procedure. You can follow either Path 1 or Path 2 to complete the deletion.
To test this function, call this API endpoint: DELETE /domains/primary/{domainId}
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select DNS > Domains.
- In the MANAGED DNS tab, locate the domain you want to delete (for example, domain1).
- From the overflow menu (three vertical dots) at the end of the domain's row, select Delete Domain.
- In the Confirm Deletion dialog:
- Enter the confirmation code.
-
Select Confirm.
A message appears confirming the successful deletion of the domain.
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select DNS > Domains.
-
In the MANAGED DNS tab, select the checkbox of the domain you want to delete (for example, domain1).
Tip
You can select multiple checkboxes to delete several domains at once.
- Go to Actions > Delete Domain.
- In the Confirm Deletion dialog:
- Enter the confirmation code.
-
Select Confirm.
A message appears confirming the successful deletion of the domain.
Notice
The current version of DigiCert® DNS supports 8 GTD regions (Africa, Asia Pacific, Default, Europe, NA East, NA West, Oceania, and South America). However, these regions are only displayed on the front-end when a domain is GTD-enabled. To view all available GTD locations regardless of domain status, use the following endpoint:
GET /gtdlocations
For help configuring your testing environment, refer to the API guide.
Notice
This procedure displays all primary domains created by the user.
To test this function, call this API endpoint: GET /domains/primary
Notice
This procedure displays the delegated nameservers of a specific primary domain (domain1) created in an earlier procedure. Follow Path 1 if there are only a few results to review. Follow Path 2 if you prefer to filter results quickly.
To test this function, call this API endpoint: GET /domains/primary/{domainId}/delegatednameservers
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select DNS > Domains.
-
Select the MANAGED DNS tab.
The table displays all the primary domains associated with the account.
- Select the name of the primary domain (for example, domain1) whose delegated nameservers you want to view.
-
Select the NAMESERVERS tab.
The Delegated Nameservers table displays all the nameservers delegated to the primary domain.
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select DNS > Domains.
-
Select the MANAGED DNS tab.
The table displays all the primary domains associated with the account.
-
Select Filters at the top of the results table to locate the specific primary domain quickly.
Tip
In this example, the name of the primary domain is known, so the following filter was applied:
- Under Column, select Name.
- Under Operator, select contains.
-
Under Value, enter the primary domain's name (domain1).
If no results appear, double-check the Filters selections and input values.
- Select the name of the primary domain (for example, domain1) whose delegated nameservers you want to view.
-
Select the NAMESERVERS tab.
The Delegated Nameservers table displays all the nameservers delegated to the primary domain.
Notice
This procedure displays the nameservers of a specific primary domain (domain1) created in an earlier procedure. Follow Path 1 if there are only a few results to review. Follow Path 2 if you prefer to filter results quickly.
To test this function, call this API endpoint: GET /domains/primary/{domainId}/nameservers
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select DNS > Domains.
-
Select the MANAGED DNS tab.
The table displays all the primary domains associated with the account.
- Select the name of the primary domain (for example, domain1) whose nameservers you want to view.
-
Select the NAMESERVERS tab.
The Nameservers table displays all the nameservers assigned to the primary domain.
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select DNS > Domains.
-
Select the MANAGED DNS tab.
The table displays all the primary domains associated with the account.
-
Select Filters at the top of the results table to locate the specific primary domain quickly.
Tip
In this example, the name of the primary domain is known, so the following filter was applied:
- Under Column, select Name.
- Under Operator, select contains.
-
Under Value, enter the primary domain's name (domain1).
If no results appear, double-check the Filters selections and input values.
- Select the name of the primary domain (for example, domain1) whose nameservers you want to view.
-
Select the NAMESERVERS tab.
The Nameservers table displays all the nameservers assigned to the primary domain.
Notice
The current version of DigiCert® DNS does not include a dedicated front-end tab for viewing the nameservers for all primary domains. To access this information, use the following endpoint:
GET /domains/primary/nameservers
For help configuring your testing environment, refer to the API guide.
Notice
The current version of DigiCert® DNS does not include a dedicated front-end tab for viewing the details of a specific GTD location. To access this information, use the following endpoint:
GET /gtdlocations/{gtdLocationId}
For help configuring your testing environment, refer to the API guide.
Notice
The current version of DigiCert® DNS does not include a dedicated front-end tab for viewing the details of a specific nameserver. To access this information, use the following endpoint:
GET/domains/primary/nameservers/{id}
For help configuring your testing environment, refer to the API guide.
Notice
This procedure displays the details of a specific primary domain (domain1) created in an earlier procedure. Follow Path 1 if there are only a few results to review. Follow Path 2 if you prefer to filter results quickly.
To test this function, call this API endpoint: GET /domains/primary/{domainId}
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select DNS > Domains.
-
Select the MANAGED DNS tab.
The table displays all the primary domains associated with the account.
-
Select Filters at the top of the results table to locate the specific domain quickly.
Tip
In this example, the name of the domain is known, so the following filter was applied:
- Under Column, select Domain.
- Under Operator, select contains.
-
Under Value, enter the domain's name (domain1).
If no results appear, double-check the Filters selections and input values.
- Select the name of the domain (for example, domain1) whose details you want to view.
Notice
This procedure updates the settings of a specific primary domain (domain1) created in an earlier procedure.
To test this function, call this API endpoint: PUT /domains/primary/{domainId}/settings
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select DNS > Domains.
-
Select the MANAGED DNS tab.
The table displays all the primary domains associated with the account.
- Select the name of the domain (for example, domain1) whose settings you want to update.
- Select the SETTINGS tab.
- Update the following settings as needed:
- Status: Activate or deactivate the domain.
- Template: Select a user-defined template, or leave it as 'None' (system default).
- SOA Record: Select a user-defined SOA record, or keep the system default.
- Nameserver Set: Select a user-defined nameserver set, or keep the system default.
- Global Traffic Director (GTD): Enable or disable GTD capabilities.
- Valimail Monitor: Enable or disable DMARC monitoring.
-
Zone Transfer (AXFR ACL):
- Managed IP Set: Select a user-defined IP set, or leave it as 'None' (system default).
- TSIG Key: Select a user-defined TSIG key, or leave it as 'None' (system default).
- Resource Groups: Select a user-defined resource group, or keep the system default.
- Notification Contact List: Select user-defined user groups, or leave it as 'None' (system default).
-
Select Save to finish.
A message appears confirming the successful update of the domain's settings.
This guide provides step-by-step instructions for secondary domain configuration, covering both targeted and comprehensive actions.
Targeted actions include:
- Creating a new secondary domain
- Deleting a specific secondary domain
- Listing the configured nameservers of a specific secondary domain
- Listing the delegated nameservers of a specific secondary domain
- Returning the details of a specific nameserver
- Returning the details of a specific secondary domain
- Updating the settings of a specific secondary domain
Comprehensive actions include:
Configuring secondary domains improves availability, reduces resolution times, and reinforces redundancy. The DigiCert® DNS platform automates synchronization with primary domains, strengthening disaster recovery and overall security. Centralized control enables users to efficiently apply updates, minimize downtime, and maintain seamless business continuity.
Notice
This procedure clears two secondary domains (domain1 and domain2) created in an earlier procedure.
To test this function, call this API endpoint: POST /domains/secondary/bulk/delete
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select DNS > Domains.
- In the SECONDARY DNS tab, select the checkboxes of the domains you want to clear (for example, domain1 and domain2).
- Go to Actions > Delete Domain.
- In the Confirm Deletion dialog:
- Enter the confirmation code.
-
Select Confirm.
A message appears confirming the successful clearance of the domains.
Notice
This procedure creates two secondary domains: domain1 and domain2. These domains are referenced in other procedures.
To test this function, call this API endpoint: POST /domains/secondary
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select DNS > Domains.
- Select the Add Domains button.
- In the Add Domains dialog:
- Ensure the Secondary DNS checkbox is selected.
- In the Domain Names field, enter one or more domain names (for example, domain1 and domain2).
- (Optional) Configure additional settings as needed:
- Secondary IP Set: Select a user-defined IP set, or keep the system default.
- TSIG Key: Select a user-defined TSIG key, or leave it as 'None' (system default).
- Resource Groups: Select a user-defined resource group, or keep the system default.
-
Select Save to finish.
A message appears confirming the successful creation of the domain.
Important
If you encounter issues, refer to the Troubleshooting guide.
Notice
This procedure deletes a specific secondary domain (domain1) created in an earlier procedure. You can follow either Path 1 or Path 2 to complete the deletion.
To test this function, call this API endpoint: DELETE /domains/secondary/{domainId}
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select DNS > Domains.
- In the SECONDARY DNS tab, locate the domain you want to delete (for example, domain1).
- From the overflow menu (three vertical dots) at the end of the domain's row, select Delete Domain.
- In the Confirm Deletion dialog:
- Enter the confirmation code.
-
Select Confirm.
A message appears confirming the successful deletion of the domain.
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select DNS > Domains.
-
In the SECONDARY DNS tab, select the checkbox of the domain you want to delete (for example, domain1).
Tip
You can select multiple checkboxes to delete several domains at once.
- Go to Actions > Delete Domain.
- In the Confirm Deletion dialog:
- Enter the confirmation code.
-
Select Confirm.
A message appears confirming the successful deletion of the domain.
Notice
This procedure displays all secondary domains created by the user.
To test this function, call this API endpoint: GET /domains/secondary
Notice
The current version of DigiCert® DNS does not include a dedicated front-end tab for viewing the nameservers for all secondary domains. To access this information, use the following endpoint:
GET /domains/secondary/nameservers
For help configuring your testing environment, refer to the API guide.
Notice
This procedure displays the configured nameservers of a specific secondary domain (domain1) created in an earlier procedure. Follow Path 1 if there are only a few results to review. Follow Path 2 if you prefer to filter results quickly.
To test this function, call this API endpoint: GET /domains/secondary/{domainId}/configurednameservers
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select DNS > Domains.
-
Select the SECONDARY DNS tab.
The table displays all the secondary domains associated with the account.
- Select the name of the secondary domain (for example, domain1) whose configured nameservers you want to view.
-
Select the NAMESERVERS tab.
The Configured Nameservers table displays all the nameservers configured for the secondary domain.
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select DNS > Domains.
-
Select the SECONDARY DNS tab.
The table displays all the secondary domains associated with the account.
-
Select Filters at the top of the results table to locate the specific secondary domain quickly.
- Select the name of the secondary domain (for example, domain1) whose configured nameservers you want to view.
-
Select the NAMESERVERS tab.
The Configured Nameservers table displays all the nameservers configured for the secondary domain.
Notice
This procedure displays the delegated nameservers of a specific secondary domain (domain1) created in an earlier procedure. Follow Path 1 if there are only a few results to review. Follow Path 2 if you prefer to filter results quickly.
To test this function, call this API endpoint: GET /domains/secondary/{domainId}/delegatednameservers
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select DNS > Domains.
-
Select the SECONDARY DNS tab.
The table displays all the secondary domains associated with the account.
- Select the name of the secondary domain (for example, domain1) whose delegated nameservers you want to view.
-
Select the NAMESERVERS tab.
The Delegated Nameservers table displays all the nameservers delegated to the secondary domain.
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select DNS > Domains.
-
Select the SECONDARY DNS tab.
The table displays all the secondary domains associated with the account.
-
Select Filters at the top of the results table to locate the specific secondary domain quickly.
Tip
In this example, the name of the secondary domain is known, so the following filter was applied:
- Under Column, select Name.
- Under Operator, select contains.
-
Under Value, enter the secondary domain's name (domain1).
If no results appear, double-check the Filters selections and input values.
- Select the name of the secondary domain (for example, domain1) whose delegated nameservers you want to view.
-
Select the NAMESERVERS tab.
The Delegated Nameservers table displays all the nameservers delegated to the secondary domain.
Notice
The current version of DigiCert® DNS does not include a dedicated front-end tab for viewing the details of a specific nameserver. To access this information, use the following endpoint:
GET /domains/secondary/nameservers/{id}
For help configuring your testing environment, refer to the API guide.
Notice
This procedure displays the details of a specific secondary domain (domain1) created in an earlier procedure. Follow Path 1 if there are only a few results to review. Follow Path 2 if you prefer to filter results quickly.
To test this function, call this API endpoint: GET /domains/secondary/{domainId}
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select DNS > Domains.
-
Select the SECONDARY DNS tab.
The table displays all the secondary domains associated with the account.
- Select the name of the domain (for example, domain1) whose details you want to view.
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select DNS > Domains.
-
Select the SECONDARY DNS tab.
The table displays all the secondary domains associated with the account.
-
Select Filters at the top of the results table to locate the specific domain quickly.
Tip
In this example, the name of the domain is known, so the following filter was applied:
- Under Column, select Domain.
- Under Operator, select contains.
-
Under Value, enter the domain's name (domain1).
If no results appear, double-check the Filters selections and input values.
- Select the name of the domain (for example, domain1) whose details you want to view.
Notice
This procedure updates the settings of a specific secondary domain (domain1) created in an earlier procedure.
To test this function, call this API endpoint: PUT /domains/secondary/{domainId}/settings
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select DNS > Domains.
-
Select the SECONDARY DNS tab.
The table displays all secondary domains associated with the account.
- Select the name of the domain (for example, domain1) whose settings you want to update.
- Select the SETTINGS tab.
- Update the following settings as needed:
-
Secondary IP Set:
- Secondary IP Set: Select a user-defined IP set, or keep the system default.
- TSIG Key: Select a user-defined TSIG key, or leave it as 'None' (system default).
- Resource Groups: Select a user-defined resource group, or keep the system default.
- Notification Contact List: Select a user-defined user group, or leave it as 'None' (system default).
-
Secondary IP Set:
-
Select Save to finish.
A message appears confirming the successful update of the domain's settings.
Notice
In DigiCert® DNS, managed domains (as seen in the UI) are referred to as primary domains in the documentation. Both terms refer to the same concept.
This guide provides step-by-step instructions for primary domain health monitoring, covering a series of targeted actions, including:
- Returning the AXFR health status of a specific primary domain
- Returning the health status of a specific primary domain
- Returning the IP set–related health notifications of a specific primary domain
- Returning the nameserver health status of a specific primary domain
- Returning the notification service health status of a specific primary domain
- Returning the recent health-related notifications of a specific primary domain
- Returning the zone transfer check status of a specific primary domain
Monitoring the health of primary domains is essential for maintaining authoritative DNS integrity, ensuring successful zone transfers, and supporting downstream synchronization with secondary systems. The DigiCert® DNS platform provides comprehensive visibility into overall domain health, nameserver availability, AXFR and zone transfer status, and related IP set and notification activity. With centralized monitoring and real-time insights, users can quickly identify misconfigurations, transfer failures, or service disruptions—enabling faster remediation, improved DNS resilience, and more reliable domain operations.
Notice
This procedure displays the AXFR health status of a specific primary domain (domain1) created in an earlier procedure. To access the same data via the back-end, use the following API endpoint:
GET /health/primary/{domainId}/health/axfr
For help configuring your testing environment, refer to the API guide.
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select DNS > Domains.
-
Select the MANAGED DNS tab.
The table displays all the primary domains associated with the account.
- Select the name of the primary domain (for example, domain1) whose AXFR health status you want to view.
- Select the HEALTH tab.
- Locate the AXFR Service Logs card to view the domain’s AXFR health status.
Notice
This procedure displays the overall health status of a specific primary domain (domain1) created in an earlier procedure. To access the same data via the back-end, use the following API endpoint:
GET /health/primary/{domainId}/health
For help configuring your testing environment, refer to the API guide.
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select DNS > Domains.
-
Select the MANAGED DNS tab.
The table displays all the primary domains associated with the account.
- Select the name of the primary domain (for example, domain1) whose health status you want to view.
- Select the HEALTH tab.
-
Locate the HEALTH CHECK card to view the domain’s overall health status.
The overall health status is determined by the results of the following health checks: Serial Number Match, Nameserver Delegation, and Zone Transfer Availability.
Notice
This procedure displays the IP set–related health notifications of a specific primary domain (domain1) created in an earlier procedure. To access the same data via the back-end, use the following API endpoint:
GET /health/primary/{domainId}/health/ipsetnotifications
For help configuring your testing environment, refer to the API guide.
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select DNS > Domains.
-
Select the MANAGED DNS tab.
The table displays all the primary domains associated with the account.
- Select the name of the primary domain (for example, domain1) whose IP set–related health notifications you want to view.
- Select the HEALTH tab.
- Locate the Notifications > IP card to view the domain’s IP set–related health notifications.
Notice
This procedure displays the nameserver health status of a specific primary domain (domain1) created in an earlier procedure. To access the same data via the back-end, use the following API endpoint:
GET /health/primary/{domainId}/health/nameserver
For help configuring your testing environment, refer to the API guide.
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select DNS > Domains.
-
Select the MANAGED DNS tab.
The table displays all the primary domains associated with the account.
- Select the name of the primary domain (for example, domain1) whose nameserver health status you want to view.
- Select the HEALTH tab.
- Locate the Nameserver card to view the domain’s nameserver health status.
Notice
This procedure displays the notification service health status of a specific primary domain (domain1) created in an earlier procedure. To access the same data via the back-end, use the following API endpoint:
GET /health/primary/{domainId}/health/notificationservice
For help configuring your testing environment, refer to the API guide.
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select DNS > Domains.
-
Select the MANAGED DNS tab.
The table displays all the primary domains associated with the account.
- Select the name of the primary domain (for example, domain1) whose notification service health status you want to view.
- Select the HEALTH tab.
- Locate the Notification > Notification Service card to view the domain’s notification service health status.
Notice
This procedure displays the recent health-related notifications of a specific primary domain (domain1) created in an earlier procedure. To access the same data via the back-end, use the following API endpoint:
GET /health/primary/{domainId}/health/recentnotifications
For help configuring your testing environment, refer to the API guide.
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select DNS > Domains.
-
Select the MANAGED DNS tab.
The table displays all the primary domains associated with the account.
- Select the name of the primary domain (for example, domain1) whose recent health-related notifications you want to view.
- Select the HEALTH tab.
- Locate the AXFR Service Logs > Notification Service card to view the domain’s recent health-related notifications.
Notice
This procedure displays the zone transfer check status of a specific secondary domain (domain1) created in an earlier procedure. To access the same data via the back-end, use the following API endpoint:
GET /health/primary/{domainId}/health/zonetransfercheck
For help configuring your testing environment, refer to the API guide.
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select DNS > Domains.
-
Select the MANAGED DNS tab.
The table displays all the primary domains associated with the account.
- Select the name of the primary domain (for example, domain1) whose zone transfer check status you want to view.
- Select the HEALTH tab.
- Locate the Zone Transfer card to view the domain’s zone transfer check status.
This guide provides step-by-step instructions for secondary domain health monitoring, covering a series of targeted actions, including:
- Returning the AXFR health status of a specific secondary domain
- Returning the health status of a specific secondary domain
- Returning the IP set–related health notifications of a specific secondary domain
- Returning the nameserver health status of a specific secondary domain
- Returning the notification service health status of a specific secondary domain
- Returning the recent health-related notifications of a specific secondary domain
- Returning the zone transfer check status of a specific secondary domain
Monitoring the health of secondary domains is crucial for ensuring seamless failover, maximizing infrastructure reliability, and maintaining compliance with industry standards. The DigiCert® DNS platform enhances visibility with real-time health metrics, event-driven notifications, and notification service monitoring to ensure alerts are generated and delivered as expected. With centralized insight into synchronization status, IP set activity, and recent domain events, users can proactively detect and resolve issues faster—minimizing disruptions and maintaining operational continuity.
Notice
This procedure displays the AXFR health status of a specific secondary domain (domain1) created in an earlier procedure. To access the same data via the back-end, use the following API endpoint:
GET /health/secondary/{domainId}/health/axfr
For help configuring your testing environment, refer to the API guide.
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select DNS > Domains.
-
Select the SECONDARY DNS tab.
The table displays all the secondary domains associated with the account.
- Select the name of the secondary domain (for example, domain1) whose AXFR health status you want to view.
- Select the HEALTH tab.
- Locate the AXFR Service Logs card to view the domain’s AXFR health status.
Notice
This procedure displays the overall health status of a specific secondary domain (domain1) created in an earlier procedure. To access the same data via the back-end, use the following API endpoint:
GET /health/secondary/{domainId}/health
For help configuring your testing environment, refer to the API guide.
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select DNS > Domains.
-
Select the SECONDARY DNS tab.
The table displays all the secondary domains associated with the account.
- Select the name of the secondary domain (for example, domain1) whose health status you want to view.
- Select the HEALTH tab.
-
Locate the HEALTH CHECK card to view the domain’s overall health status.
The overall health status is determined by the results of the following health checks: Serial Number Match, Nameserver Delegation, and Nameserver Reachability.
Notice
This procedure displays the IP set–related health notifications of a specific secondary domain (domain1) created in an earlier procedure. To access the same data via the back-end, use the following API endpoint:
GET /health/secondary/{domainId}/health/ipsetnotifications
For help configuring your testing environment, refer to the API guide.
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select DNS > Domains.
-
Select the SECONDARY DNS tab.
The table displays all the secondary domains associated with the account.
- Select the name of the secondary domain (for example, domain1) whose IP set–related health notifications you want to view.
- Select the HEALTH tab.
- Locate the Notifications > IP card to view the domain’s IP set–related health notifications.
Notice
This procedure displays the nameserver health status of a specific secondary domain (domain1) created in an earlier procedure. To access the same data via the back-end, use the following API endpoint:
GET /health/secondary/{domainId}/health/nameserver
For help configuring your testing environment, refer to the API guide.
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select DNS > Domains.
-
Select the SECONDARY DNS tab.
The table displays all the secondary domains associated with the account.
- Select the name of the secondary domain (for example, domain1) whose nameserver health status you want to view.
- Select the HEALTH tab.
- Locate the Nameserver card to view the domain’s nameserver health status.
Notice
This procedure displays the notification service health status of a specific secondary domain (domain1) created in an earlier procedure. To access the same data via the back-end, use the following API endpoint:
GET /health/secondary/{domainId}/health/notificationservice
For help configuring your testing environment, refer to the API guide.
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select DNS > Domains.
-
Select the SECONDARY DNS tab.
The table displays all the secondary domains associated with the account.
- Select the name of the secondary domain (for example, domain1) whose notification service health status you want to view.
- Select the HEALTH tab.
- Locate the Notification > Notification Service card to view the domain’s notification service health status.
Notice
This procedure displays the recent health-related notifications of a specific secondary domain (domain1) created in an earlier procedure. To access the same data via the back-end, use the following API endpoint:
GET /health/secondary/{domainId}/health/recentnotifications
For help configuring your testing environment, refer to the API guide.
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select DNS > Domains.
-
Select the SECONDARY DNS tab.
The table displays all the secondary domains associated with the account.
- Select the name of the secondary domain (for example, domain1) whose recent health-related notifications you want to view.
- Select the HEALTH tab.
- Locate the AXFR Service Logs > Notification Service card to view the domain’s recent health-related notifications.
Notice
This procedure displays the zone transfer check status of a specific secondary domain (domain1) created in an earlier procedure. To access the same data via the back-end, use the following API endpoint:
GET /health/secondary/{domainId}/health/zonetransfercheck
For help configuring your testing environment, refer to the API guide.
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select DNS > Domains.
-
Select the SECONDARY DNS tab.
The table displays all the secondary domains associated with the account.
- Select the name of the secondary domain (for example, domain1) whose zone transfer check status you want to view.
- Select the HEALTH tab.
- Locate the Zone Transfer card to view the domain’s zone transfer check status.