Loading TOC...

MarkLogic 12 Product Documentation
Management API (Temporal)

For the complete list of REST resources in this category, refer to the main Management API page.

15 resources
Resource URI Description
/manage/v2/databases/{id|name}/temporal (GET) This resource address returns the temporal configuration for the named database.
/manage/v2/databases/{id|name}/temporal/axes (GET) This resource address returns the list of temporal axes for the named database.
/manage/v2/databases/{id|name}/temporal/axes (POST) This resource address creates a new temporal axis for the named database.
/manage/v2/databases/{id|name}/temporal/axes/{id|name} (DELETE) This resource address deletes the named temporal axis from the named database.
/manage/v2/databases/{id|name}/temporal/axes/{id|name} (GET) This resource address returns the configuration for the specified temporal axis.
/manage/v2/databases/{id|name}/temporal/axes/{id|name}/properties (GET) This resource address returns the properties of the specified temporal axis.
/manage/v2/databases/{id|name}/temporal/collections (GET) This resource address returns the list of temporal collections for the named database.
/manage/v2/databases/{id|name}/temporal/collections (POST) This resource address creates a new temporal collection for the named database.
/manage/v2/databases/{id|name}/temporal/collections?collection={name} (DELETE) This resource address deletes the named temporal collection from the named database.
/manage/v2/databases/{id|name}/temporal/collections?collection={name} (GET) This resource address returns the configuration for the specified temporal collection.
/manage/v2/databases/{id|name}/temporal/collections?collection={name} (POST) This resource address advances the LSQT for the specified temporal collection.
/manage/v2/databases/{id|name}/temporal/collections/lsqt/properties?collection={name} (GET) This resource address returns the LSQT properties for the specified temporal collection.
/manage/v2/databases/{id|name}/temporal/collections/lsqt/properties?collection={name} (PUT) This resource sets the LSQT properties on the specified temporal collection.
/manage/v2/databases/{id|name}/temporal/collections/properties?collection={name} (GET) This resource address returns the properties of the specified temporal collection.
/manage/v2/databases/{id|name}/temporal/collections/properties?collection={name} (PUT) This resource sets the optional properties on the specified temporal collection.