getCINeighbours

The getCINeighbours method returns the immediate neighbors of the specified CI.

For example, if the query is on the neighbors of CI A, and CI A contains CI B which uses CI C, CI B is returned, but CI C is not. That is, only neighbors of the specified type are returned.

See the "Query Example".

Input

Parameter Comment
cmdbContext For details, see CmdbContext and the schema documentation for CmdbContext.
ID The ID of the CI for which to retrieve the neighbors. This must be a real CMDB or global ID.
neighbourType The CIT name of the neighbors to retrieve. Neighbors of the specified type and of types derived from that type are returned. For details, see Type Name.
CIProperties The data to be returned on each configuration item, called the Query Layout in the user interface. For details, see TypedProperties and the schema documentation for TypedProperties.
relationProperties The data to be returned on each relation (called the Query Layout in the user interface). For details, see TypedProperties and the schema documentation for TypedProperties.

Output

Parameter Comment
topology For details, see Topology and the schema documentation for Topology.
comments For internal use only.