Verify SAP Endpoint

Verify the connectivity between the writeback API, and the SAP endpoint destination.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
required

SAP Endpoint external ID which the connection test should be verified.

externalId
required
string (CogniteExternalId) <= 255 characters

The external ID provided by the client. Must be unique for the resource type.

Responses
200

Connection Check Result

400

The response for a bad request.

422

Validation Error

post/writeback/sap/endpoints/verify
Request samples
application/json
{
  • "externalId": "my.known.id"
}
Response samples
application/json
{
  • "error": {
    • "status": "success",
    • "detail": "string"
    }
}