getTopologyQueryExistingResultByName

The getTopologyQueryExistingResultByName method retrieves the most recent result of running the specified TQL. The call does not run the TQL. If there are no results from a previous run, nothing is returned.

Input

Parameter Comment
cmdbContext For details, see CmdbContext and the schema documentation for CmdbContext.
queryName The name of a TQL.
queryTypedProperties A collection of sets of properties to retrieve for items of a specific Configuration Item Type.

Output

Parameter Comment
topologyMap For details, see TopologyMap.
chunkInfo For details, see ChunkInfo and Processing Large Responses.