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!!
Request clarification before answering.
Successfully tried it out!
cf create-service 'destination' 'lite' 'destination-instance-1' -c 'config.json' --wait
--or--
cf update-service 'destination-instance-1' -c 'config.json' --wait
config.json
{
"HTML5Runtime_enabled" : "false",
"init_data" : {
"instance" : {
"existing_destinations_policy": "update",
"destinations" : [
{
"Authentication": "NoAuthentication",
"Name": "UI5",
"ProxyType": "Internet",
"Type": "HTTP",
"URL": "https://ui5.sap.com"
},
{
"Authentication": "BasicAuthentication",
"Name": "sap-ecc",
"Description": "sap-ecc",
"ProxyType": "OnPremise",
"Type": "HTTP",
"URL": "http://sap-ecc.local:80",
"CloudConnectorLocationId": "CITRIX_VM",
"User": "RFCPMMOBIXXX",
"Password": "**********"
}
]
}
}
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.