latestOpenAPI 3.0.02026-08-2045003.8 MB

72813baf8d47

Ocean AWS

Attach Load Balancers

Add new load balancers to the existing load balancers on the Ocean Cluster.

put/ocean/aws/k8s/cluster/{oceanClusterId}/loadBalancer/attach

Parameters

#/paths/~1azure~1costs/get/parameters/0 — unresolved $ref
#/paths/~1ocean~1aws~1ecs~1cluster~1%7BoceanClusterId%7D/get/parameters/1 — unresolved $ref

Request body

Example request

{
  "loadBalancers": [
    {
      "type": "CLASSIC",
      "name": "MyClassicLoadBalancer"
    },
    {
      "type": "TARGET_GROUP",
      "arn": "arn:aws:elasticloadbalancing:us-west-2:922761411234:targetgroup"
    }
  ]
}