Hosts are the computers that run the various CTI server applications in an environment.
Filter Name | Type | Description |
---|---|---|
os_type | int |
CfgOSType ). If specified, Configuration Server
will return information only about the hosts that use operating
systems of this type.
|
host_type | int |
CfgHostType ).
If specified, Configuration Server will return information only
about the hosts of this type.
|
state | int |
CfgObjectState ).
If specified, Configuration Server will return information only
about hosts that are currently in this state.
|
name | string |
|
dbid | int |
|
scs_dbid | int |
|
DBID
—
name
—
HWID
—
IPaddress
—
OSinfo
—
NULL
. See structure CfgOS
.
type
—
CfgHostType
.
address
—
contactPersonDBID
—
comment
—
state
—
CfgObjectState
userProperties
—
LCAPort
—
SCSDBID
—
CfgApplication
of CFGSCS
type which is supposed to monitor/control
this host. This property is valid only if Distributed SCS functionality
is enabled.
resources
—
CfgObjectResource
). When used as an entry
in CfgDeltaHost
, it is a pointer to a list of resources
added to the existing list.
Only objects of type CfgEnumerationValue
,
CfgScript
and
CfgApplication
can be associated with Host object through resources
A host cannot be deleted as long as there is at least
one server associated with it (see CfgServer
and CfgApplication
).
Note: This XML was created using the Configuration Server 7.5 schema.
<CfgHost> <DBID value="101" /> <name value="host-name" /> <IPaddress value="1.2.3.4" /> <CfgOSinfo> <OStype value="1" /> </CfgOSinfo> <type value="1" /> <contactPersonDBID value="0" /> <state value="1" /> <userProperties> <list_pair key="Property"> <str_pair key="key" value="value" /> <str_pair key="key" value="value" /> </list_pair> </userProperties> <LCAPort value="0000" /> <SCSDBID value="104" /> </CfgHost>