cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

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
mig1
Participant
0 Likes

Haven't tried it yet, but I am about to. Should be possible via CLI?

cf create-service destination lite 'my-destination-service-1' -c config.json

See https://help.sap.com/docs/CP_CONNECTIVITY/cca91383641e40ffbe03bdc78f00f681/6816d3caeb464f8d8b0d1b5ad... for info about the config.json parameter options.