Skip to content

Latest commit

 

History

History
67 lines (41 loc) · 2.4 KB

EdgeGatewayLoadBalancerApi.md

File metadata and controls

67 lines (41 loc) · 2.4 KB

\EdgeGatewayLoadBalancerApi

All URIs are relative to https://localhost/cloudapi

Method HTTP request Description
GetLoadBalancerConfig Get /1.0.0/edgeGateways/{gatewayId}/loadBalancer Retrieves Load Balancer configuration on an Edge Gateway.
UpdateLoadBalancerConfig Put /1.0.0/edgeGateways/{gatewayId}/loadBalancer Update Load Balancer configuration on an Edge Gateway.

GetLoadBalancerConfig

EdgeGatewayLoadBalancerConfig GetLoadBalancerConfig(ctx, gatewayId) Retrieves Load Balancer configuration on an Edge Gateway.

Retrieves the current state of Load Balancer service on Edge Gateway.

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
gatewayId string

Return type

EdgeGatewayLoadBalancerConfig

Authorization

ApiKeyAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json;version=36.0

[Back to top] [Back to API list] [Back to Model list] [Back to README]

UpdateLoadBalancerConfig

UpdateLoadBalancerConfig(ctx, loadBalancerConfig, gatewayId) Update Load Balancer configuration on an Edge Gateway.

Updates the Load Balancer service configuration on Edge Gateway.

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
loadBalancerConfig EdgeGatewayLoadBalancerConfig
gatewayId string

Return type

(empty response body)

Authorization

ApiKeyAuth

HTTP request headers

  • Content-Type: application/json
  • Accept: /;version=36.0

[Back to top] [Back to API list] [Back to Model list] [Back to README]