diff options
Diffstat (limited to 'OPENECOMP-DEMO/controller-template/configuration/tableTemplates/cdap-apps.json')
-rw-r--r-- | OPENECOMP-DEMO/controller-template/configuration/tableTemplates/cdap-apps.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/OPENECOMP-DEMO/controller-template/configuration/tableTemplates/cdap-apps.json b/OPENECOMP-DEMO/controller-template/configuration/tableTemplates/cdap-apps.json new file mode 100644 index 0000000..40a28b4 --- /dev/null +++ b/OPENECOMP-DEMO/controller-template/configuration/tableTemplates/cdap-apps.json @@ -0,0 +1,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" + }, + } +} |