For the complete list of REST resources in this category, refer to the main Management API page.
Resource URI | Description |
---|---|
/manage/v2/databases/{id|name}/cpf-configs (GET) | This resource address returns the list of CPF configurations. |
/manage/v2/databases/{id|name}/cpf-configs (POST) | This resource address creates a CPF configuration for the database. |
/manage/v2/databases/{id|name}/cpf-configs/{domain-id-or-default-domain-name} (DELETE) | This resource address deletes the CPF configuration for the specified domain. |
/manage/v2/databases/{id|name}/cpf-configs/{domain-id-or-default-domain-name} (GET) | This resource address returns the CPF configuration for the specified domain. |
/manage/v2/databases/{id|name}/cpf-configs/{domain-id-or-default-domain-name}/properties (GET) | This resource address returns the CPF configuration properties for the specified domain. |
/manage/v2/databases/{id|name}/cpf-configs/{domain-id-or-default-domain-name}/properties (PUT) | This resource address updates the CPF configuration on the specified domain for the specified database. |
/manage/v2/databases/{id|name}/domains (GET) | This resource address returns the list of domains for the specified triggers database. |
/manage/v2/databases/{id|name}/domains (POST) | This resource address creates a new domain for the specified Triggers database. |
/manage/v2/databases/{id|name}/domains/{id|name} (DELETE) | This resource address deletes the named domain from the database. |
/manage/v2/databases/{id|name}/domains/{id|name} (GET) | This resource address returns the configuration of the specified domain for the specified database. |
/manage/v2/databases/{id|name}/domains/{id|name}/properties (GET) | This resource address returns the properties of the specified domain for the specified database. |
/manage/v2/databases/{id|name}/domains/{id|name}/properties (PUT) | This resource address can be used to update the properties of the specified domain for the specified database. |
/manage/v2/databases/{id|name}/pipelines (GET) | This resource address returns the list of pipelines for the specified database. |
/manage/v2/databases/{id|name}/pipelines (POST) | This resource address can be used to create and load CPF pipelines for the specified database. |
/manage/v2/databases/{id|name}/pipelines/{id|name} (DELETE) | This resource address deletes the named pipeline from the database. |
/manage/v2/databases/{id|name}/pipelines/{id|name} (GET) | This resource address returns the configuration for the specified pipeline for the specified database. |
/manage/v2/databases/{id|name}/pipelines/{id|name}/properties (GET) | This resource address returns the properties of the specified pipeline for the specified database. |
/manage/v2/databases/{id|name}/pipelines/{id|name}/properties (PUT) | This resource address can be used to update the properties of the specified pipeline for the specified database. |