vsphere_list_datastores
List vSphere datastores with capacity, free space, and over-provisioning status. Filter by name, datacenter, type, or utilization to identify storage risks.
Instructions
List datastores with capacity, free space and over-provisioning.
provisioned_gib includes space promised to thin disks that has not
been written yet, so it can exceed capacity_gib; overprovisioned
flags exactly that case.
Args:
name: Datastore name filter (substring, or glob with */?).
datacenter: Only datastores in this datacenter.
datastore_type: Filter by storage type such as VMFS, NFS or
vsan.
min_used_percent: Only datastores at or above this utilisation, for
spotting the ones about to fill up.
limit: Maximum number of datastores to return.
offset: Number of matches to skip, for paging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| limit | No | ||
| offset | No | ||
| datacenter | No | ||
| datastore_type | No | ||
| min_used_percent | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||