DataPlaneAddressDto
endpointstringrequired
Example: 
http://data-plane-endpointproperties object[]required
Array [
namestringrequired
Example: 
propertyNamevaluestringrequired
Example: 
propertyValue]
DataPlaneAddressDto
{
  "endpoint": "http://data-plane-endpoint",
  "properties": [
    {
      "name": "propertyName",
      "value": "propertyValue"
    }
  ]
}