Commands and Responses
HP NonStop TMF Management Programming Manual—540140-008
5-98
INFO AUDITDUMP
INFO AUDITDUMP
The INFO AUDITDUMP command returns the configured attribute values of audit 
dump processes. 
Command Syntax
For information on the tokens present in the command and response buffers, see the 
SPI Programming Manual. 
Command
ZTMF-CMD-Info
Object Type
ZTMF-OBJ-AuditDump
Tokens in Command Buffer
ZTMF-TKN-AuditTrailId         token-type ZSPI-TYP-Enum.
Tokens in Response Buffer
ZTMF-TKN-AuditTrailId         token-type ZSPI-TYP-Enum.
ZTMF-MAP-Info-AuditDump
def ZTMF-DDL-Info-AuditDump.
  02 ZEnabled                 token-type ZSPI-DDL-Boolean.
  02 ZCopies                  token-type ZSPI-DDL-Int.
  02 ZSeriesCopies            token-type ZSPI-DDL-Boolean.
  02 ZVerifyTape              token-type ZSPI-DDL-Boolean.
  02 ZBlockSize               token-type ZSPI-DDL-Int.
  02 ZUnloadMedia             token-type ZSPI-DDL-Boolean.
  02 ZMedium                  token-type ZSPI-DDL-Enum.
  02 ZSystemName              token-type ZSPI-DDL-Char8.
  02 ZSystemName2             token-type ZSPI-DDL-Char8.
end.