Responses returned by YKFCSTAT

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 YKFCSTAT. 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":"YKFCSTAT",
    "operands":"",
    "fcInfo":{
      "source":{
        "state0":"1",
        "state1":"1",
        "state2":"1",
        "state3":"1",
        "state4":"1",
        "state5":"1",
        "state6":"1",
        "state7":"1"
      },
      "target":{
        "state0":"0",
        "state1":"0",
        "state2":"0",
        "state3":"0",
        "state4":"0",
        "state5":"0",
        "state6":"0",
        "state7":"0"
      }
    }
  },
  "reused":false, "timeout":false
}

Key

Format

Description

fcInfo

object or undefined

FlashCopy® information object

source

object

FlashCopy® source object

state0

string

Hardware information

state1

string

Hardware information

state2

string

Hardware information

state3

string

Hardware information

state4

string

Hardware information

state5

string

Hardware information

state6

string

Hardware information

state7

string

Hardware information

target

object

FlashCopy® target object

state0

string

Existence of a FlashCopy® relationship:

  • 0: No
  • 1: Yes (copying)

state1

string

Existence of a FlashCopy® in COPY mode relationship:

  • 0: No
  • 1: Yes (Copying in COPY mode)

state2

string

Existence of a FlashCopy® in NOCOPY mode relationship:

  • 0: No (No FlashCopy® in NOCOPY mode)
  • 1: Yes (FlashCopy® in NOCOPY mode exists)

state3

string

Hardware information

state4

string

Hardware information

state5

string

Hardware information

state6

string

Existence of a failure suspension during FlashCopy®:

  • 0: No
  • 1: Yes

state7

string

Existence of an incremental FlashCopy® relationship:

  • 0: No
  • 1: Yes

Note: The items in the preceding table are output when the rc key value is 0.