...
VM Get Storage Usage
This activity retrieves a subset of the storage information of this virtual machine.
Activity Parameters
The VM Get Attributes VM Get Storage Usage activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- VirtualMachine ID (text box editor type) (type: string): the ID of the Virtual Machine for which you want to retrieve the storage usage information.
- The value can also be obtained from activity: Get VM using the following steps:
- use a Get VM activity to extract the VM ID:
- use a Get VM activity to extract the VM ID:
The Read Only Output variable are the possible output values that the activity will provide:
- Output Commited (type: collection<string>string): outputs a collection of information about the total storage space, commited to the VM across all datastores.
- Output Uncommited (type: collection<string>string): outputs a collection of information about outputs the additional storage space, potentially used by the VM across all datastores.
- Output Unshared (type: collection<string>string): outputs a collection of information about outputs the total storage space occupied by the VM across all datastores that is not shared with any other VM.
...
Execution: The example below is an execution where the storage usage for DemoWin7 virtual machine is returned:
VM List
This activity lists all virtual machines from the specified location.
...