Fetching the Group Service Connectability Parameters from SAP
Use the post /v1/cckm/sap/get-service-connectability
API to fetch the group service connectability parameters from SAP.
Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authentication token. |
connection (optional) | string | Name or ID of the SAP connection. It is a required parameter when group_id is provided. |
group_id (optional) | string | Group ID of the SAP group. group_id and id parameters are mutually exclusive - specify either. |
id (optional) | string | Resource ID of the SAP group added in CCKM. group_id and id parameters are mutually exclusive - specify either. |
You need to provide either group_id
or id
.
If you provided the group_id
, you also need to provide the connection.
Example Request
Example Response
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.