curl --request POST \
--url https://{cluster}.cognitedata.com/api/v1/projects/{project}/writeback/sap/endpoints/verify \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"externalId": "my.known.id"
}
'{
"error": {
"status": "success",
"detail": "<string>"
}
}Required capabilities:
SapWritebackAcl:WRITE
Verify the connectivity between the writeback API, and the SAP endpoint destination.
curl --request POST \
--url https://{cluster}.cognitedata.com/api/v1/projects/{project}/writeback/sap/endpoints/verify \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"externalId": "my.known.id"
}
'{
"error": {
"status": "success",
"detail": "<string>"
}
}Access token issued by the CDF project's configured identity provider. Access token must be an OpenID Connect token, and the project must be configured to accept OpenID Connect tokens. Use a header key of 'Authorization' with a value of 'Bearer $accesstoken'. The token can be obtained through any flow supported by the identity provider.
SAP Endpoint external ID which the connection test should be verified.
The external ID provided by the client. Must be unique for the resource type.
255"my.known.id"
Connection Check Result
Cognite API error.
Show child attributes
Was this page helpful?