user_registered

Table of Contents

Description

Registration of websocket connection under the account user. Generated including at each registration renewal.

Table 1. System Characteristics

Class

Type

user_registered

Properties

Table 2. Properties
Specification Description

Name: user_id
Type: varchar
Blank value: — 

User ID.

Name: ttl
Type: integer
Blank value: — 

Enrollment Period.

Name: connection_id
Type: varchar
Empty value: — 

Websocket connection ID.

Name: session_id
Type: varchar
Empty value: — 

Authorization Session ID.

Name: app
Type: varchar
Empty value: — 

Client application ID if the application reported it.

Name: caps
Type: array(string)
Empty value: — 

List of connected capabilities (API modules supporting functionalities).

Name: peer_address
Type: varchar
Empty value: — 

IP address of the client node.

Name: peer_port
Type: integer
Empty value: — 

Client node port.

See also