v1
latestOpenAPI 3.0.12026-07-24110189356.6 KBstream
Expose the endpoint to consume the data of the layer directly
Returns a list of Kafka Broker URL's, client ID (required to enforce quotas), and Group ID prefix. Type is set to a consumer.
get/layers/{layerId}/endpoint
Path parameters
layerIdstring required
The ID of the parent layer for this blob.
Query parameters
internalboolean
Specifies whether internal bootstrap servers will be returned in the response.
Response
OK
Example response
{
"topic": "mycatalogname.mylayername",
"topics": [
"mycatalogname.mylayername",
"mycatalogname.mylayername-_-replicated"
],
"clientId": "my_realm.mycatalogname.mylayername",
"consumerGroupPrefix": "umkrdWxRx74iKsSBcwiN",
"bootstrapServers": [
{
"hostname": "kafka-0a-sit.streaming.data.api.platform.in.here.com",
"port": 9093
}
],
"bootstrapServersInternal": [
{
"hostname": "kafka-0a-sit.streaming.data.api.platform.in.here.com",
"port": 9093
}
]
}