-
Notifications
You must be signed in to change notification settings - Fork 137
REST Endpoints
Field Name | Description |
---|---|
|
Datastream name |
|
|
|
|
|
|
|
Connection string representing source to consume from |
|
Number of partitions of source data |
|
Connection string representing destination to produce to |
|
Number of partitions of destination data |
|
|
|
|
|
|
|
|
The definitive reference of this endpoints is:
This endpoint offers the following operations on Datastreams
:
URL |
|
---|---|
URL Params |
Required
|
Response |
|
URL |
|
---|---|
Response |
|
URL |
|
---|---|
Request Body |
{
"name" : "[string]",
"connectorName" : "[string]",
"source": {
"connectionString" : "[string]",
"partitions": "[int]"
},
"destination": {
"connectionString": "[string]",
"partitions": "[int]",
"keySerDe": "[string]",
"payloadSerDe": "[string]",
"envelopeSerDe": "[string]"
},
"metadata": {
"owner": "[string]",
"system.taskPrefix": "[string]"
}
}
|
Success Response |
|
URL |
|
---|---|
URL Params |
|
Request Body |
{
"entities": {
"datastreamName1": {
"key1": "value1",
"key2": "value2"
},
"datastreamName2": {
"key1": "value1",
"key2": "value2"
}
}
}
|
Success Response |
|
URL |
|
---|---|
URL Params |
Required
|
Success Response |
|
URL |
|
---|---|
URL Params |
Required
|
Request Body |
{
"force" : "[boolean]"
} |
Success Response |
|
URL |
|
---|---|
URL Params |
Required
|
Request Body |
{
"force" : "[boolean]"
} |
Success Response |
|
URL |
|
---|---|
URL Params |
Required
|
Request Body |
{
"sourcePartitions" : {
"key1": "value1",
"key2": "value2"
}
}
|
Success Response |
|
URL |
|
---|---|
URL Params |
Required
|
Request Body |
{
"sourcePartitions" : {
"key1": "value1",
"key2": "value2"
}
}
|
Success Response |
|
The definitive reference of this endpoints is com.linkedin.datastream.server.diagnostics.ServerComponentHealthResources
.
This endpoints offers the following operations:
- Home
- Brooklin Architecture
- Production Use Cases
- Developer Guide
- Documentation
- REST Endpoints
- Connectors
- Transport Providers
- Brooklin Configuration
- Test Driving Brooklin