Skip to main content

Create SAP HANA Pseudo client

Select

SaaS
Customer Managed

Creating HANA Pseudo client. Get Client ID

Request Body
  • clientInfo object
  • clientType string required

    HANA physical client ID need to provide.

  • entity object
  • clientName string required

    Provide HANA Pseudo client name

Responses

OK


Schema
  • processinginstructioninfo object
  • attributes object[]
  • name string
  • value string
  • response object
  • errorCode integer
  • entity object
  • clientId integer
  • clientName string
POST /pseudoclient    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
Security Scheme
token
Body

{
"clientInfo": {
"clientType": "string"
},
"entity": {
"clientName": "string"
}
}
curl -L -X POST 'https://localhost/webconsole/api/pseudoClient' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"clientInfo": {
"clientType": "string"
},
"entity": {
"clientName": "string"
}
}'