Skip to main content
Version: v0.13.0

DataPlaneStateDto

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