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 command 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> <description>SLB server1</description> <lplatformModel>SLB only</lplatformModel> <name>slb_config1</name> <numOfMaxSegment>5</numOfMaxSegment> <numOfMaxVm>15</numOfMaxVm> <rulesetCategory>config</rulesetCategory> <type>SLB</type> </ruleset> <ruleset> <description>SLB server2</description> <lplatformModel>Firewall+SLB</lplatformModel> <name>slb_config2a</name> <numOfMaxSegment>5</numOfMaxSegment> <numOfMaxVm>15</numOfMaxVm> <rulesetCategory>config</rulesetCategory> <type>SLB</type> </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> <description>SLB server1</description> <lplatformModel>SLB only</lplatformModel> <name>slb_config1</name> <numOfMaxSegment>5</numOfMaxSegment> <numOfMaxVm>15</numOfMaxVm> <rulesetCategory>config</rulesetCategory> <type>SLB</type> </ruleset> <ruleset> <description>SLB server2</description> <lplatformModel>Firewall+SLB</lplatformModel> <name>slb_config2a</name> <numOfMaxSegment>5</numOfMaxSegment> <numOfMaxVm>15</numOfMaxVm> <rulesetCategory>config</rulesetCategory> <type>SLB</type> </ruleset> </rulesets> </ListSLBRulesetResponse>
Exit Status
This command returns the following values:
The command executed successfully.
An error has occurred.