diff options
Diffstat (limited to 'robot/assets/templates/asdc/software_product.jinja')
-rw-r--r-- | robot/assets/templates/asdc/software_product.jinja | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/robot/assets/templates/asdc/software_product.jinja b/robot/assets/templates/asdc/software_product.jinja new file mode 100644 index 00000000..2aa5676e --- /dev/null +++ b/robot/assets/templates/asdc/software_product.jinja @@ -0,0 +1,18 @@ +{ + "name": "{{software_product_name}}", + "description": "vendor software product", + "category": "resourceNewCategory.generic", + "subCategory": "resourceNewCategory.generic.abstract", + "onboardingMethod" : "NetworkPackage", + "licensingVersion": "{{version_id}}", + "vendorName": "{{vendor_name}}", + "vendorId": "{{vendor_id}}", + "icon": "icon", + "licensingData": { + "licenseAgreement": "{{license_agreement_id}}", + "featureGroups": [ + "{{feature_group_id}}" + ] + } +} + |