Skip to main content
Version: v0.13.0

DataPlaneDetailsDto

dataplaneTypestringrequired
Example: exampleType
titlestringrequired
Example: Dataplane Titel
endpointPrefixstringrequired
Example: /api/v1/dataplane
callbackAddressstringrequired
Example: http://localhost/callback
managementAddressstringrequired
Example: http://localhost/manage
managementTokenstringrequired
Example: token123
catalogSynchronizationstringrequired

Possible values: [push, pull]

Example: push
rolestringrequired

Possible values: [consumer, provider, both]

Example: consumer
identifierstringrequired
Example: dp-12345
DataPlaneDetailsDto
{
"dataplaneType": "exampleType",
"title": "Dataplane Titel",
"endpointPrefix": "/api/v1/dataplane",
"callbackAddress": "http://localhost/callback",
"managementAddress": "http://localhost/manage",
"managementToken": "token123",
"catalogSynchronization": "push",
"role": "consumer",
"identifier": "dp-12345"
}