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 increases DNS efficiency by simplifying monitoring, troubleshooting, and record maintenance across multiple domains and resource groups. Using DigiCert®​​ DNS, users can centralize control to ensure DNS resources comply with internal policies and external regulations. This unified approach saves time, reduces operational costs, and minimizes the risk of misconfiguration or downtime. Consistent enforcement of security policies and uniform updates across resources improve reliability, performance, and overall DNS stability.

Procedures

Let op

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.

Let op

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.

    Tip

    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.

Let op

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.