maestro-investigate-result
Retrieves the execution results of Maestro investigation material. Specify the GUID of the investigation material added with the maestro-investigate command to fetch the result data.
Command properties
| Item | Description |
|---|---|
| Command type | Driver query |
| Required permission | User |
| License usage | Non-licensed command |
| Parallel execution | Not supported |
| Distributed execution | Not supported |
Syntax
maestro-investigate-result guid=GUID
Options
guid=GUID- GUID of the investigation material whose results are to be retrieved. Required option.
Output fields
Output fields are determined dynamically based on the result schema of the query included in the investigation material.
Description
Retrieves the execution result records for the investigation material with the specified GUID. The output field order follows the field order definition (fieldOrder) of the investigation material. Use this command to re-analyze or include in reports the investigation results saved with the maestro-investigate command.
Examples
-
Retrieve investigation material results
maestro-investigate-result guid="aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"Retrieves the execution results of the specified investigation material.