Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

about the status_code of health_checker

edited Feb 8, 2018 8:00AM in OCI - General 1 comment

Summary

about the status_code of health_checker

Content

hi,

anybody can tell me the key name of status_code in health_checker.

I tried to following code with terraform, but got an error.

[Code]

health_checker {

    protocol = "HTTP"

    port = "2001"

    response_body_regex = "^(500|40[1348])$"

    interval_ms = "5000"

    url_path = "www.abc.com/test"

    status_code="200"

  }

[Error]

Error: oci_load_balancer_backendset.dmh01_lb_backendset: health_checker.0: invalid or unknown key: status_code

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!