Good day everyone!
We are currently struggling making an internal website for generating VuMarks, we fail both with our own implementation as well as with the python sample with an 403 LicenseCheckFailed feedback. I tried to create a seperate DB with a fresh Basic license but we still encounter the same issue (using the new DBs keys/ids)
when trying to use the python script it is called in the following way
C:/python27/python.exe "U:\Downloads\generate_vumark_instance.py" --access-key <access-key> --secret-key <secret-key> --target-id <target_id> --instance-id <Text>
the header we send looks roughly like this:
{ "Content-Length": 25, "Content-Type": 'application/json', "Authorization": 'VWS <access-key>:vopb2E/f/u1+6KCASO1uFPGMSBw=', "Date": 'Thu, 21 Apr 2022 11:31:10 GMT' }
According to the Licensing FAQ vumark instance generation via API should be possible, if I am not misunderstanding something
Yes, this only happens via the API on my end, not via the Target Manager