summaryrefslogtreecommitdiff
path: root/api-ref/source/samples/db-mgmt-list-hosts-response.json
blob: 6972dcd6a540e718abdd904d482bd1380a5c75f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "hosts": [
        {
            "instanceCount": 1,
            "name": "hostname_1"
        },
        {
            "instanceCount": 0,
            "name": "hostname_2"
        }
    ]
}