Lists all datastores managed by the vSphere instance.

Example Output

[
	{
		"datastore${$[0].datastore$}$": "datastore-15",
		"name${$[0].name$}$": "datastore1",
		"type${$[0].type$}$": "VMFS",
		"free_space${$[0].free_space$}$": 8912896000,
		"capacity${$[0].capacity$}$": 14763950080
	},
	{
		"datastore${$[1].datastore$}$": "datastore-24",
		"name${$[1].name$}$": "ds2",
		"type${$[1].type$}$": "VMFS",
		"free_space${$[1].free_space$}$": 22830645248,
		"capacity${$[1].capacity$}$": 53418655744
	}
]

Workflow Library Example

List Datastores with Vmware Vsphere and Send Results Via Email

Preview this Workflow on desktop