DataPlaneDetailsDto
dataplaneTypestringrequired
Example:
exampleTypetitlestringrequired
Example:
Dataplane TitelendpointPrefixstringrequired
Example:
/api/v1/dataplanecallbackAddressstringrequired
Example:
http://localhost/callbackmanagementAddressstringrequired
Example:
http://localhost/managemanagementTokenstringrequired
Example:
token123catalogSynchronizationstringrequired
Possible values: [push, pull]
Example:
pushrolestringrequired
Possible values: [consumer, provider, both]
Example:
consumeridentifierstringrequired
Example:
dp-12345DataPlaneDetailsDto
{
"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"
}