Request options
resourceIdentifiers list of objects Optional
Array of resource identifiers to find references for.
recursive boolean Optional Defaults to false
If true, recursively looks up resources on all referenced resources.
includeResources boolean Optional Defaults to false
If true, include the full resource document in each resource reference object.
ignore map from strings to enums Optional
An object of resource types to directions that will not be included in discovery. Cannot be used with include.
Allowed values: up down all
include map from strings to enums Optional
An object of resource types and directions to be included in discovery. Cannot be used with ignore.
Allowed values: up down all
removeCycles boolean Optional Defaults to false
If true, removes all cyclic relationships from the list of resource references.
Response References
data map from strings to lists of objects or null