BTP Administration Options & Tools

Here we will learn different Administration options inside BTP

Administration and Operations

Administration and operation tasks for SAP BTP include management and configuration of global accounts and subaccounts as well as the operation of applications.

1. [Cockpit] BTP Administration from BTP Cockpit:

2. [CLI] BTP Administration with Command Line Interface (CLI):

Install BTP CLI from below:

How BTP CLI works:

You download the btp CLI client to your local desktop and access it through the shell of your operating system. The client then accesses all required platform services through its backend, the CLI server, where the command definitions are stored. The CLI server delegates authentication and authorization to the authorization server, and forwards trust to the platform services, which then take care of authorization at the execution of each command.

Download and Install the BTP CLI

You can use any terminal to work with the BTP CLI commands

Here we are using Visual Studio Code - Command Prompt

First Command to test BTP CLI is installed correctly or not:

circle-info

If you are getting issues after installing the BTP CLI.

Error: C:\Users\sapte>btp The configuration at C:\Users\sapte\AppData\Roaming\SAP\btp\config.json was written for a client with version 2.49.0. The currently used client has version 2.18.0. Hence the configuration cannot be used

At any point in time, you can open the config.json file and change the parameters values:

3. [API] BTP Administration with BTP Restful API:

Cloud Management Service Details:

Add entitlement of Cloud Management Service and create a Service Instance for the same:

Test in Postman:

Last updated