The event is triggered whenever a license seat is checked out and the seat is no longer available until its checked back in.
Event Id: E101 Version: 20.0 Compressed: Yes (1s interval)
event payload
{ "license_id": "", "count": 0, "product": "", "version": "", "total_tokens": 0, "users": [] }
Key |
Type |
Description |
---|---|---|
license_id |
string |
The license id of the seat that was checked out from the server. |
count |
integer |
The number of times this event was generated during its interval. |
product |
string |
The internal name of the product of the license. For example, |
version |
string |
The version of the license that the seat is being checked out from. |
total_tokens |
integer |
The total number of seats that can be checked out. |
users |
string array |
The set of users that generated the event during the interval. |
example
{ "event_time": 1682011410, "event_id": "E101", "type": "event_callback", "event": { "license_id": "abcdefgh", "count": 2, "product": "Houdini-Master", "version": "19.5", "total_tokens": 10, "users": ["user1@machine1", "user2@machine2"] } }