summaryrefslogtreecommitdiffstats
path: root/docs/docsite/rst/scenario_guides/vmware_rest_scenarios/task_outputs/Retrieve_a_list_of_all_the_datastores.result.json
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docsite/rst/scenario_guides/vmware_rest_scenarios/task_outputs/Retrieve_a_list_of_all_the_datastores.result.json')
-rw-r--r--docs/docsite/rst/scenario_guides/vmware_rest_scenarios/task_outputs/Retrieve_a_list_of_all_the_datastores.result.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/docsite/rst/scenario_guides/vmware_rest_scenarios/task_outputs/Retrieve_a_list_of_all_the_datastores.result.json b/docs/docsite/rst/scenario_guides/vmware_rest_scenarios/task_outputs/Retrieve_a_list_of_all_the_datastores.result.json
new file mode 100644
index 0000000..48c3cf8
--- /dev/null
+++ b/docs/docsite/rst/scenario_guides/vmware_rest_scenarios/task_outputs/Retrieve_a_list_of_all_the_datastores.result.json
@@ -0,0 +1,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
+} \ No newline at end of file