名前
【Windowsマネージャー】
インストールフォルダー\RCXCFMG\bin\GetLPlatformDescriptorAttributes - テンプレートの属性を取得
【Linuxマネージャー】
/opt/FJSVcfmg/bin/GetLPlatformDescriptorAttributes.sh - テンプレートの属性を取得
形式
【Windowsマネージャー】
GetLPlatformDescriptorAttributes -version バージョンID -locale 言語コード -userId ユーザーID -password パスワード -orgId テナント名 -lplatformDescriptorId L-PlatformテンプレートID
【Linuxマネージャー】
GetLPlatformDescriptorAttributes.sh -version バージョンID -locale 言語コード -userId ユーザーID -password パスワード -orgId テナント名 -lplatformDescriptorId L-PlatformテンプレートID
機能説明
L-Platformテンプレートの属性情報を取得します。
オプション
L-Platform APIのバージョンIDを指定します。
L-Platform APIと通信するための言語を指定します。
L-Platform APIを実行するユーザーIDを指定します。
L-Platform APIを実行するユーザーIDのパスワードを指定します。
L-Platform APIを実行するユーザーのテナント名を指定します。
L-PlatformテンプレートIDを指定します。
必要な権限・実行環境
OSの管理者権限をもつユーザー
管理サーバ
使用例
> GetLPlatformDescriptorAtributes -version 2.0 -locale ja -userId user3 -password password -orgId tenantA -lplatformDescriptorId template-138141e01cc
<?xml version= "1.0" encoding="UTF-8"?>
<GetLPlatformDescriptorAttributesResponse xmlns="http://cfmg.systemwalker.jp.fujitsu.com">
<responseMessage>PAPI00000 Processing was completed.</responseMessage>
<responseStatus>SUCCESS</responseStatus>
<lplatformdescriptor>
<creatorName>user3</creatorName>
<description>desc</description>
<registrant>user3</registrant>
<lplatformdescriptorId>template-138141e01cc</lplatformdescriptorId>
<lplatformdescriptorName>Win2k8x86_0826_net</lplatformdescriptorName>
</lplatformdescriptor>
</GetLPlatformDescriptorAttributesResponse># GetLPlatformDescriptorAttributes.sh -version 2.0 -locale ja -userId user3 -password password -orgId tenantA -lplatformDescriptorId template-138141e01cc
<?xml version="1.0" encoding="UTF-8"?>
<GetLPlatformDescriptorAttributesResponse xmlns="http://cfmg.systemwalker.jp.fujitsu.com">
<responseMessage>PAPI00000 Processing was completed.</responseMessage>
<responseStatus>SUCCESS</responseStatus>
<lplatformdescriptor>
<creatorName>user3</creatorName>
<description>desc</description>
<registrant>user3</registrant>
<lplatformdescriptorId>template-138141e01cc</lplatformdescriptorId>
<lplatformdescriptorName>Win2k8x86_0826_net</lplatformdescriptorName>
</lplatformdescriptor>
</GetLPlatformDescriptorAttributesResponse>終了ステータス
以下の終了ステータスが返されます。
正常に処理されました。
エラーが発生しました。