
# 健康检查
| 权限                | 对应API接口                                                       | 授权项                       | IAM项目（Project） | 企业项目（Enterprise Project） |
|:---|:---|:---|:---|:---|
| 创建healthmonitor   | POST /v3/{project_id}/elb/healthmonitors                      | elb:healthmonitors:create | √              | √                        |
| 查询healthmonitor   | GET /v3/{project_id}/elb/healthmonitors/{healthmonitor_id}    | elb:healthmonitors:get    | √              | √                        |
| 查询healthmonitor列表 | GET /v3/{project_id}/elb/healthmonitors                       | elb:healthmonitors:list   | √              | √                        |
| 更新healthmonitor   | PUT /v3/{project_id}/elb/healthmonitors/{healthmonitor_id}    | elb:healthmonitors:put    | √              | √                        |
| 删除healthmonitor   | DELETE /v3/{project_id}/elb/healthmonitors/{healthmonitor_id} | elb:healthmonitors:delete | √              | √                        |
   
