Cognos Dynamic Cubes command reference

There are two types of commands used in the IBM® Cognos® Dynamic Cube API to create and manipulate dynamic cubes, control commands and model commands.

Control commands
These commands control model and cube lifecycle functions and miscellaneous tasks. These commands use the HTTP POST method.
Model commands
These commands are used on specific Cognos Dynamic Cubes objects, such as models, cubes, dimensions, and measures. These commands can be used to do the following actions:
  • Create an object with the HTTP POST method.
  • Retrieve the properties of an object with the HTTP GET method.
  • Update the properties of an object with the HTTP PUT method.
  • Delete an object with the HTTP DELETE method.