Statistical Tables are groups of Statistical Days that represent statistically-modeled performances of Agent Groups over a calendar period of up to one year.
Call-processing applications can use Statistical Tables to provide load balancing between Agent Groups when the real-time statistics for those groups are unavailable.
Filter Name | Type | Description |
---|---|---|
tenant_dbid | int |
|
table_type | int |
|
group_dbid | int |
|
state | int |
CfgObjectState ). If specified, Configuration Server
will return information only about tables that are currently in
this state.
|
dbid | int |
|
name | string |
|
stat_day_dbid | int |
|
DBID
—
tenantDBID
—
Tenant
that this table is defined for. Mandatory.
Once specified, cannot be changed.
name
—
type
—
CfgStatTableType
.
statDayDBIDs
—
Statistical Days
that constitute the table. When used as an entry in CfgDeltaStatTable
(see
below), it is a pointer to a list of days added to the existing
list.
state
—
CfgObjectState
userProperties
—
waitThreshold
—
flatRate
—
agentHourlyRate
—
useFlatRate
—
CFGTrue
) or agentHourlyRate (CFGFalse
) should be selected.
Refer to CfgFlag
Deletion of Stat Table X will cause the following events set out in the order of arrival:
capacityTableDBID
or quotaTableDBID
of
all agent groups that were associated with Stat Table X
capacityTableDBID
or quotaTableDBID
of
all place groups that were associated with Stat Table X
capacityTableDBID
or quotaTableDBID
of
all DN groups that were associated with Stat Table X
Note: This XML was created using the Configuration Server 7.5 schema.
<CfgStatTable> <DBID value="106" /> <tenantDBID value="101" /> <name value="az" /> <type value="5" /> <state value="1" /> <userProperties> <list_pair key="Property"> <str_pair key="key" value="value" /> </list_pair> </userProperties> <waitThreshold value="0" /> <flatRate value="0" /> <agentHourlyRate value="0" /> <useFlatRate value="2" /> </CfgStatTable>