Missing max-ttd attribute in the tenant management API
See original GitHub issueThe maximum time till disconnect (max-ttd
) attribute is missing in the tenant management API. TenantObject
offers getTimeUntilDisconnect
to retrieve the max-ttd
value set at the adapter or tenant level. But currently there is no provision to add this value to the file based device registry.
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Missing max-ttd attribute in the tenant management API · Issue ...
The maximum time till disconnect (max-ttd) attribute is missing in the tenant management API. TenantObject offers getTimeUntilDisconnect to retrieve the ...
Read more >Understand Tenant Management API - Product documentation
You can perform system management tasks using the Tenant Management REST API instead of the Tenant Manager user interface.
Read more >HTTP Adapter Configuration :: Eclipse Hono™
OS Environment Variable Java System Property Mandatory Default
HONO_APP_MAXINSTANCES hono.app.maxInstances no #CPU cores
HONO_HTTP_BINDADDRESS hono.http.bindAddress no 127.0.0.1
HONO_HTTP_CERTPATH hono.http.certPath no ‑
Read more >Azure B2C UserIsNew attribute is missing when logged in with ...
In short - I need to use "UserIsNew" attribute in my angular app (client) and on the ASP.NET Core 3.1 web API (server)....
Read more >Estimating congestion zones and travel time indexes based ...
Transport Systems (ITS), aiming to improve control strategies in ... property (Kok, Hans, & Schutten, 2012; Kritzinger et al., 2012).
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I will fix this first by changing the
TenantObject
to fetch this property fromadapter[type]/ext/max-ttd
.AbstractProtocolAdapterBase
fetches themax-ttd
using theTenantObject
so its get fixed too.I think so too.