MachineListMapRequest type

Specifies the computation of a one hope dependency map for a list of machines. The resulting map includes all direct dependencies for the specified machines.

type MachineListMapRequest = MultipleMachinesMapRequest & {
  kind: "map:machine-list-dependency"
  machineIds: string[]
}