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

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

请求示例

创建健康检查,并指定检查协议为HTTP协议

POST https://{ELB_Endpoint}/v3/99a3fff0d03c428eac3678da6a7d0f24/elb/healthmonitors

{
  "healthmonitor" : {
    "name" : "My Healthmonitor",
    "max_retries" : 3,
    "pool_id" : "488acc50-6bcf-423d-8f0a-0f4184f5b8a0",
    "type" : "HTTP",
    "timeout" : 30,
    "delay" : 1
  }
}
support.huaweicloud.com/api-elb/CreateHealthMonitor.html