@harnessio/react-idp-service-client 0.104.0 → 0.105.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
* Proxy Host Detail
|
|
3
3
|
*/
|
|
4
4
|
export interface ProxyHostDetail {
|
|
5
|
+
/**
|
|
6
|
+
* Host-relative path (e.g. /health) used only for the delegate connectivity (capability) check for proxy tasks to this host. When set, the capability check probes this cheap, stable endpoint instead of the real operation URL, so the connectivity whitelist can cache it. When empty, the check falls back to the task URL.
|
|
7
|
+
*/
|
|
8
|
+
healthCheckPath?: string;
|
|
5
9
|
host: string;
|
|
6
10
|
identifier?: string;
|
|
7
11
|
pluginId?: string;
|