Management API
...
License
Features

Create License Product Feature

3min
creates a license product feature, if requesting manager has access permissions to it url /api/v1/license product features/ method post parameters license integer product feature integer max consumption integer allow overages boolean consumption period choices daily , weekly , monthly , annualy reset consumption boolean allow unlimited consumptions boolean metadata json expiry date date fromat yyyy mm dd (2020 09 30) allow unlimited consumptions bolean floating timeout integer is floating boolean is floating cloud boolean allow negative consumptions boolean data example { "license" 1609234933166159, "product feature" 128, "max consumption" 80, "expiry date" "2029 12 12", "allow overages"\ false, "consumption period" "daily", "max overages" 10, "reset consumption" 1, "allow unlimited consumptions"\ false, "metadata" {}, "floating timeout" 160, "is floating"\ false, "is floating cloud"\ true, "allow negative consumptions"\ true } success response code 201 ok content examples { "id" 1728370200864113, "max consumption" 80, "total consumptions" 0, "allow unlimited consumptions" false, "allow negative consumptions" true, "expiry date" "2029 12 12", "allow overages" false, "max overages" 10, "reset consumption" true, "consumption period" "daily", "is floating" false, "is floating cloud" true, "floating users" 1, "floating timeout" 160, "metadata" { "b" "a" }, "license" 1724914678024439, "product feature" 170 }