netconn-api/v2.0/samples/scheduler/sche-dhcp-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

25 lines
718 B
JSON

{
"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
}
}
]
}