Distributed Systems Network Management (DSNM) Subsystem Interface Development Guide

Data Definition Language (DDL)-Defined DSNM SPI
Components
Distributed Systems Network Management (DSNM) Subsystem Interface Development
Guide109759 C-3
DSNM State Values
Command Object DDL
The following structure definition defines an object in a DSNM command. STRUCT
ZDSN^DDL^FOBJECT^DEF contains the following fields of interest:
An object in a command contains an HMOD in the Z^HMOD field. In the response, the
Z^RESULT field (which redefines Z^HMOD) contains a state (for the STATUS
command) or a ZDSN^ERR error code.
DSNM State Values
The following constants are the DSNM object state values:
ZDSN^STATE^GREEN / ZDSN^STATE^UP
ZDSN^STATE^RED / ZDSN^STATE^DOWN
ZDSN^STATE^YELLOW / ZDSN^STATE^PENDING
ZDSN^STATE^NULL
ZDSN^STATE^UNKNOWN
ZDSN^STATE^UNDEFINED
ZDSN^STATE^GREEN and ZDSN^STATE^UP are interchangeable, as are
RED/DOWN and YELLOW/PENDING.
INT Z^RESULT
INT Z^HMOD = Z^RESULT
STRUCT Z^SUBSYS (ZDSN^DDL^SUBSYS^DEF)
STRUCT Z^OBJTYPE (ZDSN^DDL^OBJTYPE^DEF)
INT Z^OBJNAME^OCCURS
STRUCT Z^OBJNAME (ZDSN^DDL^OBJNAME^DEF)
INT Z^MANAGER^OCCURS
STRUCT Z^MANAGER (ZDSN^DDL^MANAGER^DEF)
Note. The ZDSN^ERR value ZDSN^ERR^NOERR (value zero) is the no-error value for all
responses except for the STATUS command.