MachineGroupMapRequest interface
Specifies the computation of a machine group dependency map. A machine group dependency map includes all direct dependencies the machines in the group.
Properties
end |
Map interval end time. |
filter |
If true, only processes between specified machines will be included. Any connections in or out of those processes will be included. |
kind | Polymorphic Discriminator |
machine |
URI of machine group resource for which to generate the map. |
start |
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-group-dependency"
Property Value
"map:machine-group-dependency"
machineGroupId
URI of machine group resource for which to generate the map.
machineGroupId: string
Property Value
string
startTime
Map interval start time.
startTime?: Date
Property Value
Date