Resource group management
Overview
This guide provides detailed instructions for resource group management, covering both targeted and comprehensive actions.
Targeted actions include:
Comprehensive actions include clearing multiple resource groups and listing all available resource groups.
Benefits
Resource group management is essential for efficient DNS management, offering several key benefits. It lets users quickly locate and manage DNS records in bulk, saving time and effort. The ability to reassign records between groups provides flexibility to adapt to changing business or infrastructure needs while reducing the risk of misconfigurations by ensuring consistent updates across all records. By leveraging DigiCert® DNS, users can maintain configuration consistency, improving service availability and uptime for a more reliable DNS environment. Centralized management also strengthens security by assigning specific roles and permissions, reducing administrative overhead, and maximizing operational efficiency. This approach ultimately streamlines operations, enhances productivity, and simplifies DNS management.
Procedures
Hinweis
This procedure adds two resources (resource1 and resource2) to a specific resource group (resourcegroup1) created in an earlier procedure.
To test this function, call this API endpoint: POST /accessmanagement/resourcegroups/{resourceGroupId}/resources/bulk/add
Sign in to your DigiCert® DNS account.
From the landing page, go to the left sidebar and select Settings > Access Management.
Select the RESOURCE GROUPS tab.
The table displays all the resource groups currently registered in the system.
Select the name of the resource group (for example, resourcegroup1) to which you want to add resources - see Path 2 for quick filtering.
In the Resources section, select the Add Resources button.
In the Add Resources dialog:
Select a resource (for example, resource1) from the Resource Type drop-down list, then select one or more of its associated options from the drop-down list alongside it.
Select Add Another Resource, then repeat the previous step, selecting resource2 this time.
Select Save to finish.
A message appears confirming the successful addition of the resources.
Hinweis
This procedure adds two user groups (usergroup1 and usergroup2) to a specific resource group (resourcegroup1) created in an earlier procedure.
To test this function, call this API endpoint: POST /accessmanagement/resourcegroups/{resourceGroupId}/usergroups/bulk/add
Sign in to your DigiCert® DNS account.
From the landing page, go to the left sidebar and select Settings > Access Management.
Select the RESOURCE GROUPS tab.
The table displays all the resource groups currently registered in the system.
Select the name of the resource group (for example, resourcegroup1) to which you want to add user groups - see Path 2 for quick filtering.
In the User Groups section, select the Add User Groups button.
In the Add User Groups dialog:
Select a user group (for example, usergroup1) from the User Group drop-down list, then select one or more roles from the Roles drop-down list alongside it.
Select Add Another User Group, then repeat the previous step, selecting usergroup2 this time.
Select Save to finish.
A message appears confirming the successful addition of the user groups.
Hinweis
This procedure assigns a specific user group (usergroup1) to a specific resource group (resourcegroup1). Both the user group and resource group were created in earlier procedures. Follow Path 1 to assign the user group from within the Resource Groups tab, or Path 2 to assign it from within the User Groups tab.
To test this function, call this API endpoint: PUT /accessmanagement/resourcegroups/{resourceGroupId}/usergroups/{userGroupId}
Path 1
Sign in to your DigiCert® DNS account.
From the landing page, go to the left sidebar and select Settings > Access Management.
Select the RESOURCE GROUPS tab.
The table displays all the resource groups currently registered in the system.
Select the name of the resource group (for example, resourcegroup1) to which you want to assign a user group - see Path 2 for quick filtering.
In the User Groups section, select the Add User Groups button.
In the Add User Groups dialog:
Select a user group (for example, usergroup1) from the User Group drop-down list.
Select one or more roles from the Roles drop-down list.
Select Save to finish.
A message appears confirming the successful assignment of the user group.
Path 2
Sign in to your DigiCert® DNS account.
From the landing page, go to the left sidebar and select Settings > Access Management.
Select the USER GROUPS tab.
The table displays all the user groups currently registered in the system.
Select the name of the user group (for example, usergroup1) that you want to assign - see Path 2 for quick filtering.
In the Resource Groups section, select the Add Resource Groups button.
In the Add Resource Groups dialog:
Select a resource group (for example, resourcegroup1) from the Resource Group drop-down list.
Select one or more roles from the Roles drop-down list.
Select Save to finish.
A message appears confirming the successful assignment of the user group.
Hinweis
This procedure clears two resource groups (resourcegroup1 and resourcegroup2) created in an earlier procedure. Note that resource groups can only be deleted if they contain no resources and no user groups. The Default resource group cannot be deleted.
To test this function, call this API endpoint: POST /accessmanagement/resourcegroups/bulk/delete
Sign in to your DigiCert® DNS account.
From the landing page, go to the left sidebar and select Settings > Access Management.
In the RESOURCE GROUPS tab, select the checkboxes of the resource groups you want to clear (for example, resourcegroup1 and resourcegroup2).
Select Delete at the top of the table.
In the Confirm Deletion dialog, select Confirm.
A message appears confirming the successful clearance of the resource groups.
Hinweis
This procedure creates two resource groups: resourcegroup1 and resourcegroup2. These resource groups are referenced in other procedures.
To test this function, call this API endpoint: POST /accessmanagement/resourcegroups
Sign in to your DigiCert® DNS account.
From the landing page, go to the left sidebar and select Settings > Access Management.
Select the RESOURCE GROUPS tab.
The table displays all the resource groups currently registered in the system.
Select the Add Resource Group button.
In the Add Resource Group dialog:
Enter a name in the Resource Group Name field (for example, resourcegroup1).
(Optional) Enter a description in the Description field.
Select Save to finish.
A message appears confirming the successful creation of the resource group.
Repeat Steps 4-5 to create another resource group, resourcegroup2.
Hinweis
This procedure deletes a specific resource group (resourcegroup1) created in an earlier procedure. You can follow either Path 1 or Path 2 to complete the deletion. Note that resource groups can only be deleted if they contain no resources and no user groups. The Default resource group cannot be deleted.
To test this function, call this API endpoint: DELETE /accessmanagement/resourcegroups/{resourceGroupId}
Path 1
Sign in to your DigiCert® DNS account.
From the landing page, go to the left sidebar and select Settings > Access Management.
In the RESOURCE GROUPS tab, at the end of the row of the resource group you want to delete, select the trash icon.
In the Confirm Deletion dialog, select Confirm.
A message appears confirming the successful deletion of the resource group.
Path 2
Sign in to your DigiCert® DNS account.
From the landing page, go to the left sidebar and select Settings > Access Management.
In the RESOURCE GROUPS tab, select the checkbox of the resource group you want to delete.
Tipp
You can select multiple checkboxes to delete several resource groups at once.
Select Delete at the top of the table.
In the Confirm Deletion dialog, select Confirm.
A message appears confirming the successful deletion of the resource group.
Hinweis
This procedure displays all resource groups created by the user.
To test this function, call this API endpoint: GET /accessmanagement/resourcegroups
Sign in to your DigiCert® DNS account.
From the landing page, go to the left sidebar and select Settings > Access Management.
Select the RESOURCE GROUPS tab.
The table displays all the resource groups currently configured in the system.
Tipp
Use Columns and Filters to customize your view of the results.
Hinweis
This procedure displays the resources that exist within a specific resource group (resourcegroup1). The resource group was previously created here.
To test this function, call this API endpoint: GET /accessmanagement/resourcegroups/{resourceGroupId}/resources
Sign in to your DigiCert® DNS account.
From the landing page, go to the left sidebar and select Settings > Access Management.
Select the RESOURCE GROUPS tab.
The table displays all the resource groups currently registered in the system.
Select the name of the resource group (for example, resourcegroup1) whose resources you want to view - see Path 2 for quick filtering.
Hinweis
The current version of DigiCert® DNS does not include a dedicated front-end tab for viewing the unassigned user groups of a specific resource group. To access this information, use the following endpoint:
GET /accessmanagement/resourcegroups/{resourceGroupId}/usergroups/unassigned
For help configuring your testing environment, refer to the API guide.
Hinweis
This procedure displays the user groups assigned to a specific resource group (resourcegroup1). The resource group was previously created here.
To test this function, call this API endpoint: GET /accessmanagement/resourcegroups/{resourceGroupId}/usergroups
Sign in to your DigiCert® DNS account.
From the landing page, go to the left sidebar and select Settings > Access Management.
Select the RESOURCE GROUPS tab.
The table displays all the resource groups currently registered in the system.
Select the name of the resource group (for example, resourcegroup1) whose user groups you want to view - see Path 2 for quick filtering.
Hinweis
This procedure removes two resources (resource1 and resource2) from a specific resource group (resourcegroup1). The resource group was previously created here.
Resources must belong to at least one resource group and cannot exist independently; if a resource exists only in the Default resource group, it cannot be removed from it. If a resource is removed from its only group, it is automatically placed into the Default resource group.
To test this function, call this API endpoint: POST /accessmanagement/resourcegroups/{resourceGroupId}/resources/bulk/remove
Sign in to your DigiCert® DNS account.
From the landing page, go to the left sidebar and select Settings > Access Management.
Select the RESOURCE GROUPS tab.
The table displays all the resource groups currently registered in the system.
Select the name of the resource group (for example, resourcegroup1) whose resources you want to remove - see Path 2 for quick filtering.
In the Resources section, select the checkboxes of the resources you want to remove (for example, resource1 and resource2).
Select Remove at the top of the table.
In the Confirm Removal dialog, select Confirm.
A message appears confirming the successful removal of the resources.
Hinweis
This procedure removes two user groups (usergroup1 and usergroup2) from a specific resource group (resourcegroup1). The resource group was previously created here.
To test this function, call this API endpoint: POST /accessmanagement/resourcegroups/{resourceGroupId}/usergroups/bulk/remove
Sign in to your DigiCert® DNS account.
From the landing page, go to the left sidebar and select Settings > Access Management.
Select the RESOURCE GROUPS tab.
The table displays all the resource groups currently registered in the system.
Select the name of the resource group (for example, resourcegroup1) whose user groups you want to remove - see Path 2 for quick filtering.
In the User Groups section, select the checkboxes of the user groups you want to remove (for example, usergroup1 and usergroup2).
Select Remove at the top of the table.
In the Confirm Removal dialog, select Confirm.
A message appears confirming the successful removal of the user groups.
Hinweis
This procedure displays the details of a specific resource group (resourcegroup1) 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 /accessmanagement/resourcegroups/{resourceGroupId}
Path 1
Sign in to your DigiCert® DNS account.
From the landing page, go to the left sidebar and select Settings > Access Management.
Select the RESOURCE GROUPS tab.
The table displays all the resource groups currently configured in the system.
Select the name of the resource group (for example, resourcegroup1) whose details you want to view.
Path 2
Sign in to your DigiCert® DNS account.
From the landing page, go to the left sidebar and select Settings > Access Management.
Select the RESOURCE GROUPS tab.
The table displays all the resource groups currently configured in the system.
Select Filters at the top of the results table to locate the specific resource group quickly.
Tipp
In this example, the name of the resource group is known, so the following filter was applied:
Under Column, select Name.
Under Operator, select contains.
Under Value, enter the resource group's name (resourcegroup1).
If no results appear, double-check the Filters selections and input values.
Select the name of the resource group (for example, resourcegroup1) whose details you want to view.
Hinweis
This procedure updates a specific resource group (resourcegroup1) created in an earlier procedure.
To test this function, call this API endpoint: PUT /accessmanagement/resourcegroups/{resourceGroupId}
Sign in to your DigiCert® DNS account.
From the landing page, go to the left sidebar and select Settings > Access Management.
Select the RESOURCE GROUPS tab.
The table displays all the resource groups currently configured in the system.
Locate the specific resource group - see Path 2 for quick filtering.
Select the name of the resource group (for example, resourcegroup1) whose details you want to update.
In the resourcegroup1 dialog:
Edit the resource group's details as required.
Select Save to finish.
A message appears confirming the successful update of the resource group.