Health Check¶
Permission | API | Action | IAM Project | Enterprise Project |
---|---|---|---|---|
Configures a health check | POST /v2/{project_id}/elb/healthmonitors | elb:healthmonitors:create | Y | Y |
Queries a health check | GET /v2/{project_id}/elb/healthmonitors/{healthmonitor_id} | elb:healthmonitors:get | Y | Y |
Queries health checks | GET /v2/{project_id}/elb/healthmonitors | elb:healthmonitors:list | Y | Y |
Modifies a health check | PUT /v2/{project_id}/elb/healthmonitors/{healthmonitor_id} | elb:healthmonitors:put | Y | Y |
Deletes a health check | DELETE /v2/{project_id}/elb/healthmonitors/{healthmonitor_id} | elb:healthmonitors:delete | Y | Y |