Jedox OLAP documentation

home > API > [/delta/list] >
request url https://[SERVER]:[PORT]/delta/list[?PARAMETER1=value[&...]]
short description Lists currently registered areas for delta synchronization.
long description Lists currently registered areas for delta synchronization.
parameters
name type description
database identifier Identifier of the database
name_database string Name of the database. Used only if database parameter is omitted.
cube identifier Identifier of the cube
name_cube string Name of the cube. Used only if cube parameter is omitted.
sid string Session identifier for a server connection. Use the /server/login request to get a valid session identifier.
show_counters boolean If 1, three extra result fields are added per area: maxCache, timeToLive, and age. Default is 0.
result
# name type description
0 identifier string Identifier of the area.
1 area area Area definition.
2 oldCellValues integer Number of cell values cached for the previous/original state (before last recalculation).
3 newCellValues integer Number of cell values cached during the last recalculation (current state used for comparison).
4 maxCache integer Maximum cell value limit for the delta area (0 means default: 1% of cache barrier). Only present when showCounters=1.
5 timeToLive integer Time to live in minutes (0 means no limit, area can live forever). Only present when showCounters=1.
6 age integer Age in minutes since last recalculation. Only present when showCounters=1.
examples
description
Retrieves the list of currently used areas.
Retrieves also the list with counter fields (maxCache, timeToLive, age) per area.
further information