Description
Gets a digital fingerprint of any computer in the local network where Guardant Control Center is installed, according to the specified search parameters. Corresponds to the "Download the digital fingerprint" function in Guardant Control Center and is used when detaching network licenses via the graphical interface or using the GrdLicenseDetach() function. To save data on available licenses, the function allocates memory. To free the allocated memory, call the GrdFree() function.
Syntax
int GRD_API GrdGetHostFingerprint(char** hostFingerprintJsonArray, const char* visibilityJson);
Parameters
hostFingerprintJsonArray | Pointer to the returned array with the computer's digital fingerprint in JSON format |
visibilityJson [optional] | JSON search parameters defining the scope of the search, see visibility description for details |