curl --request POST \
--url https://{cluster}.cognitedata.com/api/v1/projects/{project}/writeback/sap/endpoints \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"items": [
{
"externalId": "my.known.id",
"endpointType": "notification",
"instanceId": "<string>",
"mappingId": "<string>"
}
]
}
'{
"items": [
{
"externalId": "my.known.id",
"endpointType": "notification",
"instanceId": "<string>",
"createdTime": 1730204346000,
"lastUpdatedTime": 1730204346000,
"mappingId": "<string>"
}
]
}Required capabilities:
SapWritebackAcl:WRITE
Create up to 100 SAP endpoints.
curl --request POST \
--url https://{cluster}.cognitedata.com/api/v1/projects/{project}/writeback/sap/endpoints \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"items": [
{
"externalId": "my.known.id",
"endpointType": "notification",
"instanceId": "<string>",
"mappingId": "<string>"
}
]
}
'{
"items": [
{
"externalId": "my.known.id",
"endpointType": "notification",
"instanceId": "<string>",
"createdTime": 1730204346000,
"lastUpdatedTime": 1730204346000,
"mappingId": "<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.
Endpoint to create.
Show child attributes
List of created endpoints
100Show child attributes
Was this page helpful?