Top
ServerView Resource Orchestrator Cloud Edition V3.1.1 Reference Guide (Command/XML)
ServerView

14.34 ListDiskImage (Gets a List of Cloning Images)

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

-version

Specify the version ID of the L-Platform API.

-locale

Specify the language used to communicate with the L-Platform API.

-userId

Specify the user ID for executing the L-Platform API.

-password

Specify the password for the user ID for executing the L-Platform API.

-orgId

Specify the tenant name of the user for executing the L-Platform API.

Requirements

Permissions

User with OS administrator privilege

Location

Admin server

Example

[Windows Manager]
> 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>
[Linux Manager]
# 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:

0

The command executed successfully.

non-zero

An error has occurred.