
Use 'project' instead of 'tenant' in descriptions. Accept either 'tenant_id' or 'project_id' in requests. Return both 'tenant_id' or 'project_id' in responses. Related Blueprint: keystone-v3 Change-Id: I606f7399dfb824ba08922470f6e46b0a150af33b
22 lines
615 B
JSON
22 lines
615 B
JSON
{
|
|
"pools": [
|
|
{
|
|
"admin_state_up": true,
|
|
"description": "simple pool",
|
|
"healthmonitor_id": null,
|
|
"id": "4c0a0a5f-cf8f-44b7-b912-957daa8ce5e5",
|
|
"lb_algorithm": "ROUND_ROBIN",
|
|
"listeners": [
|
|
{
|
|
"id": "35cb8516-1173-4035-8dae-0dae3453f37f"
|
|
}
|
|
],
|
|
"members": [],
|
|
"name": "pool1",
|
|
"protocol": "HTTP",
|
|
"project_id": "1a3e005cf9ce40308c900bcb08e5320c",
|
|
"tenant_id": "1a3e005cf9ce40308c900bcb08e5320c"
|
|
}
|
|
]
|
|
}
|