summaryrefslogtreecommitdiffstats
path: root/robot/assets/templates/asdc/software_product.jinja
blob: 23d5f7ca7b3d7e7d1e8005b4199d9b3b53cade7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "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}}"
    ]
  }
}