Operation: Read Status
The Read Status operation generates a list of all process IDs or PUIDs and their respective status values that have been updated since a given date. With this, the status of multiple processes can be checked at once, and it is shown which processes have been updated recently. The Read Status operation expects a PID or PUID as input from a process with the Log Status operation. The Status attribute can be used to filter for specific status values.
Input
The adapter expects the following XML structure as input:
Example for Input
<Element>
<TimestampStart>2023-01-25T08:17:29</TimestampStart>
<TimestampEnd>2023-01-25T08:17:30</TimestampEnd>
<PID>1674630745730279865</PID>
<PUID></PUID>
<Status>active</Status>
<Element>
The following elements can be included in the input:
Attribute | Description |
|---|---|
| Timestamp for process start; set in defined format: If only |
| Timestamp for process end; set in defined format: If only |
| ID of the process for which the status is retrieved |
| PUID of the process for which the status is retrieved |
| The attribute If the Possible value: Any string (case-insensitive). |
Output
The adapter generates an XML file as output:
Example for Output
<Data>
<OperationReadStatus>
<ID>1674630745730279865-0</ID>
<PID>1674630745730279865</PID>
<PUID>45F94979-F896-4866-A925-8664F2561E9B</PUID>
<Timestamp>2023-01-25 08:17:29.280</Timestamp>
<Status>active</Status>
</OperationReadStatus>
<OperationReadStatus>
<ID>1674630745730279865-1</ID>
<PID>1674630745730279865</PID>
<PUID>45F94979-F896-4866-A925-8664F2561E9B</PUID>
<Timestamp>2023-01-25 08:17:29.437</Timestamp>
<Status>active</Status>
</OperationReadStatus>
<OperationReadStatus>
<ID>1674630745730279865-2</ID>
<PID>1674630745730279865</PID>
<PUID>45F94979-F896-4866-A925-8664F2561E9B</PUID>
<Timestamp>2023-01-25 08:17:29.513</Timestamp>
<Status>active</Status>
</OperationReadStatus>
<OperationReadStatus>
<ID>1674630745730279865-3</ID>
<PID>1674630745730279865</PID>
<PUID>45F94979-F896-4866-A925-8664F2561E9B</PUID>
<Timestamp>2023-01-25 08:17:29.580</Timestamp>
<Status>active</Status>
</OperationReadStatus>
</Data>
The following elements can be included in the output:
Attribute | Description |
|---|---|
| Status ID |
| ID of the process for which the status is retrieved |
| PUID of the process for which the status is retrieved |
| Timestamp of status |
| Status related to the process (in the example filtered by the status value active) |