deb-sahara/api-ref/source/samples/data-sources/data-source-register-hdfs-response.json
Nikita Konovalov c27c5cae42 Moving WADL docs to Sahara repository
To comply with recent documentation policies
the API documentaion should be maintained within
the project source repository.

Change-Id: I0f854eea33d1a895580589e91c17c89e42b3df0a
2016-06-21 10:52:25 +02:00

15 lines
444 B
JSON

{
"data_source": {
"is_public": false,
"tenant_id": "9cd1314a0a31493282b6712b76a8fcda",
"is_protected": false,
"created_at": "2015-03-26 11:09:36.148464",
"id": "d7fffe9c-3b42-46a9-8be8-e98f586fa7a9",
"updated_at": null,
"name": "hdfs_input",
"description": "This is hdfs input",
"url": "hdfs://test-master-node:8020/user/hadoop/input",
"type": "hdfs"
}
}