-
When activating a machine, the request payload appears to have a single However, when validating a license, the Can you activate a machine with more than one fingerprint? For example, use 3 different hardware identifiers and associate each id with the activated machine. These 3 identifiers would then be used when validating the license. At the heart of this question is the related policy's
How can we provide a collection of fingerprint identifiers when activating a machine to use with the policy's |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Short answer: no, you can't. A machine can only have 1 fingerprint. Long answer: the validation Hope that makes sense? The |
Beta Was this translation helpful? Give feedback.
Short answer: no, you can't. A machine can only have 1 fingerprint.
Long answer: the validation
fingerprints
array is for cases where you want to supply a set of fingerprints, each belonging to a machine, to match against according to the matching strategy. This is especially useful for cases where you're activating individual components of a device, e.g. IP, MOBO, GUID, HDD, etc., or in cases where you want to check if a given license is activated on all/some/any of a set of machines, e.g. a bulk validation for a server fleet. So in some cases, a machine doesn't always map 1-1 to a device, rather they can map to the components of a device.Hope that makes sense? The
fingerprints
array an…