AgentDetermineCapabilitiesCommand

data class AgentDetermineCapabilitiesCommand(val targets: List<CollectorFlag> = CollectorFlag.entries, val timeOut: Long = 2) : AgentCommand

Determines the collection capabilities of the agent.

Each candidate in the given list of targets is tested. If it fails to run, the capability will be excluded.

The procedure will last for ~timeOut * targets.size seconds.

Constructors

Link copied to clipboard
constructor(targets: List<CollectorFlag> = CollectorFlag.entries, timeOut: Long = 2)

Properties

Link copied to clipboard
Link copied to clipboard
val timeOut: Long = 2

Functions

Link copied to clipboard
open override fun toString(): String