2016-12-27 21:59:31 +00:00
|
|
|
const source = () => {
|
2016-12-27 21:57:23 +00:00
|
|
|
return ({
|
|
|
|
"id": "2",
|
|
|
|
"name": "test-user",
|
2017-01-06 17:29:57 +00:00
|
|
|
"username": "test-user",
|
|
|
|
"password": "hunter2",
|
2016-12-27 21:57:23 +00:00
|
|
|
"url": "http://chronograf.influxcloud.net:8086",
|
|
|
|
"default": true,
|
|
|
|
"telegraf": "telegraf",
|
|
|
|
"links": {
|
|
|
|
"self": "http://localhost:3888/chronograf/v1/sources/2",
|
|
|
|
"kapacitors": "http://localhost:3888/chronograf/v1/sources/2/kapacitors",
|
|
|
|
"proxy": "http://localhost:3888/chronograf/v1/sources/2/proxy"
|
|
|
|
}
|
|
|
|
})
|
|
|
|
}
|
|
|
|
|
|
|
|
export default source;
|