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

ItemDescription
Command typeDriver query
Required permissionUser
License usageNon-licensed command
Parallel executionNot supported
Distributed executionNot 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

  1. Retrieve investigation material results

    maestro-investigate-result guid="aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
    

    Retrieves the execution results of the specified investigation material.