Develop > Developer Reference > Using APIs > Universal CMDB Web Service API > UCMDB Query Methods > executeTopologyQueryByNameWithParameters

executeTopologyQueryByNameWithParameters

The executeTopologyQueryByNameWithParameters method retrieves a topologyMap element that matches the specified parameterized query.

The values for the query parameters are passed in the parameterizedNodes argument. The specified TQL must have unique labels defined for each CINode and each relationNode or the method invocation fails.

See the "Query Example".

Input

Parameter Comment
cmdbContext For details, see CmdbContext and the schema documentation for CmdbContext.
queryName The name of the parameterized TQL in the CMDB for which to get the map.
parameterizedNodeList The conditions each node must meet to be included in the query results. For details, see ParameterizedNodes.
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 and the schema documentation for TopologyMap.
chunkInfo For details, see ChunkInfo and Processing Large Responses, and the schema documentation for ChunkInfo.