Quantis Appliance User Manual
Document version : 2.13
Distribution : Confidential
Date : 06.08.2020
Page: 20 / 47
Example of command for HTTPS protocols can be found below:
https://IpAddress/api/2.0/int?min=1&max=50&quantity=10
3.3.3
JSON query using Linux curl
In a Linux terminal, random numbers can be retrieved through a curl command.
$
curl -k 'https://IpAddress/api/2.0/int?min=1&max=50&quantity=10'
[2,37,4,17,30,17,23,34,43,8]