This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, go to https://wso2.com/documentation/.

Using the Registry REST API

The registry REST API can be used to perform CRUD operations on registry resources. This is not packed with WSO2 API Manager by default. Follow the steps below to use the registry REST API with WSO2 API Manager. 

  1. Download the registry REST API webapp.
  2. Copy the webapp to <API-M_HOME>/repository/deployment/server/webapps
  3. Invoke the registry REST API. For an example, to get the content of the app-tiers.xml file, in the registry path _system/governance/apimgt/applicationdata, the following curl command can be used:

    For a complete reference of the available REST API operations, go to Resources with REST API