Redpeaks V6.8
Trouble shooting
Monitors Guide
Trouble shooting
Monitors Guide
Use this connector to monitor your SAP Cloud connector. It will connect via its REST API interface, allowing to monitor the different exposed components
Parameter | Description |
---|---|
Title | The display name of the connector |
URL | The base URL of the web service (example : https://scchost:sccport) |
Authentication type | Select BASIC or FORM such as authentication type |
User | The user credentials to use to call API |
Availability end point | The API used to validate that cloud connector monitor is responding (You can use /exposed?action=ping) |
Method | Description |
---|---|
NONE | Connect without authentication |
BASIC | Do a basic authentication using the provided user profile |
TOKEN | Do an authentication with a Bearer Token, you must set the tocken field |
HEADERS | Authentication by headers: Set the header key=value to use in the properties |
OAUTH2_CLIENT_CREDENTIALS | Use OAUTH2 and authenticate to token server with a clientId/secret pair |
OAUTH2_PASSWORD_CREDENTIALS | Use OAUTH2 and authenticate to token server with the user/password pair of the assigned user profile |