- Media Type
[application/vnd.org.midonet.neutron.lb.LoadBalancerV2-v1+json]
- Collection Media Type
[application/vnd.org.midonet.neutron.lb.LoadBalancersV2-v1+json]
GET NOT ALLOWED GET NOT ALLOWED POST /neutron/load_balancers_v2 PUT /neutron/load_balancers_v2/:lbId DELETE /neutron/load_balancers_v2/:lbId
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. |
admin_state_up | Boolean | POST/PUT | No | The administrative state of the pool. Default is |
vip_address | String | POST | Yes | The IP address representing the Virtual IP for this load balancer. |
vip_port_id | UUID | POST | Yes | The ID of the port which will operate as the incoming port for the load balancer. This port must have already been created. |
vip_subnet_id | UUID | POST | Yes | The ID for the VIP port’s subnet. |