Responses returned by YKGETHDA

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 YKGETHDA. 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":"YKGETHDA",
    "operands":"SN(81232)",
    "offset":0,
    "limit":3,
    "total":3,
    "prefix":"USERID.PREFIX",
    "snHda":[
      {
        "DADID":"LOCAL",
        "serialNum":"81232",
        "updateID":"CC709D46FD7D0000",
        "model":"VSPG1000",
        "microcode":"80010003",
        "IFType":"4040",
        "physicalSerialNum":"81232",
        "LDKCNum":"0",
        "NGDADIDEnable":false,
        "keySI":true,
        "keyTC":true,
        "keyUR":true,
        "ccaHda":[
{
  "CUNum":"40",
  "CCA":"C0",
  "SSID":"7A40",
  "schSet":"0",
  "devn":"CA00",
  "volser":"KV40C0",
  "cyls":"69006",
  "external":"N"
},
{
  "CUNum":"40",
  "CCA":"C1",
  "SSID":"7A40",
  "schSet":"0",
  "devn":"CA01",
  "volser":"KV40C1",
  "cyls":"69006",
  "external":"N"
},
{
  "CU":"40",
  "CCA":"C2",
  "SSID":"7A40",
  "schSet":"0",
  "devn":"CA02",
  "volser":"KV40C2",
  "cyls":"69006",
  "external":"N"
}
        ]
      }
    ]
  },
  "reused":false, "timeout":false
}

Key

Format

Description

offset

number or undefined

Sequence number of the device output at the beginning of the array of snHda key values (in order of the control unit numbers, and in order of the command control addresses within a control unit)

limit

number or undefined

Maximum number of devices that can be output in a response message

total

number or undefined

Number of devices in the disk configuration definition file

prefix

string or undefined

Dataset prefix of the disk configuration definition file

snHda

object array or undefined

Array of disk configuration definition objects

DADID

string

Device address domain ID defined in the disk configuration definition file

serialNum

string

Storage system serial number

updateID

string

Last update ID

description

string or undefined

Descriptions added by the user

model

string

Storage system model

  • VSPG1000

  • VSPG1500

  • VSPF1500

  • VSP5100

  • VSP5200

  • VSP5500

  • VSP5600

  • VSP5100H

  • VSP5200H

  • VSP5500H

  • VSP5600H

microcode

string

Microcode number

IFType

string

Interface version

physicalSerialNum

string

Physical disk controller serial number

LDKCNum

string

Logical disk controller number

NGDADIDEnable

string

Logical disk controller number

  • 0: Not a Non Gen'ed device address domain ID

  • 1: Non Gen'ed device address domain ID

keySI

boolean

ShadowImage key

keyTC

boolean

TrueCopy key

keyUR

boolean

Universal Replicator key

ccaHda

object array

Array of volume objects

CUNum

string

Control unit number of the volume

CCA

string

Command control address of the volume

SSID

string

SSID

schSet

string

Subchannel set ID

devn#3

string or undefined

Device number

volser#1

string or undefined

Volume serial number

cyls

string

Volume capacity (the number of cylinders)

external#2

string

External volume information

  • Y: External volume

  • N: Not an external volume

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

#1

This is not output if the information cannot be obtained.

#2

External volume information can be obtained when Business Continuity Manager scans a device. This is not output if the information cannot be obtained.

#3

This is not output if a dummy device number needs to be assigned but is not set.