Jedox OLAP documentation

home > API > [/cube/locks] >
request url https://[SERVER]:[PORT]/cube/locks[?PARAMETER1=value[&...]]
short description Lists the locked cube areas
long description Lists the locked cube areas. The list can be filtered by area and/or user.
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.
area area Comma separated list of element identifier lists. Identifier lists are separated by colons. The area is the cartesian product. (optional)
name_area narea Comma separated list of element name lists. Name lists are separated by colons. The area is the cartesian product. Used only if area parameter is omitted. (optional)
user string The name of the user. (optional)
sid string Session identifier for a server connection. Use the /server/login request to get a valid session identifier.
name_area narea Comma separated list of element names lists. Each element names list is colon separated. The area is the cartesian product. Used only if area is omitted.
result
# name type description
0 lock integer Indentifier of the locked area
1 area area Comma separated list of element identifiers lists. Each element identifiers list is colon separated. The area is the cartesian product.
2 user string The name of the user who locked the cube
3 steps integer Number of steps
examples
description
List locks
further information