Get Load Balancer Port Mapping for Instance Creation

get

/api/v1/blockchainPlatforms/instances/generateLBRPortMapping

Returns the external load balancer port mapping that is used in instance creation.

Request

Supported Media Types
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