kafka_connect_api_postman

{
“id”: “9f5f36de-67f4-6d6e-8960-64abb3097a95”,
“name”: “kafka_connect_api”,
“description”: “”,
“order”: [
“78b09154-ceb5-f295-65d8-207fe5a9d90e”,
“ae9c208c-7457-6c80-36a9-94db79ae06de”,
“1a1dbb59-17a5-180a-c017-1ecf93b7cfeb”,
“f789050c-8286-3a2c-e19f-83822980aaf1”,
“1c1c4806-0503-7c53-dc4a-1b6426cb177a”,
“0d919b9b-90c8-1abd-e613-632cedff39be”,
“dea89a87-6c48-51b5-64b8-d308118f1da4”,
“57da8c9c-193d-7d2f-f548-719a9dfdc3db”,
“7b086b23-90f8-842e-1c46-711f73d94220”,
“ddd19eec-c483-e8cb-4fe3-07e28ab4cc8d”,
“feab8bb5-4f74-bac8-bc8e-5420b4ea044e”,
“58afe670-ab1c-a9f9-d5f1-9ed79819489e”,
“222b168b-a4f0-4e12-fc06-dc6152d619f8”
],
“folders”: [],
“timestamp”: 1602391707284,
“owner”: 0,
“remoteLink”: “”,
“public”: false,
“requests”: [
{
“id”: “0d919b9b-90c8-1abd-e613-632cedff39be”,
“headers”: “Content-Type: application/json\n”,
“url”: “192.168.8.180:18083/connectors/connector-mysql/tasks/0/status”,
“preRequestScript”: null,
“pathVariables”: {},
“method”: “GET”,
“data”: null,
“dataMode”: “params”,
“version”: 2,
“tests”: null,
“currentHelper”: “normal”,
“helperAttributes”: {},
“time”: 1602393707315,
“name”: “查询指定connector的指定task的状态”,
“description”: “taskid一般是0,1,2之类\nGET /connectors/{name}/tasks/{taskid}/status\t”,
“collectionId”: “9f5f36de-67f4-6d6e-8960-64abb3097a95”,
“responses”: []
},
{
“id”: “1a1dbb59-17a5-180a-c017-1ecf93b7cfeb”,
“headers”: “Content-Type: application/json\n”,
“url”: “192.168.8.180:18083/connectors/connector-mysql/config”,
“preRequestScript”: null,
“pathVariables”: {},
“method”: “PUT”,
“data”: [],
“dataMode”: “raw”,
“tests”: null,
“currentHelper”: “normal”,
“helperAttributes”: {},
“time”: 1602432004657,
“name”: “更新指定connector配置的”,
“description”: “PUT /connectors/{name}/config\t”,
“collectionId”: “9f5f36de-67f4-6d6e-8960-64abb3097a95”,
“responses”: [],
“rawModeData”: “{\r\n “connector.class”: “io.debezium.connector.mysql.MySqlConnector”,\r\n “database.hostname”:“192.168.253.128”,\r\n “database.port”:“3306”,\r\n “database.user”:“binlog”,\r\n “database.password”:“Binlog-123”,\r\n “database.server.id”:“184054”,\r\n “database.server.name”:“testadmin”,\r\n “table.whitelist”:“qmtest.t_test”,\r\n “database.history.kafka.bootstrap.servers”:“192.168.253.133:9092,192.168.253.134:9092,192.168.253.135:9092”,\r\n “database.history.kafka.topic”:“dbhistory.mydebezium”,\r\n “include.schema.changes”:“false”,\r\n “snapshot.mode”:“schema_only”,\r\n “include.query”:“true”,\r\n “database.history.skip.unparseable.ddl” : “true”\r\n}”
},
{
“id”: “1c1c4806-0503-7c53-dc4a-1b6426cb177a”,
“headers”: “Content-Type: application/json\n”,
“url”: “192.168.8.180:18083/connectors/connector-mysql/tasks”,
“pathVariables”: {},
“preRequestScript”: null,
“method”: “GET”,
“collectionId”: “9f5f36de-67f4-6d6e-8960-64abb3097a95”,
“data”: null,
“dataMode”: “params”,
“name”: “查询指定connector的所有tasks”,
“description”: “GET /connectors/{name}/tasks\t”,
“descriptionFormat”: “html”,
“time”: 1602393231106,
“version”: 2,
“responses”: [],
“tests”: null,
“currentHelper”: “normal”,
“helperAttributes”: {}
},
{
“id”: “222b168b-a4f0-4e12-fc06-dc6152d619f8”,
“headers”: “Content-Type: application/json\n”,
“url”: “192.168.8.180:18083/connector-plugins/connector-mysql/config/validate”,
“preRequestScript”: null,
“pathVariables”: {},
“method”: “PUT”,
“data”: null,
“dataMode”: “params”,
“version”: 2,
“tests”: null,
“currentHelper”: “normal”,
“helperAttributes”: {},
“time”: 1602393737359,
“name”: “校验connector的配置的属性类型”,
“description”: “PUT /connector-plugins/{connector-type}/config/validate”,
“collectionId”: “9f5f36de-67f4-6d6e-8960-64abb3097a95”,
“responses”: []
},
{
“id”: “57da8c9c-193d-7d2f-f548-719a9dfdc3db”,
“headers”: “Content-Type: application/json\n”,
“url”: “192.168.8.180:18083/connectors/connector-mysql/resume”,
“preRequestScript”: null,
“pathVariables”: {},
“method”: “PUT”,
“data”: null,
“dataMode”: “params”,
“version”: 2,
“tests”: null,
“currentHelper”: “normal”,
“helperAttributes”: {},
“time”: 1602393437756,
“name”: “恢复上面暂停的connector”,
“description”: “PUT /connectors/{name}/resume”,
“collectionId”: “9f5f36de-67f4-6d6e-8960-64abb3097a95”,
“responses”: []
},
{
“id”: “58afe670-ab1c-a9f9-d5f1-9ed79819489e”,
“headers”: “Content-Type: application/json\n”,
“url”: “192.168.8.180:18083/connector-plugins”,
“preRequestScript”: null,
“pathVariables”: {},
“method”: “GET”,
“data”: null,
“dataMode”: “params”,
“version”: 2,
“tests”: null,
“currentHelper”: “normal”,
“helperAttributes”: {},
“time”: 1602393653242,
“name”: “获取所有已安装的connector插件”,
“description”: “GET /connector-plugins”,
“collectionId”: “9f5f36de-67f4-6d6e-8960-64abb3097a95”,
“responses”: []
},
{
“id”: “78b09154-ceb5-f295-65d8-207fe5a9d90e”,
“headers”: “”,
“url”: “192.168.8.180:18083/connectors/connector-mysql/status”,
“preRequestScript”: null,
“pathVariables”: {},
“method”: “GET”,
“data”: [],
“dataMode”: “raw”,
“version”: 2,
“tests”: null,
“currentHelper”: “normal”,
“helperAttributes”: {},
“time”: 1602431975755,
“name”: “查询指定connector配置的”,
“description”: “GET /connectors/{name}\t”,
“collectionId”: “9f5f36de-67f4-6d6e-8960-64abb3097a95”,
“responses”: [],
“rawModeData”: “”
},
{
“id”: “7b086b23-90f8-842e-1c46-711f73d94220”,
“headers”: “Content-Type: application/json\n”,
“url”: “192.168.8.180:18083/connectors/connector-mysql/restart”,
“preRequestScript”: null,
“pathVariables”: {},
“method”: “POST”,
“data”: null,
“dataMode”: “params”,
“version”: 2,
“tests”: null,
“currentHelper”: “normal”,
“helperAttributes”: {},
“time”: 1602393534477,
“name”: “重启一个connector(connector因为一些原因挂掉了,比如被强行杀死,一般不是异常造成)”,
“description”: “POST /connectors/{name}/restart”,
“collectionId”: “9f5f36de-67f4-6d6e-8960-64abb3097a95”,
“responses”: []
},
{
“id”: “ae9c208c-7457-6c80-36a9-94db79ae06de”,
“headers”: “Content-Type: application/json\n”,
“url”: “192.168.8.180:18083/connectors”,
“pathVariables”: {},
“preRequestScript”: null,
“method”: “POST”,
“collectionId”: “9f5f36de-67f4-6d6e-8960-64abb3097a95”,
“data”: [],
“dataMode”: “raw”,
“name”: “增加一个connector配置”,
“description”: “POST /connectors\t”,
“descriptionFormat”: “html”,
“time”: 1602392813580,
“version”: 2,
“responses”: [],
“tests”: null,
“currentHelper”: “normal”,
“helperAttributes”: {},
“rawModeData”: “{\r\n “name”: “connector-mysql”,\r\n “config”: {\r\n “connector.class”: “io.debezium.connector.mysql.MySqlConnector”,\r\n “database.hostname”:“192.168.253.128”,\r\n “database.port”:“3306”,\r\n “database.user”:“binlog”,\r\n “database.password”:“Binlog-123”,\r\n “database.server.id”:“184054”,\r\n “database.server.name”:“testadmin”,\r\n “table.whitelist”:“t_k,t_test”,\r\n “database.history.kafka.bootstrap.servers”:“192.168.253.133:9092,192.168.253.134:9092,192.168.253.135:9092”,\r\n “database.history.kafka.topic”:“dbhistory.mydebezium”,\r\n “include.schema.changes”:“false”,\r\n “snapshot.mode”:“schema_only”,\r\n “include.query”:“true”,\r\n “database.history.skip.unparseable.ddl” : “true”\r\n }\r\n}”
},
{
“id”: “ddd19eec-c483-e8cb-4fe3-07e28ab4cc8d”,
“headers”: “Content-Type: application/json\n”,
“url”: “192.168.8.180:18083/connectors/connector-mysql/tasks/0/restart”,
“preRequestScript”: null,
“pathVariables”: {},
“method”: “POST”,
“data”: null,
“dataMode”: “params”,
“version”: 2,
“tests”: null,
“currentHelper”: “normal”,
“helperAttributes”: {},
“time”: 1602393572906,
“name”: “重启一个指定的task的”,
“description”: “POST /connectors/{name}/tasks/{taskId}/restart\t”,
“collectionId”: “9f5f36de-67f4-6d6e-8960-64abb3097a95”,
“responses”: []
},
{
“id”: “dea89a87-6c48-51b5-64b8-d308118f1da4”,
“headers”: “Content-Type: application/json\n”,
“url”: “192.168.8.180:18083/connectors/connector-mysql/pause”,
“preRequestScript”: null,
“pathVariables”: {},
“method”: “PUT”,
“data”: null,
“dataMode”: “params”,
“version”: 2,
“tests”: null,
“currentHelper”: “normal”,
“helperAttributes”: {},
“time”: 1602393400918,
“name”: “暂停指定connector的,慎用,比如因为系统更新升级,想停掉source connector拉取消息”,
“description”: “PUT /connectors/{name}/pause”,
“collectionId”: “9f5f36de-67f4-6d6e-8960-64abb3097a95”,
“responses”: []
},
{
“id”: “f789050c-8286-3a2c-e19f-83822980aaf1”,
“headers”: “Content-Type: application/json\n”,
“url”: “192.168.8.180:18083/connectors/connector-mysql/status”,
“pathVariables”: {},
“preRequestScript”: null,
“method”: “GET”,
“collectionId”: “9f5f36de-67f4-6d6e-8960-64abb3097a95”,
“data”: null,
“dataMode”: “params”,
“name”: “查询指定connector状态的”,
“description”: “GET /connectors/{name}/status\t”,
“descriptionFormat”: “html”,
“time”: 1602393158882,
“version”: 2,
“responses”: [],
“tests”: null,
“currentHelper”: “normal”,
“helperAttributes”: {}
},
{
“id”: “feab8bb5-4f74-bac8-bc8e-5420b4ea044e”,
“headers”: “Content-Type: application/json\n”,
“url”: “192.168.8.180:18083/connectors/connector-mysql”,
“preRequestScript”: null,
“pathVariables”: {},
“method”: “DELETE”,
“data”: null,
“dataMode”: “params”,
“version”: 2,
“tests”: null,
“currentHelper”: “normal”,
“helperAttributes”: {},
“time”: 1602393620651,
“name”: “删除一个connector”,
“description”: “DELETE /connectors/{name}\t”,
“collectionId”: “9f5f36de-67f4-6d6e-8960-64abb3097a95”,
“responses”: []
}
]
}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值