netconn-api/v2.0/samples/sche-dhcp-list-res.json
Diane Fleming 64cca08847 Rework directories for netconn - both are neutron
Partial_Bug: #1233748

Change-Id: I6fa1a8b194da4d90941051151a13f06786642758
author: diane fleming
2013-10-08 09:18:08 -05:00

29 lines
916 B
JSON

HTTP/1.1 200 OK
Content-Type: application/json; charset=UTF-8
Content-Length: 522
Date: Wed, 27 Mar 2013 01:14:40 GMT
{
"agents": [{
"binary": "neutron-dhcp-agent",
"description": null,
"admin_state_up": true,
"heartbeat_timestamp": "2013-03-27T00:24:01.000000",
"alive": false,
"topic": "dhcp_agent",
"host": "HostC",
"agent_type": "DHCP agent",
"created_at": "2013-03-26T23:54:20.000000",
"started_at": "2013-03-26T23:54:20.000000",
"id": "d5724d7e-389d-4ba0-8d00-fc673a147bfa",
"configurations": {
"subnets": 2,
"use_namespaces": true,
"dhcp_driver": "neutron.agent.linux.dhcp.Dnsmasq",
"networks": 2,
"dhcp_lease_time": 120,
"ports": 5
}
}
]
}