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

14.42 ListSLBRuleset (Obtain a List of Server Load Balancer Rulesets)

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

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

-rulesetCategory(optional)

Specify the category of the ruleset.

Requirements

Permissions

User with OS administrator privilege

Location

Admin server

Example

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

0

The command executed successfully.

non-zero

An error has occurred.