This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- FlexNet Embedded
- :
- FlexNet Embedded Forum
- :
- Meaning of "trusted" clients
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 07, 2023
05:54 PM
I am integrating the flexnet embedded trusted storage based licensing into our product.
When I inspect the client usage on the license server via /api/1.0/instances/{instanceid}/clients I get the following response:
[
{
"id": 9,
"hostid": {
"hostidValue": "0800272CAC78",
"hostidType": "ETHERNET"
},
"updateTime": "2023-03-06T23:45:55.824Z",
"servedStatus": "NORMAL",
"hostName": "Client-02",
"hostType": "FLX_CLIENT",
"machineType": "VIRTUAL",
"trusted": false,
"dictionary": {
"key1": "one",
"key2": 2
},
"correlationId": "ddf0132c-3501-4d9a-8e11-80bc80b8e9f1",
"collectedHostIds": "ETHERNET 0800272CAC78",
"requestOperation": "REQUEST",
"requestHostid": {
"hostidValue": "0800272CAC78",
"hostidType": "ETHERNET"
},
"serverHostid": {
"hostidValue": "080027A0B0DA",
"hostidType": "ETHERNET"
},
"expiry": "2023-03-13T23:45:55.824Z"
}
]
What does `"trusted": false` mean in this context and what are the consequences? And what would I need to do to make a client "trusted"?
Cheers,
Stefan
(1) Solution
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 08, 2023
04:48 PM
(1) Reply