Name
[Windows Manager]
Installation_folder\RCXCFMG\bin\ListDiskImage - Gets a List of Cloning Images
[Linux Manager]
/opt/FJSVcfmg/bin/ListDiskImage.sh - Gets a List of Cloning Images
Synopsis
[Windows Manager]
ListDiskImage -version version ID -locale the language for communicating -userId user ID -password password -orgId tenant name
[Linux Manager]
ListDiskImage.sh -version version ID -locale the language for communicating -userId user ID -password password -orgId tenant name
Function description
This command gets a list of the disk image IDs in the virtual data center.
Options
Specify the version ID of the L-Platform API.
Specify the language used to communicate with the L-Platform API.
Specify the user ID for executing the L-Platform API.
Specify the password for the user ID for executing the L-Platform API.
Specify the tenant name of the user for executing the L-Platform API.
Requirements
User with OS administrator privilege
Admin server
Example
> ListDiskImage -version 2.0 -locale en -userId user3 -password password -orgId tenantA <?xml version="1.0" encoding="UTF-8"?> <ListDiskImageResponse xmlns="http://cfmg.systemwalker.jp.fujitsu.com"> <responseMessage>PAPI00000 Processing was completed.</responseMessage> <responseStatus>SUCCESS</responseStatus> <diskimages> <diskimage> <creatorName>user3</creatorName> <diskimageId>image-138141d0153</diskimageId> <diskimageName>image-1</diskimageName> <name>image-1</name> <maxCpuPerf>3.0</maxCpuPerf> <maxDiskSize>500.0</maxDiskSize> <maxMemorySize>4.0</maxMemorySize> <maxSysvolSize>500.0</maxSysvolSize> <numOfMaxCpu>4</numOfMaxCpu> <numOfMaxDisk>3</numOfMaxDisk> <numOfMaxNic>1</numOfMaxNic> <disks> <disk> <diskNo>1</diskNo> <size>20.0</size> </disk> </disks> <patches> <patch> <componentName>INSERVEE</componentName> <description>Jservlet</description> <patchId>T000519WP-04</patchId> <softwareId>SW00000004</softwareId> </patch> </patches> <registrant>user3</registrant> <size>15.0</size> <softwares> <software> <category>OS</category> <license>MicroSoft</license> <name>Windows</name> <officialVersion /> <osCategory>windows</osCategory> <patch /> <softwareId>SW00000001</softwareId> <support>SDK</support> <version>6.0</version> </software> <software> <category>APP</category> <license>Fujitsu</license> <name>Interstage Application Server</name> <officialVersion /> <osCategory>windows</osCategory> <patch /> <softwareId>SW00000004</softwareId> <support>SDK</support> <version>6.1</version> </software> </softwares> </diskimage> </diskimages> </ListDiskImageResponse>
# ListDiskImage.sh -version 2.0 -locale en -userId user3 -password password -orgId tenantA <?xml version="1.0" encoding="UTF-8"?> <ListDiskImageResponse xmlns="http://cfmg.systemwalker.jp.fujitsu.com"> <responseMessage>PAPI00000 Processing was completed.</responseMessage> <responseStatus>SUCCESS</responseStatus> <diskimages> <diskimage> <creatorName>user3</creatorName> <diskimageId>image-138141d0153</diskimageId> <diskimageName>image-1</diskimageName> <name>image-1</name> <maxCpuPerf>3.0</maxCpuPerf> <maxDiskSize>500.0</maxDiskSize> <maxMemorySize>4.0</maxMemorySize> <maxSysvolSize>500.0</maxSysvolSize> <numOfMaxCpu>4</numOfMaxCpu> <numOfMaxDisk>3</numOfMaxDisk> <numOfMaxNic>1</numOfMaxNic> <disks> <disk> <diskNo>1</diskNo> <size>20.0</size> </disk> </disks> <patches> <patch> <componentName>INSERVEE</componentName> <description>Jservlet</description> <patchId>T000519WP-04</patchId> <softwareId>SW00000004</softwareId> </patch> </patches> <registrant>user3</registrant> <size>15.0</size> <softwares> <software> <category>OS</category> <license>MicroSoft</license> <name>Windows</name> <officialVersion /> <osCategory>windows</osCategory> <patch /> <softwareId>SW00000001</softwareId> <support>SDK</support> <version>6.0</version> </software> <software> <category>APP</category> <license>Fujitsu</license> <name>Interstage Application Server</name> <officialVersion /> <osCategory>windows</osCategory> <patch /> <softwareId>SW00000004</softwareId> <support>SDK</support> <version>6.1</version> </software> </softwares> </diskimage> </diskimages> </ListDiskImageResponse>
Exit Status
This command returns the following values:
The command executed successfully.
An error has occurred.