AgentConfiguration interface
Describes the configuration of the Dependency Agent installed on a machine.
Properties
agent |
Health Service Agent unique identifier. |
clock |
Machine clock granularity in milliseconds. |
dependency |
Dependency Agent unique identifier. |
dependency |
Dependency Agent revision number. |
dependency |
Dependency Agent version number. |
reboot |
Specifies whether the machine has been rebooted since the Dependency Agent installation. Possible values include: 'unknown', 'rebooted', 'notRebooted' |
Property Details
agentId
Health Service Agent unique identifier.
agentId: string
Property Value
string
clockGranularity
Machine clock granularity in milliseconds.
clockGranularity?: number
Property Value
number
dependencyAgentId
Dependency Agent unique identifier.
dependencyAgentId?: string
Property Value
string
dependencyAgentRevision
Dependency Agent revision number.
dependencyAgentRevision?: string
Property Value
string
dependencyAgentVersion
Dependency Agent version number.
dependencyAgentVersion?: string
Property Value
string
rebootStatus
Specifies whether the machine has been rebooted since the Dependency Agent installation. Possible values include: 'unknown', 'rebooted', 'notRebooted'
rebootStatus?: MachineRebootStatus