DataPlaneDetailsDto
datasets object[]
dataplaneTypestringrequired
Example:
exampleType
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
{
"datasets": [
{
"id": "dataset-123",
"name": "Example Dataset"
}
],
"dataplaneType": "exampleType",
"endpointPrefix": "/api/v1/dataplane",
"callbackAddress": "http://localhost/callback",
"managementAddress": "http://localhost/manage",
"managementToken": "token123",
"catalogSynchronization": "push",
"role": "consumer",
"identifier": "dp-12345"
}