diff options
Diffstat (limited to 'robot/assets/templates/sdc/entitlement_pool.jinja')
-rw-r--r-- | robot/assets/templates/sdc/entitlement_pool.jinja | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/robot/assets/templates/sdc/entitlement_pool.jinja b/robot/assets/templates/sdc/entitlement_pool.jinja new file mode 100644 index 00000000..4ca68ddd --- /dev/null +++ b/robot/assets/templates/sdc/entitlement_pool.jinja @@ -0,0 +1,13 @@ +{ + "name": "{{entitlement_pool_name}}", + "description": "vendor entitlement pool", + "thresholdValue": "100", + "thresholdUnits": "Percentage", + "time": { + "choice": "", + "other": "" + }, + "startDate": "{{license_start_date}}", + "expiryDate": "{{license_end_date}}", + "manufacturerReferenceNumber": "111111" +}
\ No newline at end of file |