← Tools Reference

Control D

Control D integration (Security, Developer Tools). Imported from open-connector.

API key7 toolshttps://api.controld.com
GET
control_d_get_current_ip
Return the current IP address and datacenter seen by the Control D API for troubleshooting API token allowed-IP issues.

/ip

GET
control_d_list_profiles
List the Control D profiles available to the authenticated API token.

/profiles

1 parameter
ParamTypeRequiredDescription
forceOrgIdstringoptionalOptional child organization ID forwarded as the X-Force-Org-Id header.
GET
control_d_get_profile
Fetch one Control D profile by primary key.

/profiles/{profileId}

2 parameters
ParamTypeRequiredDescription
profileIdstringrequiredThe Control D profile primary key.
forceOrgIdstringoptionalOptional child organization ID forwarded as the X-Force-Org-Id header.
GET
control_d_list_service_categories
List the Control D service categories that can be used for service discovery.

/services/categories

GET
control_d_list_services_by_category
List the Control D services available in one service category.

/services/categories/{category}

1 parameter
ParamTypeRequiredDescription
categorystringrequiredThe Control D service category primary key.
GET
control_d_list_profile_rules
List the root-folder custom DNS rules configured on a Control D profile.

/profiles/{profileId}/rules

2 parameters
ParamTypeRequiredDescription
profileIdstringrequiredThe Control D profile primary key.
forceOrgIdstringoptionalOptional child organization ID forwarded as the X-Force-Org-Id header.
DELETE
control_d_delete_profile_rule
Delete one root-folder custom DNS rule from a Control D profile.

/profiles/{profileId}/rules/{ruleId}

3 parameters
ParamTypeRequiredDescription
profileIdstringrequiredThe Control D profile primary key.
ruleIdstringrequiredThe Control D rule primary key, usually a hostname or wildcard pattern.
forceOrgIdstringoptionalOptional child organization ID forwarded as the X-Force-Org-Id header.