Bulletmagnet
Bulletmagnet

Reputation: 6032

What would happen if I send the same correlation id for multiple lookup requests to SophosLabs lookup?

In the documentation for SophosLabs File Malware Cloud Lookup API (https://api.labs.sophos.com/doc/lookup/files.html), a correlationId is mentioned. How should this be generated? Should be unique for a caller or for each lookup?

Upvotes: 1

Views: 201

Answers (1)

I would suggest to generate UUID4 (32 chars) for each request and add some constant pre/postfix (8 chars) as you wish.

Upvotes: 2

Related Questions