Top
Systemwalker Operation Manager  Reference Guide
FUJITSU Software

1.21.1 Common Base Credential Control Statement

This control statement sets the credential used by the Systemwalker Operation Manager common base, calendar function, and power control function.

The following authentication types can be set.

Synopsis

The JSON format and character encoding are described in UTF -8. All data types are specified as string.

You can register multiple credential at one time by using a list format.

The following describes the description format for each authentication type.

Control statements for PowerChute authentication

Register the control statement for this authentication type when using "PowerChute (R) Business Edition 10.0" as the power control software with the power control function.

The user name and password set for this authentication type are used to power the power control software.

{
  "name": "Credential Name",                                   ------(1)Note *
  "authType": "Authentication type",                                 ------(2)Note *
  "pcUser": "User name of the PowerChute user",             ------(3)Note *
  "pcPasswd": "User password of the PowerChute user"            ------(4)Note *
}

Note *: Must be specified.

(1) name Credential name

Specify powerchute.

(2) authType Authentication type

Specify powerchute.

(3) pcUser User name of the PowerChute user

The user name of the PowerChute user cannot exceed 1024 bytes.

The following characters are not allowed.

\ " %

(4) pcPasswd User password of the PowerChute user

The user password of the PowerChute user cannot exceed 1024 bytes.

The following characters are not allowed.

\ " %