TMF Management Programming Manual (H06.05+)

Commands and Responses
HP NonStop TMF Management Programming Manual540140-002
5-172
STATUS OPERATION
STATUS OPERATION
The STATUS OPERATION command returns the status of TMF operations that were
recently completed or are now in progress.
Command Syntax
Refer to the SPI Programming Manual for tokens present in the command and
response buffers but not described below.
Command
ZTMF-CMD-Status
Object Type
ZTMF-OBJ-Operation
Tokens in Command Buffer
ZTMF-TKN-OperationNum token-type ZSPI-TYP-Int.
ZTMF-MAP-Status-Operations
def ZTMF-DDL-Status-Operations.
02 ZOperationType token-type ZSPI-DDL-Enum.
02 ZState token-type ZSPI-DDL-Enum.
02 ZBeginTime token-type ZSPI-DDL-TimeStamp.
end.
Tokens in Response Buffer
ZTMF-MAP-Status-Ops-Resp
def ZTMF-DDL-Status-Ops-Resp.
02 ZOperationNum token-type ZSPI-DDL-Int.
02 ZOperationType token-type ZSPI-DDL-Enum.
02 ZState token-type ZSPI-DDL-Enum.
02 ZBeginTime token-type ZSPI-DDL-TimeStamp.
02 ZEndTime token-type ZSPI-DDL-TimeStamp.
end.