Swapnali Shadanan Pode | da0513b | 2019-02-27 18:59:01 +0530 | [diff] [blame] | 1 | {
|
| 2 | "tags": "sample-licenses",
|
| 3 | "name": "sample-licenses",
|
| 4 | "property": {
|
| 5 | "description" : " Sample Data for licences",
|
| 6 | "required": true,
|
| 7 | "type": "list",
|
| 8 | "entry_schema": {
|
| 9 | "type": "dt-license-key"
|
| 10 | }
|
| 11 | },
|
| 12 | "updated-by": "brindasanth@onap.com",
|
| 13 | "sources": {
|
Oleg Mitsura | 5442658 | 2019-08-15 16:41:17 -0400 | [diff] [blame^] | 14 | "config-data": {
|
Swapnali Shadanan Pode | da0513b | 2019-02-27 18:59:01 +0530 | [diff] [blame] | 15 | "type": "source-rest",
|
| 16 | "properties": {
|
| 17 | "type": "JSON",
|
| 18 | "url-path": "config/L3VNF-API:services/service-list/",
|
| 19 | "path": "/licenses",
|
| 20 | "input-key-mapping": {
|
| 21 | },
|
| 22 | "output-key-mapping": {
|
| 23 | "licenses": "licenses"
|
| 24 | },
|
| 25 | "key-dependencies": []
|
| 26 | }
|
| 27 | }
|
| 28 | }
|
Oleg Mitsura | 5442658 | 2019-08-15 16:41:17 -0400 | [diff] [blame^] | 29 | }
|