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