名前
【Windowsマネージャー】
インストールフォルダー\RCXCFMG\bin\ListDiskImage - マスターイメージの一覧を取得
【Linuxマネージャー】
/opt/FJSVcfmg/bin/ListDiskImage.sh - マスターイメージの一覧を取得
形式
【Windowsマネージャー】
ListDiskImage -version バージョンID -locale 言語コード -userId ユーザーID -password パスワード -orgId テナント名
【Linuxマネージャー】
ListDiskImage.sh -version バージョンID -locale 言語コード -userId ユーザーID -password パスワード -orgId テナント名
機能説明
仮想データセンター内にあるディスクイメージのIDを取得します。
オプション
L-Platform APIのバージョンIDを指定します。
L-Platform APIと通信するための言語を指定します。
L-Platform APIを実行するユーザーIDを指定します。
L-Platform APIを実行するユーザーIDのパスワードを指定します。
L-Platform APIを実行するユーザーのテナント名を指定します。
必要な権限・実行環境
OSの管理者権限をもつユーザー
管理サーバ
使用例
> ListDiskImage -version 2.0 -locale jp -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> <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 jp -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> <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>
終了ステータス
以下の終了ステータスが返されます。
正常に処理されました。
エラーが発生しました。