DataPlaneStateDto
identifierstringrequired
Example: 
44d1f3d6-f65d-4a7c-84db-f92ba826305edetails objectrequired
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-12345DataPlaneStateDto
{
  "identifier": "44d1f3d6-f65d-4a7c-84db-f92ba826305e",
  "details": {
    "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"
  }
}