HostEntityProperties interface

Host entity property bag.

Extends

Properties

azureID

The azure resource id of the VM.

dnsDomain

The DNS domain that this host belongs to. Should contain the compete DNS suffix for the domain

hostName

The hostname without the domain suffix.

isDomainJoined

Determines whether this host belongs to a domain.

netBiosName

The host name (pre-windows2000).

ntDomain

The NT domain that this host belongs to.

omsAgentID

The OMS agent id, if the host has OMS agent installed.

osFamily

The operating system type.

osVersion

A free text representation of the operating system. This field is meant to hold specific versions the are more fine grained than OSFamily or future values not supported by OSFamily enumeration

Inherited Properties

additionalData

A bag of custom fields that should be part of the entity and will be presented to the user.

friendlyName

The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.

Property Details

azureID

The azure resource id of the VM.

azureID?: string

Property Value

string

dnsDomain

The DNS domain that this host belongs to. Should contain the compete DNS suffix for the domain

dnsDomain?: string

Property Value

string

hostName

The hostname without the domain suffix.

hostName?: string

Property Value

string

isDomainJoined

Determines whether this host belongs to a domain.

isDomainJoined?: boolean

Property Value

boolean

netBiosName

The host name (pre-windows2000).

netBiosName?: string

Property Value

string

ntDomain

The NT domain that this host belongs to.

ntDomain?: string

Property Value

string

omsAgentID

The OMS agent id, if the host has OMS agent installed.

omsAgentID?: string

Property Value

string

osFamily

The operating system type.

osFamily?: OSFamily

Property Value

osVersion

A free text representation of the operating system. This field is meant to hold specific versions the are more fine grained than OSFamily or future values not supported by OSFamily enumeration

osVersion?: string

Property Value

string

Inherited Property Details

additionalData

A bag of custom fields that should be part of the entity and will be presented to the user.

additionalData?: Record<string, any>

Property Value

Record<string, any>

Inherited From EntityCommonProperties.additionalData

friendlyName

The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.

friendlyName?: string

Property Value

string

Inherited From EntityCommonProperties.friendlyName