Collector
Also referred to as Master.
The collector is the API endpoint you hit to receive the data. Whenever you make a request, it is the job of the collector to do the following in order:
Authenticate using API Key;
Check if the remote IP address is allowed to access your tenancy;
Find if your tenancy exists and how many instances have been allocated to you;
Check if the request you have sent is valid;
Check if you have any idle instances and if you do pass on the request to the instance for processing;
Wait for a response from the instance;
Relay the response back to you.
Last updated