Name
[Windows Manager]
Installation_folder\RCXCFMG\bin\ListSLBRuleset - Obtain a List of Server Load Balancer Rulesets
[Linux Manager]
/opt/FJSVcfmg/bin/ListSLBRuleset.sh - Obtain a List of Server Load Balancer Rulesets
Synopsis
[Windows Manager]
ListSLBRuleset -version version ID -locale the language for communicating -userId user ID -password password -orgId tenant name [-rulesetCategory category of the ruleset]
[Linux Manager]
ListSLBRuleset.sh -version version ID -locale the language for communicating -userId user ID -password password -orgId tenant name [-rulesetCategory category of the ruleset]
Function description
This commnad obtains a list of the server load balancer rulesets.
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 category of the ruleset.
Requirements
User with OS administrator privilege
Admin server
Example
> ListSLBRuleset -version 2.0 -locale en -userId user3 -password password -orgId tenantA -rulesetCategory config <?xml version="1.0" encoding="UTF-8"?> <ListSLBRulesetResponse xmlns="http://cfmg.systemwalker.jp.fujitsu.com"> <responseMessage>PAPI00000 Processing was completed.</responseMessage> <responseStatus>SUCCESS</responseStatus> <rulesets> <ruleset> <name>SLB1</name> <type>SLB</type> <rulesetCategory>config</rulesetCategory> <description>SLB server1</description> <lplatformModel>SLB only</lplatformModel> </ruleset> <ruleset> <name>SLB2</name> <type>SLB</type> <rulesetCategory>config</rulesetCategory> <description>SLB server2</description> <lplatformModel>SLB only</lplatformModel> </ruleset> </rulesets> </ListSLBRulesetResponse>
# ListSLBRuleset.sh -version 2.0 -locale en -userId user3 -password password -orgId tenantA -rulesetCategory config <?xml version="1.0" encoding="UTF-8"?> <ListSLBRulesetResponse xmlns="http://cfmg.systemwalker.jp.fujitsu.com"> <responseMessage>PAPI00000 Processing was completed.</responseMessage> <responseStatus>SUCCESS</responseStatus> <rulesets> <ruleset> <name>SLB1</name> <type>SLB</type> <rulesetCategory>config</rulesetCategory> <description>SLB server1</description> <lplatformModel>SLB only</lplatformModel> </ruleset> <ruleset> <name>SLB2</name> <type>SLB</type> <rulesetCategory>config</rulesetCategory> <description>SLB server2</description> <lplatformModel>SLB only</lplatformModel> </ruleset> </rulesets> </ListSLBRulesetResponse>
Exit Status
This command returns the following values:
The command executed successfully.
An error has occurred.