MachineListMapRequest interface

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.

Properties

endTime

Map interval end time.

filterProcesses

If true, only processes between specified machines will be included. Any connections in or out of those processes will be included.

kind

Polymorphic Discriminator

machineIds

a list of URIs of machine resources for which to generate the map.

startTime

Map interval start time.

Property Details

endTime

Map interval end time.

endTime?: Date

Property Value

Date

filterProcesses

If true, only processes between specified machines will be included. Any connections in or out of those processes will be included.

filterProcesses?: boolean

Property Value

boolean

kind

Polymorphic Discriminator

kind: "map:machine-list-dependency"

Property Value

"map:machine-list-dependency"

machineIds

a list of URIs of machine resources for which to generate the map.

machineIds: string[]

Property Value

string[]

startTime

Map interval start time.

startTime?: Date

Property Value

Date