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

14.22 GetLPlatformDescriptorAttributes (Gets Template Attributes)

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

-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.

-lplatformDescriptorId

Specify the L-Platform template ID.

Requirements

Permissions

User with OS administrator privilege

Location

Admin server

Example

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

0

The command executed successfully.

non-zero

An error has occurred.