statusDTO
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
Copyright 2014 WANdisco. DTO to represent the status of a script run on a node.
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| returnCode (int) | 1/1 | Exit code of script. |
| timeStamp (long) | 1/1 | Timestamp when script was run on node. |
| globalSequenceNumber (long) | 1/1 | GSN when script was run, this will be in the context of the eco-system DSM. |
| node (string) | 0/1 | Node Identity that the script was run on. |
| errorMessage (string) | 0/1 | Any error message generated by script, can be empty string. |
| script (string) | 0/1 | Filename of script, will not have path component as this may be different on different nodes. |