-
Notifications
You must be signed in to change notification settings - Fork 137
REST Endpoints
Reference schema file: com.linkedin.datastream.common.Datastream
Field Name | Type | Description |
---|---|---|
|
|
Datastream name |
|
|
|
|
|
|
|
|
|
|
Source from which the Connector consumes |
|
|
Destination to which the Transport Provider will produce |
|
|
|
|
Reference schema file: com.linkedin.datastream.common.Datastream
Field Name | Type | Description |
---|---|---|
|
|
Connection string representing source to consume from |
|
|
Number of partitions of source data |
Reference schema file: com.linkedin.datastream.common.Datastream
Field Name | Type | Description |
---|---|---|
|
|
Connection string representing destination to produce to |
|
|
Number of partitions of destination data |
|
|
|
|
|
|
|
|
|
Reference schema file: com.linkedin.datastream.diagnostics.ServerHealth
Field Name | Type | Description |
---|---|---|
|
|
Brooklin cluster name |
|
|
Brooklin instance name |
|
|
Connectors loaded in Brooklin instance |
Reference schema file: com.linkedin.datastream.diagnostics.ConnectorHealth
Field Name | Type | Description |
---|---|---|
|
|
Connector name |
|
|
Name of |
|
|
Tasks assigned to the Connector instance |
Reference schema file: com.linkedin.datastream.diagnostics.TaskHealth
Field Name | Type | Description |
---|---|---|
|
|
Task name |
|
|
Comma-separated list of datastream names associated with the task |
|
|
Array literal of partitions associated with the task (e.g. |
|
|
Datastream source connection string |
|
|
Datastream destination connection string |
|
|
|
|
|
Datastream task status message |
|
|
Datastream source checkpoint |
Reference source files:
URL |
|
---|---|
URL Params |
Required
|
Response |
|
URL |
|
---|---|
Response |
|
URL |
|
---|---|
Request Body |
|
Success Response |
|
URL |
|
---|---|
URL Params |
|
Request Body |
{
"entities": {
"datastreamName1": {
},
"datastreamName2": {
}
}
}
|
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 |
|
Reference source file: com.linkedin.datastream.server.diagnostics.ServerHealthResources
URL |
|
---|---|
Response |
|
- Home
- Brooklin Architecture
- Production Use Cases
- Developer Guide
- Documentation
- REST Endpoints
- Connectors
- Transport Providers
- Brooklin Configuration
- Test Driving Brooklin