Name
[Windows Manager]
Installation_folder\RCXCFMG\bin\GetLPlatformDescriptorAttributes - Gets Template Attributes
[Linux Manager]
/opt/FJSVcfmg/bin/GetLPlatformDescriptorAttributes.sh - Gets Template Attributes
Synopsis
[Windows Manager]
GetLPlatformDescriptorAttributes -version version ID -locale the language for communicating -userId user ID -password password -orgId tenant name -lplatformDescriptorId L-Platform template ID
[Linux Manager]
GetLPlatformDescriptorAttributes.sh -version version ID -locale the language for communicating -userId user ID -password password -orgId tenant name -lplatformDescriptorId L-Platform template ID
Function description
This command gets attribute information for L-Platform templates.
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.
Specify the L-Platform template ID.
Requirements
User with OS administrator privilege
Admin server
Example
> GetLPlatformDescriptorAtributes -version 2.0 -locale en -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 en -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>
Exit Status
This command returns the following values:
The command executed successfully.
An error has occurred.