You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- How to specify the SAP Business Application Studio usage parameter for a generic OData service.
24
24
25
25
## Intro
26
-
Destinations are key building blocks in SAP BTP, as they are used to define connections for outbound communication from your application to remote systems. These remote systems can be on-premises or in the cloud.
26
+
Destinations are key building blocks on SAP BTP, as they are used to define connections for outbound communication from your application to remote systems. These remote systems can be on-premises or in the cloud.
27
27
28
28
A destination has a name, a URL, authentication details, and other optional configuration details.
29
29
@@ -35,23 +35,23 @@ The Northwind OData services are available in several versions. Most tutorials c
35
35
36
36
### Enter your SAP BTP account
37
37
38
-
- For Free Trial Accounts: <https://account.hanatrial.ondemand.com>
38
+
- For (free) Trial Accounts: <https://account.hanatrial.ondemand.com>
39
39
- For Free Tier and Enterprise Accounts on **feature set A**: <https://account.hana.ondemand.com>
40
-
- For Free Tier and Enterprise Accounts on **feature set B**: The link depends on your region. One option is <https://cockpit.eu10.hana.ondemand.com/cockpit/>. (Replace "eu10" with your region.)
40
+
- For Free Tier and Enterprise Accounts on **feature set B**: The link depends on your region. One option is <https://cockpit.eu10.hana.ondemand.com/cockpit/>. (Replace `eu10` with your region.)
41
41
42
42
43
43
### Access your subaccount
44
44
45
45
Click on the tile of your Cloud Foundry subaccount:
46
46
47
-
<!-- border -->
47
+

48
48
49
49
50
50
### Open the Destinations view
51
51
52
-
Click on the **Destinations** button on the left panel and click **New Destination** to open a new destination configuration form:
52
+
Click on the **Destinations** button on the left panel and click **Create Destination** to open a new destination configuration form:
53
53
54
-
<!-- border -->
54
+

55
55
56
56
### Create a new destination
57
57
@@ -77,12 +77,12 @@ Property Name | Value
77
77
78
78
When specifying a URL with the HTTPS scheme, a checkbox **Use default JDK truststore** will appear. Ensure that this is checked.
<!-- description --> Download and install the CLI, which allows access via the command line.
13
13
14
14
## You will learn
15
-
- How to download the Command Line Interface (CLI) package
16
-
- How to install the CLI and connect it to Cloud Foundry
17
-
- How to explore a few basic CLI commands
15
+
- How to download the Command Line Interface (CLI) package.
16
+
- How to install the CLI and connect it to Cloud Foundry.
17
+
- How to explore a few basic CLI commands.
18
18
19
19
---
20
20
@@ -30,6 +30,7 @@ Open the installer on your computer, and follow the installation instructions.
30
30
31
31
> For more help with the CLI installation, look at the [Cloud Foundry CLI installation documentation](http://docs.cloudfoundry.org/cf-cli/install-go-cli.html).
32
32
33
+
33
34
### Test the Cloud Foundry CLI
34
35
35
36
Open a command prompt on your computer.
@@ -44,11 +45,14 @@ Next, test the Cloud Foundry command line interface to make sure it is installed
44
45
45
46
To test the CLI, type in the following:
46
47
47
-
cf
48
+
```Bash
49
+
cf
50
+
```
48
51
49
52
You should see a list of Cloud Foundry commands.
50
53
51
-
<!-- border -->
54
+

55
+
52
56
53
57
### Determine your Cloud Foundry URL
54
58
@@ -66,15 +70,15 @@ You can also identify your API Endpoint using your Cloud Foundry account:
66
70
67
71
First, navigate to the [SAP BTP cockpit](https://hanatrial.ondemand.com) and select **Enter Your Trial Account**
68
72
69
-
<!-- border -->
73
+

70
74
71
75
Next, click on the subaccount.
72
76
73
-
<!-- border -->
77
+

74
78
75
79
The **API Endpoint** is displayed on the left-hand side of the **Overview** page.
76
80
77
-
<!-- border -->
81
+

78
82
79
83
### Log in using the CLI
80
84
@@ -83,7 +87,7 @@ Next, open a command line prompt on your computer. In the command line screen,
83
87
```bash
84
88
cf login -a <URL>
85
89
```
86
-
> Replace the `<URL>` section with the URL you selected from the table.
90
+
> Replace the `<URL>` section with the URL you selected from the table. For more information on the log in using the Command Line Interface (CLI), go to the SAP BTP Help Portal [Log On to the Cloud Foundry Environment Using the Cloud Foundry Command Line Interface](https://help.sap.com/products/BTP/65de2977205c403bbc107264b8eccf4b/7a37d66c2e7d401db4980db0cd74aa6b.html?locale=en-US) website.
87
91
88
92
When prompted, enter your username and password. Once you are logged in, you should see your API endpoint, user, org, and space.
0 commit comments