summaryrefslogtreecommitdiffstats
path: root/cds-regression-test/test/resource-resolution/data-dict/RT-db.json
blob: d8e1daf8128450aa3cddaef5fa9926697f86d242 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "name": "RT-db",
  "data_type": "string",
  "description": "DB request for regression test",
  "tags": "datetime",
  "updatedBy": "Selfish",
  "definition": {
    "name": "RT-db",
    "tags": "RT-db",
    "updated-by": "Selffish",
    "property": {
      "description": "DB request for regression test",
      "type": "string"
    },
    "sources": {
      "processor-db": {
        "type": "source-db",
        "properties": {
          "endpoint-selector": "db-endpoint",
          "type": "SQL",
          "query": "select sdnctl.RESOURCE_RESOLUTION.value from sdnctl.RESOURCE_RESOLUTION where value='ok'",
          "input-key-mapping": {},
          "output-key-mapping": {
            "value": "value"
          }
        }
      }
    }
  }
}