json
authenticationError
Property name |
Value |
---|---|
Application name |
json |
Event name |
authenticationError |
Default severity |
informational |
Message format string |
No username/password received, authentication needed |
Cause |
A user has failed to authenticate. |
Effect |
That user can't establish a configuration session. |
globalConfigUpdate
Property name |
Value |
---|---|
Application name |
json |
Event name |
globalConfigUpdate |
Default severity |
informational |
Message format string |
JSON RPC server global configuration updated. |
Cause |
A global configuration change has been made, resulting in json rpc configuration being regenerated. |
Effect |
May result in json rpc process(es) start or stop depending on the configuration change. |
httpJsonRpcOperDown
Property name |
Value |
---|---|
Application name |
json |
Event name |
httpJsonRpcOperDown |
Default severity |
critical |
Message format string |
HTTP JSON RPC server for network instance network_instance is no longer operational. |
Cause |
The httpJsonRpcOperDown event is generated when HTTP JSON RPC server on the mentioned network instance has transitioned from any other operational state to the down state. |
Effect |
HTTP JSON RPC server on the mentioned network instance is now down. |
httpJsonRpcOperUp
Property name |
Value |
---|---|
Application name |
json |
Event name |
httpJsonRpcOperUp |
Default severity |
warning |
Message format string |
HTTP JSON RPC server for network instance network_instance is operational. |
Cause |
The httpJsonRpcOperUp event is generated when HTTP JSON RPC server on the mentioned network instance has transitioned from any other operational state to the up state. |
Effect |
HTTP JSON RPC server on the mentioned network instance is now up. |
httpsJsonRpcOperDown
Property name |
Value |
---|---|
Application name |
json |
Event name |
httpsJsonRpcOperDown |
Default severity |
critical |
Message format string |
HTTPS JSON RPC server for network instance network_instance is no longer operational. |
Cause |
The httpsJsonRpcOperDown event is generated when HTTPs JSON RPC server on the mentioned network instance has transitioned from any other operational state to the down state. |
Effect |
HTTPS JSON RPC server on the mentioned network instance is now down. |
httpsJsonRpcOperUp
Property name |
Value |
---|---|
Application name |
json |
Event name |
httpsJsonRpcOperUp |
Default severity |
warning |
Message format string |
HTTPS JSON RPC server for network instance network_instance is operational. |
Cause |
The httpsJsonRpcOperUp event is generated when HTTPs JSON RPC server on the mentioned network instance has transitioned from any other operational state to the up state. |
Effect |
HTTPS JSON RPC server on the mentioned network instance is now up. |
jsonRpcRequestReceived
Property name |
Value |
---|---|
Application name |
json |
Event name |
jsonRpcRequestReceived |
Default severity |
informational |
Message format string |
Request received for session id session_id username username. |
Cause |
A JSON RPC Request is received. |
Effect |
JSON RPC server processes That Requset. |
jsonRpcResponseSent
Property name |
Value |
---|---|
Application name |
json |
Event name |
jsonRpcResponseSent |
Default severity |
informational |
Message format string |
Response sent for session id session_id username username. |
Cause |
A JSON RPC Response is sent. |
Effect |
none. |
networkInstanceConfigUpdate
Property name |
Value |
---|---|
Application name |
json |
Event name |
networkInstanceConfigUpdate |
Default severity |
informational |
Message format string |
JSON RPC server network instance network_instance configuration updated. |
Cause |
A configuration change has been made in the mentioned network instance, resulting in json rpc configuration being regenerated. |
Effect |
May result in json rpc process(es) start or stop depending on the configuration change. |
unixSocketJsonRpcOperDown
Property name |
Value |
---|---|
Application name |
json |
Event name |
unixSocketJsonRpcOperDown |
Default severity |
critical |
Message format string |
Unix Domain Socket JSON RPC server is no longer operational. |
Cause |
The Unix Domain Socket JSON RPC server has transitioned from any other operational state to the down state. |
Effect |
Unix Domain Socket JSON RPC server is now down. |
unixSocketJsonRpcOperUp
Property name |
Value |
---|---|
Application name |
json |
Event name |
unixSocketJsonRpcOperUp |
Default severity |
warning |
Message format string |
Unix Domain Socket JSON RPC server is operational. |
Cause |
The Unix Domain Socket JSON RPC server has transitioned from any other operational state to the up state. |
Effect |
Unix Domain Socket JSON RPC server is now up. |
userAuthenticated
Property name |
Value |
---|---|
Application name |
json |
Event name |
userAuthenticated |
Default severity |
informational |
Message format string |
User username authenticated. |
Cause |
A user has been successfully authenticated. |
Effect |
That user is ready to start a configuration session. |
userAuthenticationErrorWrongPassword
Property name |
Value |
---|---|
Application name |
json |
Event name |
userAuthenticationErrorWrongPassword |
Default severity |
informational |
Message format string |
User username authentication failure, invalid username or password. |
Cause |
A user has failed to authenticate. |
Effect |
That user can't establish a configuration session. |