Skip to main content
Version: Next

AssetConfigDto

typestring

Data-plane specific discriminator, e.g. 'http' (HTTP data plane), 'file' or 'orchestration' (analytics data plane).

Example: http
backendUrlstring
Example: http://backend.internal/api
authorizationstring
Example: Bearer some-token
mediaTypestring
Example: application/json
propertiesobject

Data-plane specific configuration, validated by that plane.

AssetConfigDto
{
"type": "http",
"backendUrl": "http://backend.internal/api",
"authorization": "Bearer some-token",
"mediaType": "application/json",
"properties": {}
}