Skip to main content

Resource management

Overview

This guide provides detailed instructions for resource management, covering both targeted and comprehensive actions.

Targeted actions include:

Comprehensive actions include listing all available resources.

Benefits

Improved resource management enhances DNS efficiency by streamlining the monitoring and troubleshooting process, simplifying the addition and modification of DNS records across multiple domains and resource groups. Users can centralize control by utilizing the DigiCert®​​ DNS platform, ensuring that DNS records align with internal policies and external regulations. This approach not only saves time but also significantly reduces operational costs. Consistent enforcement of security policies and uniform updates to records minimizes the risk of misconfigurations and downtime, ultimately improving the reliability and performance of your DNS infrastructure.

Procedures

Hinweis

The current version of DigiCert®​​ DNS does not include a dedicated front-end tab for viewing all available resource types. To access this information, use the following endpoint:

GET /accessmanagement/resources/types

For help configuring your testing environment, refer to the API guide.

Hinweis

This procedure displays the details of a specific resource (resource1) that exists within a specific resource group (resourcegroup1). 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 /accessmanagement/resources/search/{resourceGroupId}/{typeId}

Path 1

  1. Sign in to your DigiCert®​​ DNS account.

  2. From the landing page, go to the left sidebar and select Settings > Access Management.

  3. Select the RESOURCE GROUPS tab.

    The table displays all the resource groups currently registered in the system.

  4. Select the name of the resource group (for example, resourcegroup1) whose resources you want to view - see Path 2 for quick filtering.

  5. In the Resources section, select the name of the resource (for example, resource1) whose details you want to view.

Path 2

  1. Sign in to your DigiCert®​​ DNS account.

  2. From the landing page, go to the left sidebar and select Settings > Access Management.

  3. Select the RESOURCE GROUPS tab.

    The table displays all the resource groups currently registered in the system.

  4. Select the name of the resource group (for example, resourcegroup1) whose resources you want to view - see Path 2 for quick filtering.

  5. In the Resources section, select Filters at the top of the results table to locate the specific resource quickly.

    Tipp

    In this example, the name of the resource is known, so the following filter was applied:

    1. Under Column, select Name.

    2. Under Operator, select contains.

    3. Under Value, enter the resource's name (resource1).

      If no results appear, double-check the Filters selections and input values.

  6. Select the name of the resource (for example, resource1) whose details you want to view.

Hinweis

The current version of DigiCert®​​ DNS does not include a dedicated front-end tab for viewing the details of a specific resource type. To access this information, use the following endpoint:

GET /accessmanagement/resources/types/{typeId}

For help configuring your testing environment, refer to the API guide.