index.json.jbuilder 134 Bytes
json.array!(@lxd_hosts) do |lxd_host|
  json.extract! lxd_host, :id, :name, :uri
  json.url lxd_host_url(lxd_host, format: :json)
end