Open a Public Port on a Load Balancer
Expose an internal port of the load balancer to the internet. Returns the public port allocated for the request.
Authorization
AuthorizationRequiredBearer <token>OAuth Authentication
OpenScaler API uses OAuth, a standard for secure authorization. To access the API, obtain a token via the OpenScaler Platform.
Use the access_token in the Authorization header for requests:
Always keep your token secure and do not share it with anyone.
In: header
Request Body
application/jsonRequiredportRequiredintegerInternal port to expose (e.g. 80, 443).
descstringOptional description for this port mapping (e.g. "HTTP").
Path Parameters
lb_idRequiredstringA unique identifier for a load balancer instance.
Port opened successfully.