Find smart group dependencies
findGroupDependenciesMap computer group dependencies by membership criteria, revealing dependency cycles, missing groups, and each group's blast radius.
Instructions
Map which computer groups depend on which others, via "Computer Group" membership criteria. Reports dependency cycles as their actual node paths, references to group names that do not exist, and — given a group — its blast radius: everything that transitively changes when that group's membership changes, with depth. A "not member of" criterion is reported distinctly from "member of", since treating one as the other inverts the meaning. Groups whose detail could not be fetched are named, because a group absent from the graph must not read as independent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | No | Optional: a group name to compute a blast radius for. Omit for the whole graph. | |
| concurrency | No | Parallel detail requests. Defaults to 6. |