httpVersion HTTP probe parameters allowUnauthorized followRedirects header method HTTP probe expectations expectHttpRedirects expectHttpRedirectTo expectHttpResponseBodyMatch expectHttpResponseBodyMismatch expectHttpSecure expectHttpStatusCode expectHttpVersion HTTP probe failures httpResponseBodyMismatch insecureHttp...
public static interface LoadBalancerHttpProbe.Definition extends Blank<ParentT>, WithAttach<ParentT>, WithRequestPath<ParentT>The entirety of a probe definition.Applies to Azure SDK for Java Legacy在GitHub 上與我們協作 可以在 GitHub 上找到此内容的源,还可以在其中创建和查看问题和拉取请求。 有...
版本 VersionType 指示请求的 HTTP 类型。 有效值为 HTTP/1.0 和 HTTP/1.1。 HttpHeaders HttpHeadersType 请求的 HTTP 标头。 HttpHeadersType 是由0 或多个 NameValueType 类型的 HttpHeader 元素组成的复杂类型。 而 NameValueType 由两个必需元素 Name 和Value 组成。 正文 字符串 如果VerbType 为GET 或 ...
the probe will throw aTransportAuthorizeExceptionerror due to a TLS handshake failure. This is due to that the OAuth2.0 module in the HTTP client component of the transport starts the SSL handshake with a lower TLS version which is rejected by the server. ...
探测协议的静态值 Http。 static final ProbeProtocol HTTPS 探测协议的静态值 Https。 static final ProbeProtocol TCP 探测协议的静态值 Tcp。构造函数摘要 展开表 构造函数说明 ProbeProtocol() 方法摘要 展开表 修饰符和类型方法和描述 static ProbeProtocol fromString(String name) 从探测协议的字符串...
PAP协议(本地帐号、AD、LDAP、Google LDAP、RADIUS Token、第三方HTTP服务器):密码认证协议(PAP),是PPP协议集中的一种链路控制协议,主要是通过使用2次握手提供一种对等结点的建立认证的简单方法,这是建立在初始链路确定的基础上的。 CHAP协议(本地帐号):挑战握手认证协议(CHAP)通过三次握手周期性的校验对端的身份...
public static interface LoadBalancerHttpProbe.UpdateDefinitionStages.WithPort The stage of the probe definition allowing to specify the port to monitor. Method Summary 展開表格 Modifier and TypeMethod and Description abstract WithAttach<ParentT> withPort(int port) Specifi...
「3. HTTP GET」 对容器的IP 地址上指定端口、路径执行HTTP GET请求。如果响应的状态码大于等于200且小于400,则诊断被认为是成功的 「4. TCP Socket」 对容器的IP地址上的指定端口执行TCP检查。如果端口打开,则诊断被认为是成功的;如果远程系统(容器)在打开连接后立即将其关闭,这算作是健康的 ...
httpGet方式 apiVersion: v1kind: Podmetadata: labels: test: liveness name: liveness-httpspec: containers: - name: liveness image: registry.k8s.io/liveness args: - /server livenessProbe: httpGet: path: /healthz port: 8080 httpHeaders: - name: Custom-...
HttpStatusCode integer HTTP 状态码。 200 HoneypotProbe object 创建返回的探针信息。 ProbeId string 探针唯一 ID。 b69e9aa8-2ea8-4c5a-836a-c1fbacff*** 示例 正常返回示例 JSON格式 { "Success": true, "Code": "200", "Message": "successful", "RequestId": "B7A839E8-70AE-591D-8D9E-C5...