Objective Tables are collections of Objective Records.
Filter Name | Type | Description |
---|---|---|
dbid | int |
|
name | string |
|
tenant_dbid | int |
|
state | int |
CfgObjectState ). If specified, Configuration Server will return information only about objective tables that are currently in this state.
|
DBID
—
tenantDBID
—
CfgTenant
to which this objective table is allocated. Mandatory. Once
specified, cannot be changed.
name
—
description
—
objectiveRecords
—
state
—
CfgObjectState
userProperties
—
prepaidCost
—
timeZoneDBID
—
CfgTimeZone
associated with this Cost Contract
timeStart
—
timeEnd
—
type
—
CfgObjectiveTableType
Note: This XML was created using the Configuration Server 7.5 schema.
<CfgObjectiveTable> <DBID value="1002" /> <tenantDBID value="101" /> <name value="XYZCostContract" /> <objectiveRecords> <CfgObjectiveTableRecord> <mediaTypeDBID value="1001" /> <serviceTypeDBID value="1023" /> <customerSegmentDBID value="1024" /> <objectiveThreshold value="0" /> <objectiveDelta value="0" /> <contractDBID value="111" /> </CfgObjectiveTableRecord> </objectiveRecords> <state value="1" /> <userProperties> <list_pair key="_WIZARD_"> <str_pair key="_ProgID_" value="CfgWizard_CBR.CfgObjectiveTableWizard" /> </list_pair> </userProperties> <prepaidCost value="725" /> <timeZoneDBID value="115" /> <timeStart value="1169649000" /> <timeEnd value="1172447999" /> <type value="2" /> </CfgObjectiveTable>