cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BTP Destination creation using REST endpoints/CLI

3,110

Hello,

I am familiar with creating SCP CF Destinations by filling some parameters in BTP Cockpit UI. However, our requirement is to create this destination through pipelines (Like a separate stage in CI/CD). We are neither able to find any REST endpoints nor any CLI commands that SAP provides that will fulfil this purpose.

Has anyone already tried this or is it really possible ?

Any help would be really appreciated on this.

Thank you!!

View Entire Topic
gregorw
SAP Mentor
SAP Mentor

I would suggest that you checkout what you can do using a mta.yaml. I have an example which creates the destinations required for the HTML5 repository access:

https://github.com/gregorwolf/cap-websockets/blob/main/mta.yaml#L71

Check also this issue Example: SAP CP Destinations #39 in the CF MTA Example repository.