Get Load Balancer Port Mapping for Scaleout

get

/api/v1/blockchainPlatforms/instances/{id}/Scaleout/generateLBRPortMapping

Returns the external load balancer port mapping when you scale up a new peer.

Request

Supported Media Types
Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

OK
Body ()
Root Schema : LBRPortMappingWrapper
Type: object
External load balancer port mapping list wrapper
Show Source
Nested Schema : portMapping
Type: array
List of external load balancer Port mapping
Show Source
Nested Schema : LBRPortMapping
Type: object
External load balancer port mapping
Show Source

401 Response

Unauthorized
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source
Nested Schema : errors
Type: array
list of errors
Show Source
Nested Schema : warnings
Type: array
list of warnings
Show Source

404 Response

Not Found
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source
Nested Schema : errors
Type: array
list of errors
Show Source
Nested Schema : warnings
Type: array
list of warnings
Show Source

500 Response

Internal Server Error
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source
Nested Schema : errors
Type: array
list of errors
Show Source
Nested Schema : warnings
Type: array
list of warnings
Show Source
Back to Top