summaryrefslogtreecommitdiffstats
path: root/docs/docsite/rst/scenario_guides/vmware_rest_scenarios/task_outputs/Retrieve_a_list_of_all_the_datastores.result.json
blob: 48c3cf80b784618905a369f6f58d31c3a1abe438 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
    "value": [
        {
            "datastore": "datastore-1644",
            "name": "local",
            "type": "VMFS",
            "free_space": 13523484672,
            "capacity": 15032385536
        },
        {
            "datastore": "datastore-1645",
            "name": "ro_datastore",
            "type": "NFS",
            "free_space": 24638349312,
            "capacity": 26831990784
        },
        {
            "datastore": "datastore-1646",
            "name": "rw_datastore",
            "type": "NFS",
            "free_space": 24638349312,
            "capacity": 26831990784
        }
    ],
    "changed": false
}