弹性负载均衡 ELB-创建健康检查:请求示例

时间:2023-12-14 10:47:16

请求示例

  • 请求样例1 创建健康检查
    POST https://{Endpoint}/v2/145483a5107745e9b3d80f956713e6a3/elb/healthmonitors
    
    {
      "healthmonitor": {
        "admin_state_up": true,
        "pool_id": "bb44bffb-05d9-412c-9d9c-b189d9e14193",
        "domain_name": "www.test.com",
        "delay": 10,
        "max_retries": 10,
        "timeout": 10,
        "type": "HTTP"
      }
    }
support.huaweicloud.com/api-elb/elb_qy_jk_0001.html