cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Stefan_Erucsir
Level 3

Meaning of "trusted" clients

Jump to solution

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

0 Kudos
(1) Solution
jberthold
Revenera Moderator Revenera Moderator
Revenera Moderator

Hi @Stefan_Erucsir ,

This is a legacy parameter, there is no concern nor need for action.  

Thx,

Jim

View solution in original post

(1) Reply
jberthold
Revenera Moderator Revenera Moderator
Revenera Moderator

Hi @Stefan_Erucsir ,

This is a legacy parameter, there is no concern nor need for action.  

Thx,

Jim