This page was last edited on June 27, 2017, at 20:21.
Comments or questions about this documentation? Contact us for support!
Hosts are the computers that run the various CTI server applications in an environment.
Filter Name | Type | Description |
---|---|---|
os_type | int | Type of the operating system (see CfgOSType). If specified, Configuration Server will return information only about the hosts that use operating systems of this type. |
host_type | int | Type of the host (see CfgHostType). If specified, Configuration Server will return information only about the hosts of this type. |
state | int | Current state of a host (see CfgObjectState). If specified, Configuration Server will return information only about hosts that are currently in this state. |
name | string | Name of a host. Shall be specified as a character string. If specified, Configuration Server will return information only about the host(s) with that name. |
dbid | int | A unique identifier of a host. If specified, Configuration Server will return information only about this host. |
scs_dbid | int | A unique identifier of SCS. If specified, Configuration Server will return information only about hosts controlled by this SCS. |
A host cannot be deleted as long as there is at least one server associated with it. See:
<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>