Skip to content

Commit

Permalink
removed reference to API
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrajsalomone committed Feb 29, 2024
1 parent a5584d4 commit d2507ca
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10325,32 +10325,32 @@ paths:
"session_stickiness_cookie": "cookie-name",
"session_stickiness_ttl": 24
},
"service_targets":[
{
"percentage": 50,
"label": "service-target-1",
"protocol": "https",
"endpoints": [
{
"ip": "192.0.2.0",
"host": "example.org",
"port": 443,
"rate_capacity": 10000
}
],
"certificate_id": "456789",
"load_balancing_policy": "round_robin",
"healthcheck":
{
"protocol": "http",
"interval": 20,
"timeout": 15,
"unhealthy_threshold": 2,
"healthy_threshold": 4,
"path": "/path1",
"hostname": "example.com"
}
}
"service_targets":[
{
"percentage": 50,
"label": "service-target-1",
"protocol": "https",
"endpoints": [
{
"ip": "192.0.2.0",
"host": "example.org",
"port": 443,
"rate_capacity": 10000
}
],
"certificate_id": "456789",
"load_balancing_policy": "round_robin",
"healthcheck":
{
"protocol": "http",
"interval": 20,
"timeout": 15,
"unhealthy_threshold": 2,
"healthy_threshold": 4,
"path": "/path1",
"hostname": "example.com"
}
}
]
}]
}
Expand Down Expand Up @@ -27524,7 +27524,7 @@ components:
x-linode-cli-display: 3
regions:
description: >
Regions this Cloud Load Balancer covers. To get the regions available for Cloud Load Balancer and other services, see [Regions List](https://www.linode.com/docs/api/regions/#regions-list).
Regions this Cloud Load Balancer covers. To get the regions available for Cloud Load Balancer and other services, refer to the Regions List API.
type: object
items:
type: string
Expand Down Expand Up @@ -27556,7 +27556,7 @@ components:
properties:
regions:
description: >
Regions this Cloud Load Balancer covers. To get the regions available for Cloud Load Balancer and other services, see [Regions List](https://www.linode.com/docs/api/regions/#regions-list).
Regions this Cloud Load Balancer covers. To get the regions available for Cloud Load Balancer and other services, refer to the Regions List API.
type: object
items:
type: string
Expand Down

0 comments on commit d2507ca

Please sign in to comment.