Skip to main content
Version: Next

DataPlaneTransferDto

acceptedbooleanrequired
Example: true
identifierstringrequired
Example: req-identifier
dataAddress object
endpointstringrequired
Example: http://data-plane-endpoint
properties object[]required
  • Array [
  • namestringrequired
    Example: propertyName
    valuestringrequired
    Example: propertyValue
  • ]
  • callbackAddressstring
    Example: http://callback-address
    dataPlaneIdentifierstringrequired
    Example: transfer-identifier
    endpointTypestringrequired
    Example: type1
    DataPlaneTransferDto
    {
    "accepted": true,
    "identifier": "req-identifier",
    "dataAddress": {
    "endpoint": "http://address",
    "properties": [
    {
    "name": "key",
    "value": "value"
    }
    ]
    },
    "callbackAddress": "http://callback-address",
    "dataPlaneIdentifier": "transfer-identifier",
    "endpointType": "type1"
    }