diff options
Diffstat (limited to 'robot/assets/templates/asdc/key_group.jinja')
-rw-r--r-- | robot/assets/templates/asdc/key_group.jinja | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/robot/assets/templates/asdc/key_group.jinja b/robot/assets/templates/asdc/key_group.jinja new file mode 100644 index 00000000..91e4027b --- /dev/null +++ b/robot/assets/templates/asdc/key_group.jinja @@ -0,0 +1,10 @@ +{ + "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" +} |