Adding Backend ECSs

Function

This API is used to add backend ECSs to a listener for monitoring.

To add backend ECSs to a UDP listener, IP addresses can be pinged and UDP services must be enabled.

URI

POST /v1.0/{project_id}/elbaas/listeners/{listener_id}/members

Table 1 Parameter description

Parameter

Mandatory

Type

Description

project_id

Yes

String

Specifies the project ID.

listener_id

Yes

String

Specifies the listener ID.

server_id

Yes

String

Specifies the backend ECS ID.

address

Yes

String

Specifies the private IP address of the backend ECS.

Request

Response

Status Code