summaryrefslogtreecommitdiff
path: root/app/views/api/agents/index.json.jbuilder
blob: 65f6f60cbc8217c89be2a64bd2a2d6ef5a6a4b0d (plain)
1
2
3
4
json.array!(@agents) do |agent|
  json.extract! agent, :id, :hostname
  json.url agent_url(agent, format: :json)
end