How to configure a service to consume a DBES API in vConnect (without release manager)?

What are the steps to configure a service to consume a DBES API in vConnect in old vahana app which is without release manager?

2 Likes

how-to
In the vahana applications, you consume vConnect services to access the API & further interact with the database.

For configuring a services, first of all, you need to have a DBES API.

Refer below post on how to create a DBES API on vahana without Release manager:

Once you’ve created the DBES API, follow below steps:

  1. Go to “API Management” and search for that API (for which you want to configure service)
  2. Click on “Export” (image) icon
  3. A pop-up will appear, as below:
  4. Click on “Export”
  5. A service will be created for that API with the same name as the API & you will be redirected to “Service Management” page, refer below snapshot:
  6. Click on “Edit” icon
  7. Click on “Update Draft Version”
  8. Click on “Update API” icon
  9. Scroll down and choose “Transactional” in “API Category”
  10. Click on “Update” button and you will be redirected to the service details page
  11. Click on “Publish with Existing version”
  12. You will see a pop-up
  13. Enter a relevant description mentioning the reason for updating the service and click on “Publish” button
  14. Go to Vahana developer portal >> Environments tab
  15. Sync the environment on which the service is configured.
4 Likes

Thanks, But Sync directly is not working in older version of Vahana. You need to migrate your api to that environment first and then sync it.

1 Like