summaryrefslogtreecommitdiffstats
path: root/OPENECOMP-DEMO/controller-template/configuration/tableTemplates/cdap-apps.json
blob: 40a28b49ef107c6f4e4081cc796c044b41a84b95 (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
31
32
33
34
35
36
{
  "$class": "org.openecomp.ncomp.sirius.manager.tableTemplate.TableTemplate",
  "treePath": "/",
  "tablePath": "/reports/dcae/cdap-apps",
  "rowPath": "/services/cdap.*/instances/.*/apps/.*",
  "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"
    },
    "artifactName": {
      "$class": "org.openecomp.ncomp.sirius.manager.tableTemplate.TableTemplateAttributeColumn",
      "path": "/artifactName"
    },
    "version": {
      "$class": "org.openecomp.ncomp.sirius.manager.tableTemplate.TableTemplateAttributeColumn",
      "path": "/version"
    },
    "jarFile": {
      "$class": "org.openecomp.ncomp.sirius.manager.tableTemplate.TableTemplateAttributeColumn",
      "path": "/jarFile"
    },
    "appConfig": {
      "$class": "org.openecomp.ncomp.sirius.manager.tableTemplate.TableTemplateAttributeColumn",
      "path": "/appConfigFileContent"
    },  
  }
}