summaryrefslogtreecommitdiffstats
path: root/OPENECOMP-DEMO/controller-template/configuration/tableTemplates/cdap-artifacts.json
blob: 66c01db3c5cae14c31ac033882fbe7809a412ffd (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
{
  "$class": "org.openecomp.ncomp.sirius.manager.tableTemplate.TableTemplate",
  "treePath": "/",
  "tablePath": "/reports/dcae/cdap-artifacts",
  "rowPath": "/services/cdap.*/instances/.*/artifacts/.*",
  "columns": {
    "service": {
      "$class": "org.openecomp.ncomp.sirius.manager.tableTemplate.TableTemplateAttributeColumn",
      "path": "../../name"
    },
    "instance": {
      "$class": "org.openecomp.ncomp.sirius.manager.tableTemplate.TableTemplateAttributeColumn",
      "path": "../name"
    },
    "name": {
      "$class": "org.openecomp.ncomp.sirius.manager.tableTemplate.TableTemplateAttributeColumn",
      "path": "/name"
    },
    "version": {
      "$class": "org.openecomp.ncomp.sirius.manager.tableTemplate.TableTemplateAttributeColumn",
      "path": "/version"
    },
    "jarFile": {
      "$class": "org.openecomp.ncomp.sirius.manager.tableTemplate.TableTemplateAttributeColumn",
      "path": "/jarFile"
    },
  }
}