Responses returned by YKDSPRMT

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 YKDSPRMT. 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":"YKDSPRMT",
    "operands":"",
    "prefix":"USERID.PREFIX",
    "DADID":"LOCAL",
    "routeID":"ROUTEID",
    "route":[
    {
      "cdevline":[
        {
          "APID":"0001",
          "cdev":[
            {
              "serialNum":"11111",
              "SSID":"1111",
              "CUNum":"11",
              "CCA":"01",
              "devn":"01001",
              "DADID":"LOCAL",
              "status":"OK"
            },
            {
              "serialNum":"22222",
              "SSID":"2211",
              "CUNum":"11",
              "CCA":"01",
              "DADID":"MID",
              "status":"N/A"
            },
            {
              "serialNum":"33333",
              "SSID":"3311",
              "CUNum":"11",
              "CCA":"01",
              "DADID":"REMOTE",
              "status":"NG"
            }
          ]
        },
        {
          "APID":"0001",
          "cdev":[
            {
              "serialNum":"11111",
              "SSID":"1111",
              "CUNum":"11",
              "CCA":"02",
              "devn":"01001",
              "DADID":"LOCAL",
              "status":"OK"
            },
            {
              "serialNum":"22222",
              "SSID":"2211",
              "CUNum":"11",
              "CCA":"02",
              "DADID":"MID",
              "status":"N/A"
            },
            {
              "serialNum":"33333",
              "SSID":"3311",
              "CUNum":"11",
              "CCA":"02",
              "DADID":"REMOTE",
              "status":"NG"
            }
          ]
        }
      ]
    }
    ]
  },
  "reused":false, "timeout":false
}

Key

Format

Description

prefix

string or undefined

Dataset prefix of the configuration file

DADID

string or undefined

DADID of the host running YKDSPRMT

routeID

string or undefined

ID of the route list definition file

route

object array or undefined

Array of route objects

cdevline

object array

Array of command device line objects

APID

string

APID of the command device line

label

string or undefined

Route label

cdev

string

Array of command device objects in the command device line

serialNum

string

Serial number of the storage system to which the command device belongs

SSID

string

SSID of the command device

CUNum

string

CU number of the command device

CCA

string

CCA of the command device

devn

string or undefined

Device number of the command device

DADID

string

DADID to which the command device belongs

status

string

Registration status of the command device
OK: The command device is registered (YKBLDCMD is run).
NG: The command device is not registered. Alternatively, the definition and the contents registered in the storage system are different.
N/A: Information cannot be obtained due to an I/O error or other error. Alternatively, the STATUS YES parameter is not specified for YKDSPRMT.

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