This page was last edited on September 26, 2013, at 15:01.
Comments or questions about this documentation? Contact us for support!
Objective Tables are collections of Objective Records.
Filter Name | Type | Description |
---|---|---|
dbid | int | A unique identifier of an objective table. If specified, Configuration Server will return information only about this objective table. |
name | string | Name of an objective table. Shall be specified as a character string. If specified, Configuration Server will return information only about the objective table(s) with that name. |
tenant_dbid | int | A unique identifier of a tenant. If specified, Configuration Server will return information only about the objective tables that belong to this tenant. |
state | int | Current state of an objective table (see CfgObjectState). If specified, Configuration Server will return information only about objective tables that are currently in this state. |
<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>