diff options
author | Brian Freeman <bf1936@att.com> | 2019-03-22 15:48:55 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2019-03-22 15:49:03 -0500 |
commit | 150337803cfe405cd6e7ae6765e8c942b3a24c7b (patch) | |
tree | be855f2ddefe59a6692d6ac9f792e18312d44e92 /robot/assets/templates/asdc/key_group.template | |
parent | d8966bcdbc302cb06604773297623fc9edba7512 (diff) |
Sync to Dublin SDC
Issue-ID: SDC-2205
Change-Id: I903f8c5124bef4a2b9ba868af20329e4752382c6
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/assets/templates/asdc/key_group.template')
-rw-r--r-- | robot/assets/templates/asdc/key_group.template | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/robot/assets/templates/asdc/key_group.template b/robot/assets/templates/asdc/key_group.template index 2081261b..2d194dc8 100644 --- a/robot/assets/templates/asdc/key_group.template +++ b/robot/assets/templates/asdc/key_group.template @@ -1,11 +1,10 @@ { - "name": "${key_group_name}", - "description": "vendor license key group", - "operationalScope": { - "choices": [ - "Tenant" - ], - "other": "" - }, - "type": "Universal" -}
\ No newline at end of file + "name": "${key_group_name}", + "description": "vendor license key group", + "type": "Universal", + "thresholdValue": "100", + "thresholdUnits": "Percentage", + "startDate": "${license_start_date}", + "expiryDate": "${license_end_date}", + "manufacturerReferenceNumber": "11111" +} |