[DTC] Extend DTC Framework to Support PDP health checks, SIP health checks, and Topology for Python Client#38
Merged
Conversation
unasra
approved these changes
Jun 22, 2026
25 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Extends the DTC package with three new resource types: PDP Health Checks, SIP Health Checks, and Topology. Also adds supporting models (
ConsolidatedHealthCheck,DesignatorService,PolicyTopology,PolicyTopologyRuleBinding,TagRule,TopologyRulePreset) and updates the existingPolicy,Pool, andPoolHealthCheckmodels to reference the new types.Type of Change
Affected Packages
anycastcloud_discoverydfpdns_configdns_datadtcfwinfra_mgmtinfra_provisionipamipam_federationkeysredirectupgrade_policyuniversal_ddi_clientResource / Model:
PDPHealthCheck,SIPHealthCheck,Topology,ConsolidatedHealthCheck,DesignatorService,PolicyTopology,PolicyTopologyRuleBinding,TagRule,TopologyRulePresetDescription: Adds PDP/SIP health check and Topology APIs plus their supporting models; updates Policy and Pool to include topology and health check consolidation fields.
Schema Changes
Detailed Changes (click to expand)
src/dtc/api/health_check_pdp_api.pysrc/dtc/api/health_check_sip_api.pysrc/dtc/api/topology_api.pysrc/dtc/models/pdp_health_check.pysrc/dtc/models/sip_health_check.py(via create/read/update/list responses)src/dtc/models/consolidated_health_check.pysrc/dtc/models/designator_service.pysrc/dtc/models/policy_topology.pysrc/dtc/models/policy_topology_rule_binding.pysrc/dtc/models/tag_rule.pysrc/dtc/models/topology_rule_preset.pysrc/dtc/models/policy.pytopologyand related fieldssrc/dtc/models/pool.pysrc/dtc/models/pool_health_check.pysrc/dtc/__init__.py/src/dtc/api/__init__.py/src/dtc/models/__init__.pysrc/dtc/docs/(20+ files)Ticket / Issue
Fixes #
Changelog Inclusion
Additional Context
src/dtc/).