Loading TOC...

MarkLogic 9 Product Documentation
Management API (SQL Schemas and Views)

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

12 resources
Resource URI Description
/manage/v2/databases/{id|name}/view-schemas (GET) This resource address returns the list of SQL View Schemas for the specified database.
/manage/v2/databases/{id|name}/view-schemas (POST) This resource address creates a SQL View Schema in the specified schemas database.
/manage/v2/databases/{id|name}/view-schemas/{id|name} (DELETE) This resource address deletes the named SQL View Schema from the database.
/manage/v2/databases/{id|name}/view-schemas/{id|name} (GET) This resource address returns the specified SQL View Schema for the specified database.
/manage/v2/databases/{id|name}/view-schemas/{id|name}/properties (GET) This resource address returns the properties of the specified SQL View Schema for the specified database.
/manage/v2/databases/{id|name}/view-schemas/{id|name}/properties (PUT) This resource address can be used to update the properties of a SQL View Schema in the specified SQL Schema for the specified database.
/manage/v2/databases/{id|name}/view-schemas/{schema-name}/views (GET) This resource address returns the list of SQL Views for the specified schema in the specified database.
/manage/v2/databases/{id|name}/view-schemas/{schema-name}/views (POST) This resource address adds a SQL View to the specified schema on the specified database.
/manage/v2/databases/{id|name}/view-schemas/{schema-name}/views/{id|name} (DELETE) This resource address deletes the named SQL View from the database.
/manage/v2/databases/{id|name}/view-schemas/{schema-name}/views/{id|name} (GET) This resource address returns the specified SQL View for the specified database.
/manage/v2/databases/{id|name}/view-schemas/{schema-name}/views/{id|name}/properties (GET) This resource address returns the properties of the specified SQL View for the specified database.
/manage/v2/databases/{id|name}/view-schemas/{schema-name}/views/{id|name}/properties (PUT) This resource address can be used to update the properties for a SQL View in the Schemas database.