Skip to content

Commit

Permalink
Add documentation for http-idle-timeout-seconds loadbalancers (#758)
Browse files Browse the repository at this point in the history
* Add documentation for http-idle-timeout-seconds loadbalancers

* Address code review comments
  • Loading branch information
StephenVarela authored Nov 29, 2022
1 parent 47d88fb commit d2299f3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
4 changes: 3 additions & 1 deletion specification/resources/load_balancers/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ load_balancer_basic_create_request:
- 3164444
- 3164445
project_id: 9cc10173-e9ea-4176-9dbc-a4cee4c4ff30
http_idle_timeout_seconds: 60

load_balancer_ssl_termination_create_request:
description: Terminating SSL at the load balancer using a managed SSL
Expand Down Expand Up @@ -109,4 +110,5 @@ load_balancer_update_request:
enable_proxy_protocol: true
enable_backend_keepalive: true
vpc_uuid: c33931f2-a26a-4e61-b85c-4e95a2ec431b
project_id: 9cc10173-e9ea-4176-9dbc-a4cee4c4ff30
project_id: 9cc10173-e9ea-4176-9dbc-a4cee4c4ff30
http_idle_timeout_seconds: 60
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,15 @@ properties:
description: A boolean value indicating whether HTTP keepalive connections
are maintained to target Droplets.

http_idle_timeout_seconds:
type: integer
example: 90
default: 60
minimum: 30
maximum: 600
description: An integer value which configures the idle timeout for HTTP requests
to the target droplets.

vpc_uuid:
type: string
format: uuid
Expand Down
3 changes: 3 additions & 0 deletions specification/resources/load_balancers/responses/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ load_balancer_basic_response:
vpc_uuid: c33931f2-a26a-4e61-b85c-4e95a2ec431b
disable_lets_encrypt_dns_records: false
project_id: 9cc10173-e9ea-4176-9dbc-a4cee4c4ff30
http_idle_timeout_seconds: 60

load_balancer_ssl_termination_response:
value:
Expand Down Expand Up @@ -322,6 +323,7 @@ load_balancer_update_response:
vpc_uuid: c33931f2-a26a-4e61-b85c-4e95a2ec431b
disable_lets_encrypt_dns_records: false
project_id: 9cc10173-e9ea-4176-9dbc-a4cee4c4ff30
http_idle_timeout_seconds: 60

load_balancers_all:
value:
Expand Down Expand Up @@ -452,6 +454,7 @@ load_balancers_all:
vpc_uuid: 587d698c-de84-11e8-80bc-3cfdfea9fcd1
disable_lets_encrypt_dns_records: false
project_id: 9cc10173-e9ea-4176-9dbc-a4cee4c4ff30
http_idle_timeout_seconds: 60
links: {}
meta:
total: 2

0 comments on commit d2299f3

Please sign in to comment.