-
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 produces |
||
|
|
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 the Brooklin instance |
Reference schema file: com.linkedin.datastream.diagnostics.ServerComponentHealth
Field Name | Type | Description |
---|---|---|
|
|
A flag indicating whether the health query succeeded |
|
|
Brooklin server component status |
|
|
Hostname of the Brooklin instance that handled the request |
|
|
Error messages encountered (if any) |
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 |
---|---|---|
|
|
Datastream 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": {
}
} |
Success Response |
|
URL |
|
---|---|
URL Params |
Required
|
Success Response |
|
URL |
|
---|---|
URL Params |
Required
|
Request Body |
Optional
{
"force" : "[boolean]"
} |
Success Response |
|
URL |
|
---|---|
URL Params |
Required
|
Request Body |
Optional
{
"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 files:
This API gets the health status of any sever component in a single Brooklin instance.
URL |
|
---|---|
URL Params |
Required
Optional
Notes
|
Response |
|
This API gets the health status of any sever component in all the instances in the same Brooklin cluster.
URL |
|
---|---|
URL Params |
|
Response |
URL |
|
---|---|
Response |
|
URL |
|
---|---|
URL Params |
Required
Notes
|
Response |
Notes
|
- Home
- Brooklin Architecture
- Production Use Cases
- Developer Guide
- Documentation
- REST Endpoints
- Connectors
- Transport Providers
- Brooklin Configuration
- Test Driving Brooklin