Removing Backend ECSs

Function

This API is used to remove backend ECSs from a listener. Multiple backend ECSs can be removed concurrently.

URI

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

Table 1 Parameter description

Parameter

Mandatory

Type

Description

project_id

Yes

String

Specifies the project ID.

listener_id

Yes

String

Specifies the listener ID.

removeMember

Yes

Array

Lists the removed backend ECSs.

Table 2 removeMember parameter description

Parameter

Mandatory

Type

Description

id

Yes

String

Specifies the backend ECS ID.

Request

Response

Status Code

Parent topic: Backend ECS