summaryrefslogtreecommitdiff
path: root/nova/tests/integrated/api_samples/os-agents/agents-get-resp.json.tpl
blob: dac1f76ffb6fd3247096c55deb809f98b2e8e662 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "agents": [
         {
            "hypervisor": "%(hypervisor)s",
            "os": "%(os)s",
            "architecture": "%(architecture)s",
            "version": "%(version)s",
            "md5hash": "%(md5hash)s",
            "url": "%(url)s",
            "agent_id": "%(agent_id)d"
        }
    ]
}