Responses returned by YKENV

Business Continuity Manager Web API Reference Guide

Version
9.9.1
Audience
anonymous
Part Number
MK-96HC137-03

The following describes the unique response items returned by YKENV. For details about response items common to each command, see Responses common to all CLI commands.

Response body

{ "servletKey":"USERID-01-aaaaaaaa",
  "ver":"0100",
  "appData":{
    "bcmVer":"099100",
    "vendor":"Hitachi Vantara, Ltd.",
    "rc":0,
    "bcmMsg":[
    ],
    "action":"submit",
    "cliname":"YKENV",
    "operands":"",
    "env":{
      "version":"9.8.7-00(00)",
      "hostID":"00",
      "licensePrefix":"HITACHI",
      "bcmLog":"LOGR",
      "cliLog":"NO",
      "YKCMDIF":"N/A 01",
      "YKLCNSE":"N/A HTC1",
      "YKLCNS2":"N/A BCM",
      "LOGPUT":"N/A SAM",
      "SYSLOG":"N/A NO"
    }
  },
  "reused":false, "timeout":false
}

Key

Format

Description

env

object or undefined

Business Continuity Manager environment variable object

version

string

v.r.m.nn(zz)
Version number and build number of Business Continuity Manager

hostID

string

Host ID

licensePrefix

string

Prefix of the license information dataset.

bcmLog

string

BCM log output method.

LOGR: The system logger service is used to output the BCM log.

SAM: The BCM log is output to a SAM file.

cliLog

string

CLI command-execution log output settings.

YES: The log is output to SYSLOG.

CONSOLE: The log is output to the console.

NO: The CLI command-execution log is not output.

YKCMDIF

string

The value of the Business Continuity Manager environment variable YKCMDIF, which was set by the YKSETENV command, and the value of the system symbol YKCMDIF are output separated by a space.

If the value is not set, N/A is displayed.

YKLCNSE

string

The value of the Business Continuity Manager environment variable YKLCNSE, which was set by the YKSETENV command, and the value of the system symbol YKLCNSE are output separated by a space.

If the value is not set, N/A is displayed.

YKLCNS2

string

The value of the Business Continuity Manager environment variable YKLCNS2, which was set by the YKSETENV command, and the value of the system symbol YKLCNS2 are output separated by a space.

If the value is not set, N/A is displayed.

LOGPUT

string

The value of the Business Continuity Manager environment variable LOGPUT, which was set by the YKSETENV command, and the value of the system symbol LOGPUT are output separated by a space.

If the value is not set, N/A is displayed.

SYSLOG

string

The value of the Business Continuity Manager environment variable SYSLOG, which was set by the YKSETENV command, and the value of the system symbol SYSLOG are output separated by a space.

If the value is not set, N/A is displayed.