This page applies to Apigee and Apigee hybrid.
This page describes how to set up and manage custom curations in API hub. Custom curations enable you to override the default curation logic of your plugin instances to implement a tailored data transformation and enrichment process based on your organization's needs.
Before you begin
Ensure the following before setting up a custom curation:
- Provision Application Integration in your Google Cloud project. See Set up Application Integration for more information.
Create a custom curation
To create a new custom curation logic, do the following:
- Create an integration for the custom curation in Application Integration.
- Set up a custom curation in API hub.
Create an integration for the custom curation in Application Integration
To create a custom curation logic in Application Integration, perform the following steps:
- In the Google Cloud console, go to the Apigee page.
- In the navigation menu, click Integrations. The Integrations page appears.
- Click
- Integration name: Enter a name for your integration.
- Description: Optionally, enter a description for your integration.
- Region: Select the region for your integration. This must be the same region as your API hub instance.
- Click Create to open the integration in the integration editor.
Create integration and provide the following details in the Create Integration page:
- Configure integration variables using the
ApiData
definition. These variables will be used as input and output task variables for the custom curation logic. - Add an API trigger and use the available tasks to build your custom curation logic.
- Once complete, click Publish to publish the integration.
For more information about Application Integration, see the Application Integration documentation.
Set up a custom curation
Once you have created and published your integration in Application Integration, you can set up the custom curation in API hub. To set up a custom curation, do the following:
- In the Google Cloud console, go to the API hub page.
- Click Settings from the left navigation menu to open the Settings page.
- Click the Curations tab to view the list of curations.
- Click Setup a new curation.
- In the Set up curation pane, provide the following details:
- Optional: Click Specify ID to provide a unique ID for the curation. API hub generates a unique ID if you don't provide one.
- Display name: Enter a name for the curation.
- Description: Enter a description for the curation.
- If you have an existing integration created for your curation logic in Application Integration, do the following under Associate an existing integration section:
- Integration: Choose the integration that you want to associate for the curation.
- Trigger ID: Choose the API trigger ID that you want to associate for the curation.
- If you don't have an existing integration created for your curation logic in Application Integration, follow the instructions in Create an integration for the custom curation to create an integration and then continue from Step 5d.
- Click Create curation to initiate the creation of the custom curation.
On successful creation, the curation is listed under Manage curations as shown in the following image:
Delete a custom curation
To delete a custom curation, perform the following steps:
- In the Google Cloud console, go to the API hub page.
- Click Settings from the left navigation menu to open the Settings page.
- Click the Curations tab and go to the Manage curations section to view the list of curations in your project.
- For the curation that you want to delete, click (Curation actions) and then select Delete.
- In the confirmation dialog, click Delete to confirm the deletion of the curation.
What's next
- Learn how to edit the configuration of a plugin instance.