Add missing redirects and threshold to api

Fixes #2987
This commit is contained in:
Owen
2026-05-04 10:46:11 -07:00
parent d4f7c4a9c4
commit d724f5bb5d
3 changed files with 28 additions and 4 deletions

View File

@@ -56,6 +56,8 @@ function queryTargets(resourceId: number) {
hcStatus: targetHealthCheck.hcStatus,
hcHealth: targetHealthCheck.hcHealth,
hcTlsServerName: targetHealthCheck.hcTlsServerName,
hcHealthyThreshold: targetHealthCheck.hcHealthyThreshold,
hcUnhealthyThreshold: targetHealthCheck.hcUnhealthyThreshold,
path: targets.path,
pathMatchType: targets.pathMatchType,
rewritePath: targets.rewritePath,