Skip to content

Latest commit

 

History

History
51 lines (25 loc) · 1.55 KB

create-an-sap-cloud-logging-instance-through-sap-btp-cli-21eb1bd.md

File metadata and controls

51 lines (25 loc) · 1.55 KB

Create an SAP Cloud Logging Instance through SAP BTP CLI

  1. Create a SAP Cloud Logging instance. See Service Plans and Configuration Parameters for configuration options:

    btp create services/instance --subaccount <SUBACCOUNT_ID> --service <CLS_INSTANCE_NAME> --offering-name "cloud-logging" --plan-name <CLS-SERVCIE-PLAN> --parameters <CLS-SERVICE-PARAMETERS>
    
  2. Wait for your dedicated instance to be provisioned.

Get a service key to access instance credentials.

  1. Create a service binding.

    btp create services/binding --subaccount <SUBACCOUNT_ID> --binding <CLS_BINDING_NAME> --instance-name <CLS_INSTANCE_NAME>
    
  2. Get a binding to access instance credentials.

    btp get services/binding --name <CLS_BINDING_NAME> --subaccount <SUBACCOUNT_ID>