- Media Type
[application/vnd.org.midonet.neutron.lb.Member-v1+json]
- Collection Media Type
[application/vnd.org.midonet.neutron.lb.Members-v1+json]
GET /neutron/lb/members GET /neutron/lb/members/:memberId POST /neutron/lb/members DELETE /neutron/lb/members/:memberId
Field Name | Type | POST/PUT | Required | Description |
---|---|---|---|---|
id | UUID | POST | No | A unique identifier of the resource. If this field is omitted in the POST request, a random UUID is generated. |
tenant_id | String | POST | Yes | The identifier of the tenant that owns the pool member. |
address | String | POST/PUT | No | The IPv4 address of the pool member. |
admin_state_up | Boolean | POST/PUT | No | The administrative state of the pool member. The default is |
pool_id | UUID | POST/PUT | No | The identifier of the pool resource associated with this member. |
protocol_port | Integer | POST/PUT | No | The port on which the traffic will be load balanced. |
status | String | POST/PUT | No | The pool member status. Values are |
status_description | String | POST/PUT | No | The status description. |
weight | Integer | POST/PUT | No | The proportion of traffic that this member will receive. |