aboutsummaryrefslogtreecommitdiffstats
path: root/robot/assets/templates/asdc/software_product.template
blob: 6e830ee2ae0ab7d169f752ddc01c213d125fd856 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "${software_product_name}",
  "description": "vendor software product",
  "category": "resourceNewCategory.generic",
  "subCategory": "resourceNewCategory.generic.abstract",
  "onboardingMethod" : "NetworkPackage",
  "licensingVersion":  {
        "id" : "1.0",
        "label" : "1.0"
        },
  "vendorName": "${vendor_name}",
  "vendorId": "${vendor_id}",
  "icon": "icon",
  "licensingData": {
    "licenseAgreement": "${license_agreement_id}",
    "featureGroups": [
      "${feature_group_id}"
    ]
  }
}