A Statistical Day is a numerically-expressed workload that a particular Agent Group is expected to handle during a particular business day.
Filter Name | Type | Description |
---|---|---|
tenant_dbid | int |
|
table_dbid | int |
|
state | int |
CfgObjectState ). If specified, Configuration Server
will return information only about stat days that are currently
in this state.
|
dbid | int |
|
name | string |
|
statday_type | int |
CfgStatDayTYpe ). If specified, Configuration Server
will return information only about stat days have this type.
|
DBID
—
tenantDBID
—
Tenant
that this day is defined for. Mandatory. Once specified,
cannot be changed.
name
—
isDayOfWeek
—
CFGTrue
) or a day of year (CFGFalse
).
Mandatory. Once specified, cannot be changed. The parameter is ignored
if value of parameter date
is specified.
Refer to CfgFlag
day
—
isDayOfWeek
is set to CFGTrue
,
the allowable range is from 1
to 7
(where
1
stands for Sunday
). If isDayOfWeek
is
set to CFGFalse
, the allowable range is from 1
to
366
and 1
(where 1
stands
for January 1
and -1
stands for any
day
). Mandatory. Once specified, cannot be changed. The parameter
is ignored if value of parameter date
is specified.
startTime
—
endTime
—
startTime
,
implies the time of the next calendar day (night shift).
minValue
—
maxValue
—
minValue
.
targetValue
—
minVlaue
or greater than the setting for maxValue
.
intervalLength
—
statIntervals
—
CfgStatInterval
type that associate intervals
with certain statistical values. When used as an entry in CfgDeltaStatDay
(see below), it is a pointer to a list of structures of type CfgStatInterval
added to the existing list.
state
—
CfgObjectState
userProperties
—
date
—
isDayOfWeek
and day
must be ignored.
type
—
CfgStatDayType
useFlatRate
—
CfgFlag
flatRate
—
Deletion of Stat Day X will cause the following events set out in the order of arrival:
statDayDBIDs
of all stat tables
that included Stat Day X
Note: This XML was created using the Configuration Server 7.5 schema.
<CfgStatDay> <DBID value="105" /> <tenantDBID value="101" /> <name value="az" /> <isDayOfWeek value="1" /> <day value="303" /> <startTime value="480" /> <endTime value="1020" /> <minValue value="0" /> <maxValue value="100" /> <targetValue value="50" /> <intervalLength value="15" /> <statIntervals> <CfgStatInterval> <intervalCount value="1" /> <statValue1 value="22" /> <statValue2 value="2" /> <statValue3 value="2" /> <statValue4 value="0" /> </CfgStatInterval> </statIntervals> <state value="1" /> <userProperties> <list_pair key="Property"> <str_pair key="key" value="value" /> </list_pair> </userProperties> <date value="0" /> <type value="2" /> <useFlatRate value="1" /> <flatRate value="0" /> </CfgStatDay>