netconn-api/v2.0/samples/scheduler/sche-lbaas-agent-list-res.json
Diane Fleming c5a1e0fb52 Clean up networking API reference
remove unneeded files
fix formatting
spell-check
title capitalization

Change-Id: I6f98cf14a02d138a87f22b213be82664372a7727
author: diane fleming
2014-05-16 10:48:10 -05:00

21 lines
733 B
JSON

{
"agent": {
"admin_state_up": true,
"agent_type": "Loadbalancer agent",
"alive": true,
"binary": "neutron-loadbalancer-agent",
"configurations": {
"device_driver": "neutron.services.loadbalancer.drivers.haproxy.namespace_driver.HaproxyNSDriver",
"devices": 0,
"interface_driver": "neutron.agent.linux.interface.OVSInterfaceDriver"
},
"created_at": "2013-10-01 12:50:13",
"description": null,
"heartbeat_timestamp": "2013-10-01 12:56:29",
"host": "ostack02",
"id": "6ee1df7f-bae4-4ee9-910a-d33b000773b0",
"started_at": "2013-10-01 12:50:13",
"topic": "lbaas_process_on_host_agent"
}
}