Description

Allows you to install a new Guardant DL software key on a remote computer or update the license that is already installed using a previously received response file from the Guardant Station license server. The response file is prepared using the GrdLicenseSendActivationRequest() or GrdLicenseSendUpdateRequest() function.

Also the function allows you to install a software key rehost file previously received using the GrdLicenseExtractForRehost() function on a remote computer.


int GRD_API GrdLicenseInstallRemotely(const char* visibilityJson,
									  const void* response,
									  grd_uint32 responseSize);

Parameters

visibilityJson

JSON parameters for searching remote Guardant Control Center. For more information, see the description of the visibility structure

response

Pointer to the response buffer from the activation server

responseSize

The size (in bytes) of the server response buffer

Return values

GRD_OK

GRD_FILE_CREATION_ERROR

  • No labels