aboutsummaryrefslogtreecommitdiffstats
path: root/onap-client/onap_client/etc/payloads/feature_group.jinja
blob: cc3fec13912ba295d15b55266e0b77bfbaaae659 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "{{feature_group_name}}",
  "description": "vendor feature group",
  "partNumber": "123abc456",
  "addedLicenseKeyGroupsIds": [
    "{{key_group_id}}"
  ],
  "addedEntitlementPoolsIds": [
    "{{entitlement_pool_id}}"
  ]
}