Data query methods and return types definitions
            
            | Complex Type | Description | 
|---|---|
| executeTopologyQueryByName | executeTopologyQueryByName retrieves the TopologyMap that matches the specified query | 
| executeTopologyQueryByNameResponse | |
| executeTopologyQueryByNameWithParameters | executeTopologyQueryByNameWithParameters executes the specified query with the specified parameters and retrieves the resulting topologyMap | 
| executeTopologyQueryByNameWithParametersResponse | |
| executeTopologyQueryWithParameters | executeTopologyQueryWithParameters retrieves the topologyMap that matches the parameterized query | 
| executeTopologyQueryWithParametersResponse | |
| getCINeighbours | getCINeighbours returns the immediate neighbors of the specified CI | 
| getCINeighboursResponse | |
| getCIsById | getCIsByID retrieves configuration items by their UCMDB IDs | 
| getCIsByIdResponse | |
| getCIsByType | getCIsByType retrieves configuration items according to the type specified | 
| getCIsByTypeResponse | |
| getFilteredCIsByType | getFilteredCIsByType retrieves those configuration items of the specified type that meet the conditions | 
| getFilteredCIsByTypeResponse | |
| getQueryNameOfView | getQueryNameOfView retrieves the name of the query (TQL) on which the specified view is based | 
| getQueryNameOfViewResponse | |
| getRelationsById | |
| getRelationsByIdResponse | |
| getTopologyQueryExistingResultByName | Retrieves the most recent result of running the specifed TQL. Does not run the TQL. | 
| getTopologyQueryExistingResultByNameResponse | |
| getTopologyQueryResultCountByName | getTopologyQueryResultCountByName retrieves the number of Instances of each node that matches the specified query | 
| getTopologyQueryResultCountByNameResponse | |
| pullTopologyMapChunks | pullTopologyMapChunks retrieves one of the chunks that contain the response to a method | 
| pullTopologyMapChunksResponse | |
| releaseChunks | releaseChunks frees the memory of the chunks that contain the data from a query | 
| releaseChunksResponse |