|
839 | 839 | "services": ["proxy"],
|
840 | 840 | "type": "array of objects"
|
841 | 841 | },
|
| 842 | + "health-checks-timeout": { |
| 843 | + "id": "http-health-check-timeout", |
| 844 | + "title": "Health Checks Timeout", |
| 845 | + "path": "/routes/load-balancing#supported-health-checks-parameters", |
| 846 | + "description": "The total time to wait for a health check response. Required.", |
| 847 | + "type": "duration" |
| 848 | + }, |
| 849 | + "health-checks-interval": { |
| 850 | + "id": "http-health-check-interval", |
| 851 | + "title": "Health Checks Interval", |
| 852 | + "path": "/routes/load-balancing#supported-health-checks-parameters", |
| 853 | + "description": "The interval between health checks. Required.", |
| 854 | + "type": "duration" |
| 855 | + }, |
| 856 | + "health-checks-unhealthy-threshold": { |
| 857 | + "id": "http-health-check-unhealthy-threshold", |
| 858 | + "title": "Health Checks Unhealthy Threshold", |
| 859 | + "path": "/routes/load-balancing#supported-health-checks-parameters", |
| 860 | + "description": "The number of unhealthy health checks required before a host is marked unhealthy. Required.", |
| 861 | + "type": "UInt32Value" |
| 862 | + }, |
| 863 | + "health-checks-healthy-threshold": { |
| 864 | + "id": "http-health-check-healthy-threshold", |
| 865 | + "title": "Health Checks Healthy Threshold", |
| 866 | + "path": "/routes/load-balancing#supported-health-checks-parameters", |
| 867 | + "description": "The number of healthy health checks required before a host is marked healthy. Required.", |
| 868 | + "type": "UInt32Value" |
| 869 | + }, |
| 870 | + "http-health-check-host": { |
| 871 | + "id": "http-health-check-host", |
| 872 | + "title": "HTTP Health Check Host", |
| 873 | + "path": "/routes/load-balancing#http-healthcheck-overview", |
| 874 | + "description": "The Host header value in the HTTP health check request. If empty, the name of the cluster this health check is associated with will be used. Optional.", |
| 875 | + "type": "string" |
| 876 | + }, |
| 877 | + "http-health-check-path": { |
| 878 | + "id": "http-health-check-path", |
| 879 | + "title": "HTTP Health Check Path", |
| 880 | + "description": "Specifies the HTTP path requested during a health check. Required.", |
| 881 | + "path": "/routes/load-balancing#http-healthcheck-overview", |
| 882 | + "type": "string" |
| 883 | + }, |
| 884 | + "http-health-check-expected-statuses": { |
| 885 | + "id": "http-health-check-expected-statuses", |
| 886 | + "title": "HTTP Health Check Expected Statuses", |
| 887 | + "path": "/routes/load-balancing#http-healthcheck-overview", |
| 888 | + "description": "Defines a range of HTTP response statuses that are considered healthy. Optional.", |
| 889 | + "type": "Int64Range" |
| 890 | + }, |
| 891 | + "http-health-check-codec-client-type": { |
| 892 | + "id": "http-health-check-codec-client-type", |
| 893 | + "title": "HTTP Health Check Codec Client Type", |
| 894 | + "path": "/routes/load-balancing#http-healthcheck-overview", |
| 895 | + "description": "Specifies which application protocol to use. Optional.", |
| 896 | + "type": "CodecClientType" |
| 897 | + }, |
| 898 | + "tcp-health-check-send": { |
| 899 | + "id": "tcp-health-check-send", |
| 900 | + "title": "TCP Health Check Send", |
| 901 | + "path": "/routes/load-balancing#tcp-healthcheck-overview", |
| 902 | + "description": "Defines the payload, which must be one of text or binary. An empty payload results in a connect-only health check. Optional.", |
| 903 | + "type": "Payload" |
| 904 | + }, |
| 905 | + "tcp-health-check-receive": { |
| 906 | + "id": "tcp-health-check-receive", |
| 907 | + "title": "TCP Health Check Receive", |
| 908 | + "path": "/routes/load-balancing#tcp-healthcheck-overview", |
| 909 | + "description": "Checks a response with 'fuzzy' matching to the extent that each payload block must be found, and in the specified order, but not necessarily contiguous. Optional.", |
| 910 | + "type": "Payload" |
| 911 | + }, |
| 912 | + "grpc-health-check-receive": { |
| 913 | + "id": "grpc-health-check-authority", |
| 914 | + "title": "gRPC Health Check Receive", |
| 915 | + "path": "/routes/load-balancing#grpc-healthcheck-overview", |
| 916 | + "description": "The ':authority' header value in a gRPC health check request. Optional.", |
| 917 | + "type": "string" |
| 918 | + }, |
| 919 | + "grpc-health-check-service-name": { |
| 920 | + "id": "grpc-health-check-service-name", |
| 921 | + "title": "gRPC Health Check Service Name", |
| 922 | + "path": "/routes/load-balancing#grpc-healthcheck-overview", |
| 923 | + "description": "An optional service name parameter sent to the gRPC service. Optional.", |
| 924 | + "type": "string" |
| 925 | + }, |
842 | 926 | "headers-settings": {
|
843 | 927 | "id": "headers-settings",
|
844 | 928 | "title": "Headers Settings",
|
|
0 commit comments