Web Services Interface Guide

155 Dell Lifecycle Controller Web Services Interface Guide for Windows
DataFormat = RAW
DeviceID = DCIM_OpaqueManagementData:Partition1
ElementName = VFlash
Name = label1
PartitionIndex = 1
PartitionType = HDD
Size = 50
SystemCreationClassName = DCIM_ComputerSystem
SystemName = DCIM:ComputerSystem
Note: If nothing is returned, no partitions exist. Use the CreatePartition method to create partitions.
13.2 Initialize the Virtual Flash Media
Enumerate the DCIM_PersistentStorageService class
Invoke the InitializeMedia method on the instance above
The OUT parameter Job will refer to the instance of CIM_ConcreteJob using which the user can
query the status of the initialization of the media.
13.2.1 Get vFlash SD Card Inventory
DCIM_VFlashView is a subclass of CIM_View that is used to represent the physical attributes of the virtual
flash media, such as total size, available size, category etc. on which the partitions will reside.
Enumerate the DCIM_VFlashView with the following parameters and syntax:
EXAMPLE:
winrm e http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_VFlashView -u:[USER] -p:[PASSWORD]
-r:https://[IPADDRESS]/wsman -SkipCNcheck -SkipCAcheck -encoding:utf-8 -a:basic
OUTPUT:
DCIM_VFlashView
AvailableSize = 972
Capacity = 972
ComponentName = vFlash SD Card
See Section 13.2.3 for the populated
initialized fields